Easy HTML Question

Miscellaneous Forums/General Discussion/Easy HTML Question

is there a space tag, or some equivilent means of adding a space, or indenting without showing the bullet point of a list item...

thx again

--Mike

<div style="margin-left: 20px;">
This text is indented 20 pixels from the left margin!
</div>

thx guy...

--Mike

(moved to a better location)

Incidentally, the space tag is &nbsp; (non-breaking space), but I wouldn't use it to indent things anyway.

that's the one i was trying to remember!!!

the ole brain matter is fading fast...

geez, has really been that looooong since i've done any real html...

THX P...

--Mike