Results 1 to 2 of 2

Thread: HTML Test Multiple

  1. #1

    Thread Starter
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    HTML Test Multiple

    <b>Hello</b>
    <div style="width: 100&#37;; height: 40px; background-color: #ff7777; color: white;">BUMP TAG</div>
    Hello 2
    [div style="width: 100%; height: 40px; background-color: #ff7777; color: white;"]BUMP TAG 2[/div]
    Hello 3
    BUMP TAG 3 (not really the same)

    Escape:
    Code:
    \
    \
    Code:
    \
    \[VBCODE]\[/VBCODE]
    [[]CODE][[]/CODE]

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: HTML Test Multiple

    If you are trying to show the text for the tags, put them inside NoParse tags:
    [noparse] [CODE] [/CODE] [/noparse] ... shows as: [CODE] [/CODE]

    ..or use the Open and Close tags instead of the [ and ] characters:
    [open]a[/open]code[close]a[/close] [open]a[/open]/code[close]a[/close] ... shows as: [code] [/code]



    By the way, the VBCode tag was replaced years ago.

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