Page 1 of 1

Broken Code Tag Examples in Topic 21171

Posted: Mon Jul 20, 2009 2:58 am
by McInfo
The

Code: Select all

 tag examples in [url=http://forums.devnetwork.net/viewtopic.php?p=105645#p105645]post 105645[/url] appear to be broken, possibly because of a previous edit. I would like to refer to the post when someone fails to use the code tags, but the examples are ineffective in their current state.

Will a moderator please fix the post?

[i][size=72]Edit: This post was recovered from search engine cache.[/size][/i]

Re: Broken Code Tag Examples in Topic 21171

Posted: Mon Jul 20, 2009 3:41 am
by Benjamin
Fixed

Re: Broken Code Tag Examples in Topic 21171

Posted: Mon Jul 20, 2009 11:28 am
by McInfo
Thank you.

However, I think it would be clearer if it looked like this:

Code: Select all

[code=php]/* YOUR PHP CODE HERE */
[/code]
which means that the source code of the post would be

Code: Select all

[code=text][code=php]/* YOUR PHP CODE HERE */
[/code][/code]
That way, the extra spaces are not needed and that part of the post is more noticeable to the casual observer.

Edit: This post was recovered from search engine cache.