Code tags are supposed to preserve indentation, something these ones don't.Mr Thin said:TheKramers said:Lol, half the things he posted aren't supported by this forum. Code tags for example.
And did you notice that he had to type his code with spaces in it because this forum doesn't support noparse tags? That can be confusing for some because there isn't supposed to be spaces in the tags syntax.Code:Code tags work fine. Were you talking about something else?
The solution is simple. Take this example:TheKramers said:For example: Every time I try to show someone BBcode on here because they don't know about it, I have no way to show them the actual code instead of the result of the code because these forums don't support code, html, php, or noparse tags. So when I post code, the forums always parse the code and show the result instead of the actual code, so there's no way to show someone your code on these forums. This could be fixed with one simple tag: the noparse tag. (all it does is not parse anything inside it, so no matter what is inside the noparse tag it will be rendered as text)
[b]How to create bold text.[/b]
I've done it by nesting bold tags within the BBcode tag, i.e.
[b[b][/b]]How to create bold text.[/b]
where the nesting has gone one level further to demonstrate the actual code I used for the first example.