Forum Moderators: not2easy
/*Left container */
#left
{
float: left; width: 17.25%; height: 310px; text-align: center; background: url(http://www.mydomain.com/calendar1/images/tge-sb.jpg); background-repeat: no-repeat; margin: 0%;
}
/*Main content pain (right)*/
#content
{
font-family: "sans serif", Arial; font-size: 16px; font-style: italic; font-size: 16px;
}
#content1 // calendar content
{
font-family: "sans serif", Arial; font-size: 16px; font-style: italic; font-size: 16px; text-align: center;
}
######################################
HTML link and last part of header include......
<link rel="stylesheet" type="text/css" href="http://www.mydomain.com/calendar1/css/tge.css">
</head><body >
<div id="content1">
Footer
</div>
<div id="bottom">
<a href="http://www.mydomain.com"><img src="http://www.mydomain.com/calendar1/images/pndlogo2-xsm.gif" class="pdlogo"></a>
</div>
</div>
</body>
</html>
I had to use the full url to compansate for the different layers of folders to read from one main one
I hope someone can offer suggestions with the little bit of coding i included
Pat
Have you run this through validation for css and xhtml/html? As well as made sure you have the proper dtd?
I know its slow right now with the holidays upcoming, but hopefully someone will be along that knows more to help you out. I"m learning as well, and try to give a shot at what I know has worked for me, but, lol, that doesn't mean that I have it right. ;)