Subscribe:

Ads 468x60px

Showing posts with label html code. Show all posts
Showing posts with label html code. Show all posts

Saturday, August 4, 2012

Source Code Formatter for bloggers blogspot websites

This is the free Source code formatter you can use, Paste your HTML/XHTML/XML code into textbox and click "Format Source Code" button. The obtained Formatted Source Code you can paste in your website/blog as it is, to see it in Previewed form as shown below. (Just in case if this UI in some browser doesn't work, please get it done at http://usefultechtalk.blogspot.in/2012/08/how-to-add-html-posts-in-website-or.html)
Paste Here Your Source Code
Source Code Formatting Options
1) Convert Tab into Space :
2) Need Line Code Numbering :
3) Remove blank lines :
4) Embeded styles / Stylesheet :
5) Code Block Width :
6) Code Block Height :
7) Alternative Background :
Copy Formatted Source Code
 
Preview Of Formatted Code
[Please like/share/comment if you find it useful !!]

How to add HTML Code in Website or Blogs



How to add HTML Code in Website or Blogs

Long back, I came across a doubt about how to add html/xhtml or other markup tags as it is in any blog or website. because web browser by default interpret it as normal tag and render it as normal html form(we want in text form). There are few methods.

Method 1)

Go to this free website Simplebits.com
In the "Enter Markup" textbox enter the html code which you want to see as it is in text form in your website/blog. Click Process. You will find in "Cut n Paste" textbox similar code (with converstion of  < as "& lt;"  > as "& gt;" new-line as <br/>). Paste this in your blog/website.



That's Done !