Thread: CSS question
View Single Post
Old 12-05-2002, 05:49 AM   #5 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,475
sde is on a distinguished road
that's weird.. it worked for me. i get an indent without 2 line breaks if i don't use the <br> tag. when you use the <div> tag, it always puts it on a new line. i took it from 5em to 1em because 5 seemed a little big. here's my code and i've attached a screen shot.
PHP Code:
<html>
<
head>
<
style>
DIV{
    
TEXT-INDENT1em;
  }
</
style>

<
body>

<
P>This is LIne 1
<DIV>This should be line 2indented</P>

</
body>
</
html
Attached Images
File Type: jpg test.jpg (23.1 KB, 21 views)
sde is offline   Reply With Quote