View Full Version : paragraph spacing


soundasleep
06-08-2003, 11:27 PM
okay, i have text but everytime i add the paragraph brackets <p></p>, it skips a space also inbetween, such as:

hi

skipping

lines

and i want it to be:

no
line
skipping

what can i do?

sebluver
06-08-2003, 11:43 PM
The <p> tag is for a paragraph. If you don't want it to skip lines, then use <br>

soundasleep
06-12-2003, 09:44 PM
thanks! it should work, but it's not!!! and i don't know why? it's still skipping spaces.

lefty
06-12-2003, 09:48 PM
mind posting your code?

soundasleep
06-19-2003, 03:24 AM
<font face="verdana" size="2">
<br>name: </br>
<br>aim: </br>
<br>favorite day:</br>
<br>happy thoughts:</br>
<br>nemo, neon pink, photos, paintings, posters, </br>
<br>puppies, piano, honey tea </br>
<br>my fav people: sruti!!!!!! i luv u!!!!</br>

lefty
06-19-2003, 04:04 AM
I don't believe </br> is a tag... try this instead:

<font face="verdana" size="2">
name: <br>
aim: <br>
favorite day:<br>
happy thoughts:<br>
nemo, neon pink, photos, paintings, posters, <br>
puppies, piano, honey tea <br>
my fav people: sruti!!!!!! i luv u!!!!<br>