shabda
I have created some templates for Blogger, which I want to post to my blog whic is created using wordpress. However as the templates have html tags and contain <...> I cant directly post them. So i covert them to > or < before posting. Also the code is quite large, so to not overwhelm my page, I put them inside a textarea. So my code looks like this
<form>
<textarea>
...............
</textarea>
</form>
But then <br /> tags appear automatically as the wordpress interprets line breaks in the code as <br />. So I finally put <pre> tag at start to stop the <br />s appearing. But now the <pre> tags reamins. You can see the result here, http://blog.shabda.name/.
Any help will be higly appreciated. Thanks
<form>
<textarea>
...............
</textarea>
</form>
But then <br /> tags appear automatically as the wordpress interprets line breaks in the code as <br />. So I finally put <pre> tag at start to stop the <br />s appearing. But now the <pre> tags reamins. You can see the result here, http://blog.shabda.name/.
Any help will be higly appreciated. Thanks
