BMS Pages

Tuesday, 16 February 2016

HTML Encoder For Blogger Comments And Adsense Code

HTML Encoder For Blogger Comments And Adsense Code

HTML Encoder
You might have seen many users easily commenting HTML and Javascript but when you try to do same yo end up getting an error. This is not your fault, blogger does not allow you to directly post html and javascript. You will need to encode this code to post without getting any error. Sometime you will also need to encode your adsense code to be placed inside your template. Below is HTML Encoder which will allow you to encode your html and javascript code.  Some of the characters that it converts are listed below.


  • '<' becomes '&lt;'
  • '>' becomes '&gt;'
  • '"' (double quote) becomes '&quot;'
  • ''' (single quote) becomes '&#039;'
  • '&' becomes '&amp;'
    Convert Your HTML And Javascript Code Here

     

    No comments:

    Post a Comment