Paragraph Formatting - Single Spacing
63,457pages on
this wiki
this wiki
Forum page
Forums: Index → Support Requests → Paragraph Formatting - Single Spacing
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 721 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
I have a number of pages that need to include a list of addresses. The default formatting always adds a double-space (or a half space) after each paragraph, which makes address lines appear separate from each other.
Is there any way to make the system apply single spacing, where needed?
SArcher 19:56, May 17, 2010 (UTC)S Archer
- You might try using <br/> to
break
up
lines like
this.--Rockfang 20:39, May 17, 2010 (UTC)
You can use <poem> on a line of its own, then the lines of text, with </poem> as a final line of its own. Example follows.
Line 1.
Line 2.
Line 3.
JohnBeckett 01:19, May 19, 2010 (UTC)
- After experimenting you need to use
<p style="line-height:100%;">and<br/>to over-ride the built-in CSS: - This
<p style="line-height:100%;">
Line 1<br/>
Line 2<br/>
Line 3<br/>
</p>
- Gives:
Line 1
Line 2
Line 3