>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
Non mobile discussion
> HTML makes me cry
Bookmark topic
how can I remove empty lines between lines with text?
with PRE:
line1
line2
with CODE:
Code:line1
line2
_________________
K800 R1KG001
raider.4shared.com
flickr.com/photos/raiderek
[ This Message was edited by: laffen on 2008-12-20 22:52 ]
--
Posted: 2008-12-20 12:09:04
Edit :
Quote
remove
This message was posted from a WAP device
--
Posted: 2008-12-20 17:40:09
Edit :
Quote
I think its the way the forum works. Try asking
laffen.
--
Posted: 2008-12-20 21:34:43
Edit :
Quote
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 ]
--
Posted: 2008-12-20 23:54:46
Edit :
Quote
ok, test
line1
line2
EDIT: looks like I'm out of luck

[ This Message was edited by: Raiderski on 2008-12-21 10:58 ]
--
Posted: 2008-12-21 11:55:07
Edit :
Quote
Yuss got it!
Write this:
Test<pre>line1<BR>line2</pre>
[ This Message was edited by: yea g on 2008-12-21 23:18 ]
--
Posted: 2008-12-22 00:16:13
Edit :
Quote
New Topic
Reply