Pre code demo

This css script might be useful to all - It is not for syntax highlighting but works well for presenting the source code in original format :

  <pre style="font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; 
                color: #000000; background-color: #eee;
                font-size: 12px; border: 1px dashed #999999;
                line-height: 14px; padding: 5px; 
                overflow: auto; width: 100%">
       <code style="color:#000000;word-wrap:normal;">

            <<<<<<<YOUR CODE HERE>>>>>>>

       </code>
 </pre> 

Comments

Popular posts from this blog

Blogger Responsive Table Demo : Blogger Gadget Demo

demo 2

pre code 2