Suppose we want to show a simple code like bellow
<h1> Related posts </h1>
but it is HTML Code so it will display like bellow
Related posts
To avoid this we show codes in special Section amd make it friendly to postJust follow these steps
- Login to Blogger dashboard
- Go to Design Section
- Then select Edit HTML tab
- Find
]]></b:skin>tag - Replace it with Bellow Code of section
.codeview { margin : 15px 15px 15px 35px; padding : 10px; clear : both; font-family : "Courier New", "MS Sans Serif", sans-serif, serif; line-height:1.6; background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi7hTYsQdNElQS69U4w7KOt_xRHGlE_TfskX_KjawhmmBppB-_EpenHNM4Ibm7xLrQWvxfC9krLN8JFPeimZG90O-lkwP3BzgqqYcmLgwMrj7kRSwvlYmKCVh8OS-VkIC8ymqcvAWR3LJJ6/') no-repeat scroll bottom right #EFFBF5; border-top : 1px solid #eeeeee; border-right : 2px solid #cccccc; border-bottom : 2px solid #cccccc; border-left : 1px solid #eeeeee; } .codeview li { line-height : 24px; color : #333333; margin : 0; padding : 0; } ]]></b:skin> - Now save your template.
<div class="codeview">
<!-- Put Your Special code here -->
</div>
Note:- Before Putting code, Make it Friendly to post Using these tools- HTML Entities Encoder / Decoder
- Postable
- Centricle Encode / Decode HTML Entities
0 comments:
Post a Comment