Need to link images to another page, help!
-
Hello,
I’m trying to figure out how to link an image to another page in my WordPress.com Blog. I imagined that it would be a fairly simple process as when using html, a simple
I noticed that when you upload an image to your post or select it out of the gallery, you can link to an attachment page or that photo’s URL but you cannot insert a custom link to another page.
There’s gotta be a way to do this. Any help is greatly appreciated. Thanks.
-
My sample code messed up the original post >.<
What I was trying to say was:
<a href="http://www.thisisalink.com"><img src="img/photo1.jpg" /> -
Your code is missing the closing tag. It should be
<a href="http://www.thisisalink.com"><img src="img/photo1.jpg" /></a>
(Of course, change the IMG SRC to what’s appropriate)
- The topic ‘Need to link images to another page, help!’ is closed to new replies.