Positioning links around a HTML page

Discussion in 'HTML & Website Design' started by demondestiny, Aug 30, 2011.

  1. #1
    Hey guys i'm in need of some help. I'm making a website that has 1 main image that i have used in the css. The css image has 4 smaller images attached to it and i want to be able to have a hyperlink that directs to a website if a user clicks on one of those smaller images.

    How would i go about positioning the links around the HTML page? If you guys need more information just ask :)
     
    demondestiny, Aug 30, 2011 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    <a href="http://www.mysite.com" id="image1"><img src="myimage.jpg" /></a>

    If you want to position the link (and the image included in it), use css to position the id (#image1 {margin-top: 25px; margin-left: 50px;} etc.)
     
    Rukbat, Aug 31, 2011 IP
  3. digitalpoint.futureistic

    digitalpoint.futureistic Guest

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #3
    Hi,

    You can simply convert those images into an hyperlink or button and get the user redirected to another page.

    Thanking You,
    Futureistic Team