Hi all!
I am trying to create a log with a link using DIV and external CSS. Does anyone know how to do it?
Here is the HTML:
Here is the external CSS:Code:<div id="logo"></div>
When I viewed it, the logo is not center of my page and I was not able to add a link to the logo within the external CSS.Code:#logo { text-align:center; background-image: url(images/Background.gif); background-position: center; background-repeat: repeat-y; position: relative; }
Thanks in advanced!


Reply With Quote
Bookmarks