Loading 100%

Syntax Highlighter Shortcode For Blogger

 
    
<div id="syntax"></div>

    
<script type='text/javascript'></script>

    
.post-body img {
box-shadow: 0 0 10px #EEE;
height: auto;
Color:#0080ff;
Font:12px bold italic;
border-top:1px solid #333;
border-bottom:1px solid #666;
}
 

3 comments:

  1. Add almost any script inside it but first encode it using MBT HTML encoder

     

    <?php
    for undefined$i=1; $i<=5; $i++)
    {
    echo "The number is " . $i . "
    ";
    }
    ?>


    ReplyDelete
  2. Adding codes inside comments using syntax highlighter was an impossible dream just a month ago but now thanks to Blogger Shortcode Plugin sky is the limit!

    ReplyDelete
  3. if i use this syntax highlighter, will my blog become slower ??

    ReplyDelete