Is there a way to force a line break on a page? The enter key 'ain't happenin' :-)
Thanks
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
G. Carter wrote:
Is there a way to force a line break on a page? The enter key 'ain't happenin' :-)
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Have you tried with a <br />?
- -- Snowolf
www.snowolf.eu snowolf@snowolf.eu http://en.wikipedia.org/wiki/User:Snowolf
I use the html line break "<br>". Works for me. Just put one at the end of each line you'd like to break.
For example, if you want the following to appear on your page:
line one line two
it will appear as follows if you type it that way: line oneline two
but
line one<br> line two
will appear as:
line one line two
Also note that an empty line (no spaces even) is interpreted as a line break. So the following:
line one
line two
will appear as typed. One can only hope for a wysiwyg editor.
-Jim
-----Original Message----- From: G. Carter [mailto:gcarter2000@gmail.com] Sent: Wednesday, May 30, 2007 2:22 PM To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Forcing A Line Break
Is there a way to force a line break on a page? The enter key 'ain't happenin' :-)
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
I have had success in using the Poem extension to make this happen, as I am using the wiki software to manage a collection of song lyrics and writings. [Sorry, my Wiki is on my local network so I can't let anyone see it...] The extension is simple to install, and you wrap the text you want with line breaks like this:
<poem> Line 1 Line 2 . . . </poem>
Hope this helps.
~ brian "Always follow your heart, you may not end up where you were headed, but you will always end up where you were meant to be."
"Dont let nobody tell you your life is over! Be every color that you are!" -- Alyson & Amanda Michalka, "Into the Rush"
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Sullivan, James (NIH/CIT) [C] Sent: Wednesday, May 30, 2007 2:32 pm To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Forcing A Line Break
I use the html line break "<br>". Works for me. Just put one at the end of each line you'd like to break.
For example, if you want the following to appear on your page:
line one line two
it will appear as follows if you type it that way: line oneline two
but
line one<br> line two
will appear as:
line one line two
Also note that an empty line (no spaces even) is interpreted as a line break. So the following:
line one
line two
will appear as typed. One can only hope for a wysiwyg editor.
-Jim
-----Original Message----- From: G. Carter [mailto:gcarter2000@gmail.com] Sent: Wednesday, May 30, 2007 2:22 PM To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Forcing A Line Break
Is there a way to force a line break on a page? The enter key 'ain't happenin' :-)
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Just a little note,
Use <br/> instead of <br>, seeing that by default a wiki is XHTML and every tag needs to be closed. A <br> tag is opened, but never closed.
Kasimir
On 5/30/07, brian gaia brian.gaia@gmail.com wrote:
I have had success in using the Poem extension to make this happen, as I am using the wiki software to manage a collection of song lyrics and writings. [Sorry, my Wiki is on my local network so I can't let anyone see it...] The extension is simple to install, and you wrap the text you want with line breaks like this:
<poem> Line 1 Line 2 . . . </poem>
Hope this helps.
~ brian "Always follow your heart, you may not end up where you were headed, but you will always end up where you were meant to be."
"Dont let nobody tell you your life is over! Be every color that you are!" -- Alyson & Amanda Michalka, "Into the Rush"
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Sullivan, James (NIH/CIT) [C] Sent: Wednesday, May 30, 2007 2:32 pm To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Forcing A Line Break
I use the html line break "<br>". Works for me. Just put one at the end of each line you'd like to break.
For example, if you want the following to appear on your page:
line one line two
it will appear as follows if you type it that way: line oneline two
but
line one<br> line two
will appear as:
line one line two
Also note that an empty line (no spaces even) is interpreted as a line break. So the following:
line one
line two
will appear as typed. One can only hope for a wysiwyg editor.
-Jim
-----Original Message----- From: G. Carter [mailto:gcarter2000@gmail.com] Sent: Wednesday, May 30, 2007 2:22 PM To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Forcing A Line Break
Is there a way to force a line break on a page? The enter key 'ain't happenin' :-)
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki actually automatically uses <br /> even when you use <br>. So nicely enough, you can take the method which looks cleaner and still get XHTML compliance.
T_T Now if MediaWiki only did something similar with that annoying XHTML unsupported and HTML Depreciated <font/> tag. Same with <center/>.
~Daniel Friesen of The Gaiapedia and Wikia Graphical Entertainment Project
Kasimir Gabert wrote:
Just a little note,
Use <br/> instead of <br>, seeing that by default a wiki is XHTML and every tag needs to be closed. A <br> tag is opened, but never closed.
Kasimir
On 5/30/07, brian gaia brian.gaia@gmail.com wrote:
I have had success in using the Poem extension to make this happen, as I am using the wiki software to manage a collection of song lyrics and writings. [Sorry, my Wiki is on my local network so I can't let anyone see it...] The extension is simple to install, and you wrap the text you want with line breaks like this:
<poem> Line 1 Line 2 . . . </poem>
Hope this helps.
~ brian "Always follow your heart, you may not end up where you were headed, but you will always end up where you were meant to be."
"Dont let nobody tell you your life is over! Be every color that you are!" -- Alyson & Amanda Michalka, "Into the Rush"
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Sullivan, James (NIH/CIT) [C] Sent: Wednesday, May 30, 2007 2:32 pm To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Forcing A Line Break
I use the html line break "<br>". Works for me. Just put one at the end of each line you'd like to break.
For example, if you want the following to appear on your page:
line one line two
it will appear as follows if you type it that way: line oneline two
but
line one<br> line two
will appear as:
line one line two
Also note that an empty line (no spaces even) is interpreted as a line break. So the following:
line one
line two
will appear as typed. One can only hope for a wysiwyg editor.
-Jim
-----Original Message----- From: G. Carter [mailto:gcarter2000@gmail.com] Sent: Wednesday, May 30, 2007 2:22 PM To: MediaWiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Forcing A Line Break
Is there a way to force a line break on a page? The enter key 'ain't happenin' :-)
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Dantman wrote:
MediaWiki actually automatically uses <br /> even when you use <br>. So nicely enough, you can take the method which looks cleaner and still get XHTML compliance.
T_T Now if MediaWiki only did something similar with that annoying XHTML unsupported and HTML Depreciated <font/> tag. Same with <center/>.
Why would it? Those are 100% legal and supported XHTML 1.0 Transitional. If and when we change our output to a different version of (X)HTML, the necessary conversions would be performed.
- -- brion vibber (brion @ wikimedia.org)
Dantman wrote:
MediaWiki actually automatically uses <br /> even when you use <br>. So nicely enough, you can take the method which looks cleaner and still get XHTML compliance.
T_T Now if MediaWiki only did something similar with that annoying XHTML unsupported and HTML Depreciated <font/> tag. Same with <center/>.
~Daniel Friesen of The Gaiapedia and Wikia Graphical Entertainment Project
What's the point with autoclosing them? They'd have no meaning!
<br/> also works will within lists; for example
*A bullet item<br/>is not a numbered item.
Will cause a line break within the bullet point, but won't cause the bullet point to end, so indentation will still be correct.
G. Carter wrote:
Is there a way to force a line break on a page? The enter key 'ain't happenin' :-)
Thanks _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org