Mya
07-22-2003, 03:34 AM
When you alter your userlookup on neopets they only allow CSS, so I want to make a text break like you would using the html code of <br>. How would I do this using CSS? Thanks for your help :)
|
View Full Version : CSS "text break" Mya 07-22-2003, 03:34 AM When you alter your userlookup on neopets they only allow CSS, so I want to make a text break like you would using the html code of <br>. How would I do this using CSS? Thanks for your help :) MaGiCSuN 07-22-2003, 11:05 AM <style type="text/css"> <!-- span {display: block} --> </style> then add on the place where you want a linebreak <span> </span> but no text between it, only space. (i got this from a page) still i don't see what's the use of this, becaes you still have to add something in the body part. But how come you are not able to do that? because you also have to add links and text right? then you can also add <br> in it. Love, Mirna |