Results 1 to 2 of 2

Thread: Style tag suggestion

  1. #1

    Thread Starter
    Frenzied Member Microbasic's Avatar
    Join Date
    Mar 2001
    Posts
    1,402
    [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>


    MicroBasic
    Dragon Shadow Trainer

    There is no good or evil in the world...only programmers and fools .

  2. #2
    Behemoth
    Guest
    Whoah! somebody better quit with the LSD already!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width