HTML block in Text field
I'm an experienced HTML programmer, but I need help with this oneâ¦
Not sure if this is possible⦠I have a blog site. One of the fields I can edit is the title of my blog. I've created a small banner that I'd like to use in place of plain text; however, when I enter the HTML img tags into the field, the code is always displayed as text. So basically, instead of entering my blog title of "Quick Slants," I entered something like <img src="image.gif">. When I refreshed the page, my new blog title was "<img src="image.gif">" and NOT the image I had created.
I know there must be a tag that disables HTML code; however, I was wondering if there is a tag I can use that will play with the code and make my idea possible.
Any suggestions?
|