Thread: CSS question
View Single Post
Old 12-04-2002, 08:00 AM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
i'm not sure what the "P" is for in your style code, but this should work:
Code:
<style>
DIV{
    TEXT-INDENT: 5em;
  }
</style>
sde is offline   Reply With Quote