PDA

View Full Version : Simple Html Problem



Peerzy
05-19-2004, 08:07 PM
i have an extreamly simple website (dont worry mods its nothing like a real website its something for fasttracker.) and im using HTLM stuff to put the images up, but i want to hyperlink the images, im making it in publisher becuase im litrerly spending about 20 minutes on it and 15 of those have been trying to hyper link these images, the site is HERE (http://www.freewebs.com/peerzyboyfiles/index.htm) for example the movie image should link to HERE (http://www.freewebs.com/peerzyboyfiles/movies.htm) and the same with the otehrs. The HTML LINKING is like htis:

in publsiher i go:

INSERT
HTML CODE FRAGMENT
PASTE IN CODE (for example
<img src=http://img50.photobucket.com/albums/v152/peerzyboy/movies.gif>

but how do i hyperlink this?

quike answer plz, thnx

EDIT fixed links :rolleyes:

sparsely
05-19-2004, 08:27 PM
just like you&#39;d use [ url ] [ /url ] tags here around an [ img ] that you wanted to be a link. except you use teh <a> anchor tags.
the href is the destination.



&#60;a href=&#34;http&#58;//www.freewebs.com/peerzyboyfiles/movies.htm&#34;&#62;&#60;img src=http&#58;//img50.photobucket.com/albums/v152/peerzyboy/movies.gif&#62;&#60;/a&#62;