Use Edit HTML Code Fragment to create link

C

cortinabean

Hi,

I would like to use a .jpg as an anchor for a "return to top of page"
bookmark. I have the code and it works, except that I have to use an
absolute URL for the image. I need to use a relative URL as this webpage
will be published on more that one server.

In the img src= "Picture.gif" part of the code I have to use an absolute URL
or the image will not show. Is there a way around this?

This is what the directions on the MS website say to do. (I had to
manipulate the directions a bit to make the .jpg the anchor as opposed to the
link.)

<a href="#additional"> <img src="Picture.gif" alt="Explanatory note"></a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top