How does everyone take a picture and then make it where when you click on it, and it takes you to somewhere on the web? This might be for making a badge for your website or just a fun, useful graphic to link people to another spot on your site or someone else's.
Remember, as long as you have the link to something, like your RSS feed or a very special post on your site etc., you can use any graphic and link it to that spot on the web!
You can see for Our RSS feed here at Take Root and Write I customized a regular RSS feed button just for us. Then I have coded it to link to the TRW feed so you can sign up.
I am including a Video Tutorial to walk you through how to do this. Below is all the text used in the video so you can copy and paste for yourself. Keep the code handy in a draft email (that's what I do) so you can pull it up, copy, paste & edit where you want it.
This is the Text Aligned CENTER code.
<p style="text-align: center;"><a href="WEBSITE LINK HERE"><img src="DIRECT LINK TO YOUR PICTURE" /></a></p>
This is the Text Aligned CENTER ....Open in NEW page code.
<p style="text-align: center;"><a href="WEBSITE LINK HERE" target="_blank"><img src="DIRECT LINK TO YOUR PICTURE" /></a></p>
Do not want it centered?
<a href="WEBSITE LINK HERE"><img src="DIRECT LINK TO YOUR PICTURE" /></a>
Using more than One pic/link like....
Then you need....
<p style="text-align: center;"><a href="FIRST WEBSITE LINK HERE"><img src="FIRST DIRECT LINK TO YOUR PICTURE" /></a> <a href="SECOND WEBSITE LINK HERE"><img src="SECOND DIRECT LINK TO YOUR PICTURE" /></a> <<a href="THIRD WEBSITE LINK HERE"><img src="THIRD DIRECT LINK TO YOUR PICTURE" /></a></p>
Continue reading "How to Make a Picture Link Back to a Website" »

>



















