Something I think is dumb on vB, but it is what it is..
To use the [ code] box here you also need to use the [ noparse][/noparse] bb code.
(For Example) Lets say you have the following bb code:
[noparse]400banner.png[/img][/noparse]
and you want to put in a code box..
Well lets just wrap the [ code][/code] tags around that and see what happens..
See what happened? It showed the image inside of the code box.. Thats not very good now is it?
We will have to wrap [ noparse][/noparse] tags around the bb code and then [ code][/code] tags around that.
Example of that would look like (with spaces in the codes so it will show up):
[ code][ noparse][ url=http://offtopix.com/][ img]400banner.png[/img][/url][/noparse][ /code]
Finished Product:
Alternatively you could just use the [ noparse][/noparse] tags by themselves and your code will show up, but it wont be inside of a code box.
To use the [ code] box here you also need to use the [ noparse][/noparse] bb code.
(For Example) Lets say you have the following bb code:
[noparse]400banner.png[/img][/noparse]
and you want to put in a code box..
Well lets just wrap the [ code][/code] tags around that and see what happens..
Code:
[url=http://offtopix.com/]400banner.png[/img][/url]
We will have to wrap [ noparse][/noparse] tags around the bb code and then [ code][/code] tags around that.
Example of that would look like (with spaces in the codes so it will show up):
[ code][ noparse][ url=http://offtopix.com/][ img]400banner.png[/img][/url][/noparse][ /code]
Finished Product:
Code:
[noparse][url=http://offtopix.com/]400banner.png[/img][/url][/noparse]