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.