Author |
HTML makes me cry |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
how can I remove empty lines between lines with text?
with PRE:
line1
line2
with CODE:
_________________
K800 R1KG001
raider.4shared.com
flickr.com/photos/raiderek
[ This Message was edited by: laffen on 2008-12-20 22:52 ] |
|
Milworm Joined: Dec 18, 2008 Posts: 45 PM |
remove
This message was posted from a WAP device |
yea g Joined: Jul 02, 2008 Posts: > 500 From: New Zealand PM, WWW
|
I think its the way the forum works. Try asking laffen.
|
laffen Joined: Aug 07, 2001 Posts: > 500 From: Oslo, Norway PM |
Your post source code used to look like this when printed out:
with PRE:
<BR><pre>
<BR>line1
<BR>line2
<BR></pre>
What you wrote in the post was:
with PRE:
<pre>
line1
line2
</pre>
What you should have written is:
with PRE:
<pre>line1
line2</pre>
[ This Message was edited by: laffen on 2008-12-20 22:57 ] |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
ok, test
line1
line2
EDIT: looks like I'm out of luck 
[ This Message was edited by: Raiderski on 2008-12-21 10:58 ] |
yea g Joined: Jul 02, 2008 Posts: > 500 From: New Zealand PM, WWW
|
Yuss got it!
Write this:
Test<pre>line1<BR>line2</pre>
[ This Message was edited by: yea g on 2008-12-21 23:18 ] |
|