View Full Version : "tab"


snowwhitehrslvr
05-22-2005, 07:29 AM
how do you "tab" in html? (or indent?)
the code <dd> doesnt work because it also "enters" it (next line)

thanks for the help!

Monkey Bizzle
05-22-2005, 07:31 AM
you can put &nbsp; repeatedly in front of the text... that is the code for a space...

kittycat
05-22-2005, 04:20 PM
You can also use this
<p style="text-indent: 5px;">text</p>
You can change the 5px to change the amount of indent