HTML code on Pages
-
Hi all!
I’ve looked for the answer to this question, but haven’t found it. If it is answered somewere please forgive me.I’m trying to insert HTML code of a picture hosted on another site. I’ve already used the SAME code in the text wiget, but now I want the same thing included on a page (not my blog). But when I try to use it on the page it just lists the code itself, not the picture/page I’m linking to. Is that not something that the wordpress pages can do? I’ve used HTML code from like quiz results on my blog, is this different? Is there anyway to make it work?
Here’s the code:
‘a href=”http://dragcave.ath.cx/viewdragon/Z9b8″><img src=”http://dragcave.ath.cx/image/Z9b8.gif” style=”border-width: 0″ alt=”Adopt one today!”/></a’I don’t know anything about code (other than how to copy and paste it) so any help would be really apreciated!
Thanks!
-
You need tags at the beginning and end:
<a href=”http://dragcave.ath.cx/viewdragon/Z9b8″><img src=”http://dragcave.ath.cx/image/Z9b8.gif” style=”border-width: 0″ alt=”Adopt one today!”/></a> -
-
I just noticed the quotation marks around the first url (dragcave). You don’t need them.
- The topic ‘HTML code on Pages’ is closed to new replies.