Add an image on the right side with a link
-
Hello,
I would like to know if it´s possible to add an image on the right side of my blog and link it to an external page or to an internal page.
Greetings and thank you!
The blog I need help with is: (visible only to logged in users)
-
Can we get a link to your blog, starting with http? We generally need one to answer questions.
-
Without seeing your blog, I can suggest using an image tag and link (html) in a text widget. Just type in the code, as you would text. If done correctly, it should appear as a linked image.
A text link normally looks like this:
<a href="url of your website"> the text that you click </a>if you want to a picture to serve as a link, instead of “the text that you click” in between the tags, you place an image tag, which looks like this:
<img src="url of your image"/>To put them together, they would look like this:
<a href="url of your website"> <img src="url of your image"/> </a>Instead of the text becoming a link, the image becomes a link.
-
@cassandramarie: Appreciate your willingness to help, but please note that when an experienced volunteer like raincoaster asks for a link to the blog instead of giving a reply, she’s got reasons for doing so. We always ask for a link, first to make sure it’s a wp.com blog (we get a lot of wrong visits), second because we often need to check things in the blog before we can give the right answer.
-
-
- The topic ‘Add an image on the right side with a link’ is closed to new replies.