Hello
I am creating a site using css.
in my css, I specify an image to appear in a div tag that is the logo.
I would like that image to be also a link back to the homepage...
how would I write it in the css code?
as of now, this is what it sais in the css code:
how can i make it so the image would also be a link.. or the specific style would be a link?
I am kind of in the dark about this,
any help would be great, thank so much!!!
I am creating a site using css.
in my css, I specify an image to appear in a div tag that is the logo.
I would like that image to be also a link back to the homepage...
how would I write it in the css code?
as of now, this is what it sais in the css code:
Code:
#header { height: 75px; background:#fff url(http://www.redheadtrainer.com/images/just_logo.gif ); }
how can i make it so the image would also be a link.. or the specific style would be a link?
I am kind of in the dark about this,
any help would be great, thank so much!!!
Comment