Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need Help with Linking Images

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29752
    taiwo3
    Member

    So here’s my problem…

    I have 8 images lined up next to one another and need to link them to different pages.

    My question…

    What would be the best method linking these images? Should I use sprites, or individually link them? And is CSS image maps even an option?

    – Any and all help would be very appreciated, thank you in advance.

    #80453
    noahgelman
    Participant

    put an achor around the image like so:

    <a href="link goes in here"><img src="link to image here"></a>

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.