PDA

View Full Version : html in sig....



EsPo
02-08-2003, 07:19 PM
ok, you guys see my sig right.. well i have the normal <*br> tag (of course without the *) and it seems like its breaking one to many lines, but only in two spots:

in between goodbuyers/sellers/traders and the list of people is one to many lines,

and go ahead im me.. and kapp dz ect for sale is one to many lines also...

shartley
02-08-2003, 07:23 PM
If you use HTML in the Signatures, don’t break it up like you normally would when coding. Keep it all together and do not return after each line of code. The way this forum translates it, it will form an additional break if you do. Take the code and make it look not unlike this paragraph where each sentence directly follows the next and is not made into another line.

Make sense?

shartley
02-08-2003, 07:30 PM
Maybe better..

Normally you would code like this:<BR>
This is a line of sample code.&lt;BR&gt;
And this is another line of sample code.&lt;BR&gt;
And this is yet another line of sample code.
<BR>
But for the forums you must do it like this:<BR>
This is a line of sample code.&lt;BR&gt;And this is another line of sample code.&lt;BR&gt;And this is yet another
line of sample code.<BR>
The code must be continious or it will add the unwanted breaks.

EsPo
02-08-2003, 07:38 PM
AHA! i see. .ill change it.. thanks sam

odd.. now i cant use the alt+ signs :(