Testing WordPress’s Code Syntax Highlighting

(12/04/11) TEST 1: This example introduces a bit of test code we are calling ‘CODE SNIPPET A’. It uses the ‘sourcecode’ tag and has no language attributes or parameters. Code Snippet A [sourcecode] <form id="form1"> <div> <input id="btnShowMessage" type="button" value="show message" /> <div id="divMessage" style="background-color: yellow;">THIS IS THE MESSAGE</div> </div> </form> [/sourcecode] NOTE: When you […]

Testing WordPress’s Code Syntax Highlighting Read More ยป