Add a link to an image in a css style sheet

后端 未结 4 869
野的像风
野的像风 2021-01-05 10:30

I am looking to add a link to an image in a CSS style sheet so it will navigate to the link when the image is pressed.

The code for the image itself is:



        
4条回答
  •  粉色の甜心
    2021-01-05 11:21

    I stumbled upon this old listing pondering this same question. My band-aid for this same question was to make my header text into a link. I then changed the color and removed text decoration with CSS. Now to make the entire header picture a link, I expanded the padding of the anchor tag until it reached close to the edge of the header image.... This worked to my satisfaction, and I figured i would share.

提交回复
热议问题