I had to put some HTML codes in one post of my BASH scripting blog.
<table border=1>
<tr>
<td>1 First field</td>
</tr>
<tr>
<td>2 Second field</td>
</tr>
</table>
I was struggling as when I wrote the actual HTML code and submit the post, the HTML codes turned into the actual output of the code, but I wanted the raw html code to be displayed in the post. http://allblogtips.blogspot.com helped me in this ocassion, so thought of sharing the tip with my readers.
Change all the < with
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwfAVFk-AYCe2ueO7Neir-k2qdMhGa8oBOVxXucHmOHKCZfRfuLQgXIQUgnqjg9gl5fD3fOPg72lAyX7KFQeKXUPMCwMkS2PRZM1UpYT9qZT6YYZSAQnPFA5J9qQfnmShmwGqVqgGNr5s/s400/jks1.png)
and > with
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglazwaNKrIpi_Wm52AxpovsYj3W4nx38oAS190Zw35OPREcfKNPY2wEabC9s2Se7XUUBWEQlHhDchYisPsh5JMTMDZ84Qe_NTBLaw4ZtCkEWNFP_XgpS10ZX_ncdIvs_HxrPkJiHCf_Hg/s400/jks2.png)
(in Edit HTML mode)
1 comments:
thnx for that post man it really helped me
check out my blog http://free-image-maker.blogspot.com/
Post a Comment