[style=""]

John, you should enable the STYLE tag. It allows a lot of great formatting techniques for us to catch attention.

The "actual" HTML code is like:

  • <font style="%Style Formatting Characters%">
  • <span sytle="...">
  • <p style="...">


like:

[style="background-color: rgb(0,128,0); font-style: oblique; text-decoration: blink; border: 2px inset"]Green background text with full inset borders[/style]

[style="background-color: rgb(0,255,0); font-style: oblique; text-decoration: blink; border-left: 2px none; border-right: 2px none; border-top: 2px inset; border-bottom: 2px inset"]Blinking oblique bright-green background text with top-bottom underlining[/style]

Which would equal:

<span
style="background-color: rgb(0,128,0); font-style: oblique; text-decoration: blink; border: 2px inset">dfhjfdgjfdkjkhgfkg</span><br><br>

<span
style="background-color: rgb(0,255,0); font-style: oblique; text-decoration: blink; border-left: 2px none; border-right: 2px none; border-top: 2px inset; border-bottom: 2px inset">kjkjkghk</span>