this is indented
Yes, but without the quotation marks and without the background colour change.Brf wrote:Like a quote?
this is indented
Code: Select all
<blockquote><div>{TEXT}</div></blockquote>
Code: Select all
<blockquote>{TEXT}</blockquote>
Brf wrote:You could try usingorCode: Select all
<blockquote><div>{TEXT}</div></blockquote>
Code: Select all
<blockquote>{TEXT}</blockquote>
Code: Select all
[indent]{TEXT}[/indent]
Code: Select all
<div style="margin-left: 3em;">
{TEXT}
</div>
Code: Select all
[indent]Your text here[/indent]
I think that works ...haven't tried it yet but the example provided looks like just the ticket,5hocK wrote:Using this:
BBCode usageHTML replacementCode: Select all
[indent]{TEXT}[/indent]
Help lineCode: Select all
<div style="margin-left: 3em;"> {TEXT} </div>
Will give you this: http://www.headnog.com/viewtopic.php?f=2&t=5Code: Select all
[indent]Your text here[/indent]
Yes!! it did work! Thank you, thank you...I knew I could count on you guys!5hocK wrote:Using this:
BBCode usageHTML replacementCode: Select all
[indent]{TEXT}[/indent]
Help lineCode: Select all
<div style="margin-left: 3em;"> {TEXT} </div>
Will give you this: http://www.headnog.com/viewtopic.php?f=2&t=5Code: Select all
[indent]Your text here[/indent]