| Author |
Message |
lavine
Joined: 19 Jun 2008 Posts: 4
|
Posted: Thu Jun 19, 2008 2:44 am Post subject: linking a photo |
|
|
I have a jpg that I would like to be a link. I cant seem to figure out how to connect a hyperlink to my image. there doesnt seem to be any options for this. I can add hyperlinks to text but not to jpgs.
any suggestions?
thanks |
|
| Back to top |
|
 |
lavine
Joined: 19 Jun 2008 Posts: 4
|
Posted: Thu Jun 19, 2008 3:26 am Post subject: example |
|
|
Hi [Firstname],
<<www.michaellavine.com>>
<img src=www.michaellavine.com/miley3.jpg>
<a href=<www.michaellavine.com>{File:"miley3.jpg"}</a>
<img src="http://www.michaellavine.com/miley3.jpg" alt="miley3.jpg" width="742" height="511" border="0">
this is in styled text. none of them images will hyperlink. in the email, the HREF image gets a hand clicker icon but wont go. i am sure there is a simple way out of this. |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2189
|
Posted: Thu Jun 19, 2008 7:41 am Post subject: |
|
|
It is:
<a href="LINK_URL_HERE">{File:"PICTURE_NAME_HERE"}</a> |
|
| Back to top |
|
 |
lavine
Joined: 19 Jun 2008 Posts: 4
|
Posted: Thu Jun 19, 2008 12:29 pm Post subject: still not working |
|
|
<a href=<http://www.michaellavine.com>{File:"miley3.jpg"}</a>
<a href=<"http://www.michaellavine.com">{File:"miley3.jpg"}</a>
<a href=<"www.michaellavine.com">{File:"miley3.jpg"}</a>
<a href=<www.michaellavine.com>{File:"miley3.jpg"}</a>
none of these four lines are working. they all put words above the photo. none of the photos carry an active link. the first two names that are above the photos are active but that is not what I am looking for.
what am I doing wrong? |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 2189
|
Posted: Thu Jun 19, 2008 3:44 pm Post subject: |
|
|
All your lines are wrong. The format is:
<a href="LINK_URL_HERE">{File:"PICTURE_NAME_HERE"}</a>
Note that there is no '<' after 'href='. If you replace the sample strings with your stuff you get:
<a href="http://www.michaellavine.com">{File:"miley3.jpgE"}</a> |
|
| Back to top |
|
 |
lavine
Joined: 19 Jun 2008 Posts: 4
|
Posted: Thu Jun 19, 2008 10:34 pm Post subject: thanks |
|
|
your line does not work. all i get is text.
this is the line I ended up using and it worked great. so all's well that ends well.
<a href="http://www.michaellavine.com"><img src="http://www.michaellavine.com/mileyTruck.jpg"</a>
best
michael |
|
| Back to top |
|
 |
|