I know this is probably the dumbest question ever, however I am a total beginner when it comes to CSS; how do you hyperlink an image on a webpage using an image which is sou
CSS is for presentation only, not content. A link is content and should be put into the HTML of the site using a standard tag. You can then style this link (or add an image to the link) using CSS.