OK I’m trying a new design

Eddy, I completely realize you. Tokkilee, you could use inline css kinds to indent, for instance:

HTML:
< p style=" margin-left: 10px; " > Indented Text< /p>

I recommend adding all styles within the stylesheet, however. You could do it in this way:

HTML:
< p class=" indent" > Indented Text< /p>

and then place this within the stylsheet:

HTML:
. indent

margin-left: 10px

You are awesome.

This entry was posted in Web Design and tagged , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *