Results 1 to 3 of 3

Thread: Tag Testing

  1. #1

    Thread Starter
    Frenzied Member SeanK's Avatar
    Join Date
    May 2002
    Location
    Boston MA
    Posts
    1,160

    Tag Testing

    [
    VB Code:
    1. ...
    ]
    Beantown Boy
    Please use [highlight=vb]your code goes in here[/highlight] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.

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

    Re: Tag Testing

    Not quite, you need to use the Open tag to replace each open bracket ([) and the Close tag to replace each close bracket (]), eg:

    [open].[/open]vbcode[close].[/close]
    gives:
    [vbcode]

    and
    [open].[/open]/vbcode[close].[/close]
    gives:
    [/vbcode]

  3. #3
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Tag Testing

    [VBCODE]
    VB Code:
    1. dim x$
    2. x="testing"
    [/VBCODE]
    Last edited by dglienna; Oct 11th, 2005 at 07:49 PM.

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