Need help with format

Cruel2BKind

Not Quite Here
Joined
Feb 3, 2011
Posts
2,996
Hey...

I know how to italicize stuff in a lit story. <i> </i> But how to I underline?

Thanks!
 
Hey...

I know how to italicize stuff in a lit story. <i> </i> But how to I underline?

Thanks!


I assume it would be <u> </u>

Fairly certain that's the html for it, but I usually just upload a .doc file.
 
Here are the html tags allowed in a story...

<center>text</center>

<b>text</b> - Bold
<i>text</i> - Italics
<u>text</u> - Underline

There is some debate on this next one...

<blockquote>text</blockquote> - to indent a line or paragraph by 5 spaces at each end.

If they are excepted by Laurel you can embed blockquotes....

<blockquote><blockquote>text</blockquote></blockquote> - will produce the indent below.

Each occurrence of the blockquote tag will indent the text by 5 spaces. So two instances of blockquote will indent by 10 space. Three will be 15 spaces, etc. But watch out or you could indent the line or paragraph out of existence.​

And remember, the indent is at the front and back of the line or paragraph.
 
Back
Top