Quote:
Originally Posted by Syllius
Hello, I would like to force a carriage return in the code for the cover browser to give me an extra line of text. Is there is a simple way to do this? Thanks in advance.
|
Odd way to do that

Do you still hit the Carriage return Lever on your Typewriter 2 times?
Spacing can be done with bigger
margin-top or
margin-bottom values.
Another (IMHO less elegant) is put a <br /> before that text
<p> <img.... </img><br />"Text here"</p>