creativemind
11-10-2008, 01:31 AM
Hi all,
I am trying to add a link to my logo using DIV and external CSS. Here is what I got so far:
HTML:
<div id="logo"></div>
External CSS:
#logo {
background:url(assets/logos/dragon14.gif) center repeat-y ;
display: block;
margin:0 auto;
width: 953px;
height: 130px;
text-align: center;
}
I was able to make the logo to show up but was not sure on how to add a link on the logo so it will link to the home or index.html web page.
Thanks in advanced!!
I am trying to add a link to my logo using DIV and external CSS. Here is what I got so far:
HTML:
<div id="logo"></div>
External CSS:
#logo {
background:url(assets/logos/dragon14.gif) center repeat-y ;
display: block;
margin:0 auto;
width: 953px;
height: 130px;
text-align: center;
}
I was able to make the logo to show up but was not sure on how to add a link on the logo so it will link to the home or index.html web page.
Thanks in advanced!!