|
-
Feb 9th, 2010, 06:43 PM
#1
Thread Starter
Stack Overflow moderator
HTML Test Multiple
<b>Hello</b>
<div style="width: 100%; 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:
\\[VBCODE]\[/VBCODE]
[[]CODE][[]/CODE]
-
Feb 10th, 2010, 04:53 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|