Post by bejay on Jan 14, 2011 2:18:56 GMT
Okay. So here my problem. This is the code in question:
It's very messy I know....
Anyway, you see the CSS bit? The bit of the code in question:
I would like the banner to link to a URL. I was told too use Divs, but I honestly have no clue how to go about it.
Any help would be appreciated!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>tures.ca Homer</title>
</head>
<body>
<style type="text/css">
body {
background-color: #000000;
background-image: url(/img/logo.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
a { text-decoration: none; </style><!-- Foot -->
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot-bg"> </div>
<div id="foot" align="center"> <font face="wp_bogus_font"><a href="../../contact.htm" target="_blank"><font face="Calibri" color="#f8f0d0">Contact Us</font></a> <font face="Calibri" color="#f8f0d0">|</font> <a href="../../support" target="_blank"><font face="Calibri" color="#f8f0d0">Support</font></a></font></div>
</body>
</html>
It's very messy I know....
Anyway, you see the CSS bit? The bit of the code in question:
<style type="text/css">
body {
background-color: #000000;
background-image: url(/img/logo.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}
a { text-decoration: none; </style>
I would like the banner to link to a URL. I was told too use Divs, but I honestly have no clue how to go about it.
Any help would be appreciated!