lol. Sorry. I've never tried BB Code. Just thought I would post that information to see if it helped. I think its pretty much the default text. You could try html.
Quote:
Or give me an example of your phrase with BBCode to try it and see what happens...
|
Here is some html code that would make the text bold, and add a link / change colors etc... If you wanted to try it out.
HTML Code:
<style type="text/css">
<!--
.style1 {color: #FF0000}
.style2 {color: #33FF00}
.style3 {color: #0000FF}
.style4 {color: #FF9900}
.style5 {color: #FFFF00}
-->
</style>
<p>Hello $username,</p>
<p>Welcome to my <a href="http://www.example.com" target="_self">website</a>. I'm going to test <strong>bold</strong>, and <em>Italics</em>. Now I'm going to try some colors...</p>
<p><span class="style1">Red</span>, <span class="style2">Green</span>, <span class="style3">Blue</span>, <span class="style4">Orange</span>, <span class="style5">Yellow</span>. </p>
<p>Thanks,<br>
Admin</p>
Let me know how it goes

Sorry I couldn't help more.
Thanks,
Paul