bold orange italic markup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cfive
    New Member
    • Jul 2004
    • 10
    • 3.0.2

    bold orange italic markup

    the vb help says this....

    The first field is the openning tag. The second field is the closing tag. These tags will be inserted around the user's username like this:

    [openning tag]username[closing tag]

    Some HTML tags you might want to use here include:

    <span style="font-weight: bold;">username</span> = username
    <span style="font-style: italic;">username</span> = username
    <span style="text-decoration: underline;">username</span> = username
    <span style="color: red;">username</span> = username
    <span style="font: 20px verdana;">username</span> = username

    You can also do combinations by using more than one attribute in the style property:

    <span style="font: 20px verdana; color: red;">username</span> = username

    i'm trying to make a large orange italic markup... i dont know vb but i did try this with no luck...

    <span style="font: 20px italic; color: orange;">username</span>

    any suggestions?
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    Try this

    <span style="font-size: 20px; font-style: italic; color: orange;"> </span>

    Comment

    • cfive
      New Member
      • Jul 2004
      • 10
      • 3.0.2

      #3
      ah, so simple but it's very cool you took the time to answer the question... THANKS ZACHERY!!!!!!!!!!!

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...