Formatting indented text in "Styled Text"

PaulSpielman

New Member
I am using the "Styled Text" Format to compose my message. (I do not know HTML.) I want to indent an entire paragraph and use tabs at the beginning of each paragraph. Can this be done? Thanks
 

stanbusk

Administrator
Staff member
Use the HTML blockquote format:
Code:
<blockquote>
  Line 1<br />
  Line 2<br />
  Line 3
</blockquote>
 
Top