Results 1 to 2 of 2

Thread: Simple Html Problem

  1. #1
    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 for example the movie image should link to HERE 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
    Code:
    <img src=http://img50.photobucket.com/albums/v152/peerzyboy/movies.gif>
    but how do i hyperlink this?

    quike answer plz, thnx

    EDIT fixed links


  2. Internet, Programming and Graphics   -   #2
    sparsely's Avatar °¤°¤°¤°¤°¤°¤°
    Join Date
    Dec 2002
    Location
    static hum
    Posts
    3,486
    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.

    Code:
    &#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;

    this post is guaranteed 100% parrot-free

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •