I am new and trying to get away from Tables. I have the following sample on a local server so I can't get you the images but this is my design. I'm sure there is probably more optimal ways that I have not learned but I'm trying to get the experience by doing and getting feedback when stuck.
!!!WEBSITE CODE!!!
<HTML>
<HEAD>
<TITLE>BPFK</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<link href="bpfkstyle.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<div id="floatdiv" class="navigationbar">
<div class="navigationimage"><img src="images/bouncersmall.jpg"></div>
<div class="navigationtext">Home</div><div class="navigationimage"><img src="images/bouncersmall.jpg"></div>
<div class="navigationtext">About Us</div><div class="navigationimage"><img src="images/bouncersmall.jpg"></div>
<div class="navigationtext">Classes</div><div class="navigationimage"><img src="images/bouncersmall.jpg"></div>
<div class="navigationtext">Register</div><div class="navigationimage"><img src="images/bouncersmall.jpg"></div>
<div class="navigationtext">Contact Us</div><div class="navigationimage"><img src="images/bouncersmall.jpg"></div>
</div> <!-- end of navigationbar -->
<script src="floatingmenu.js" type="text/javascript" language="javascript"></script>
<div class="outsidecontainer">
<div class="navigationcontainer">
</div> <!-- end of navigationcontainer -->
<div class="logocontainer">
</div> <!-- end of logocontainer -->
<div class="bodycontainer">
<div class="bodycontainer">
<div class="indexheader"><img src="images/indexheader.jpg"></div> <!-- end of indexheader -->
<div class="introwithadscontainer">
<div class="leftcontentcontainer">
<font face="Kristen ITC,Comic Sans MS,Verdana" size="2" color="#000080">
This will be the intro text that will take up several lines. It may end up shorter than the ad links on the right but that is ok.
<p>
This will be a welcome paragraph that is included with the above introduction
<p>
</div> <!-- end of leftcontentcontainer -->
<div class="rightadcontainer">
<div class="corporatecontainer"><a href="
src="images/corporate.jpg"></a></div> <!-- end of corporatecontainer -->
<div class="newslettercontainer"><a href="newsletter.php"><img src="images/newsletter.jpg"></a></div> <!-- end of newletercontainer -->
</div> <!-- end of rightadcontainer -->
<div class="rightcontentcontainer">
<img src="images/dogblank.gif" alt="" width="400" height="295" border="0" align="left" usemap="#dogblank_Map">
<map name="dogblank_Map">
<area shape="rect" alt="" coords="189,130,309,156" href="afternooncamp.pdf">
<area shape="rect" alt="" coords="125,187,287,213" href="etiquette.pdf">
<area shape="rect" alt="" coords="189,93,317,122" href="character_2.pdf">
<area shape="rect" alt="" coords="150,41,284,75" href="summer_events08.pdf">
</map>
What we offer:<p><ol>
<LI><strong><font color="#FF0000">
Classes:</font></strong>
<ul><LI><strong>BPFK</strong> Classes - This will be the introduction to class number 1 and what is provided with it.<p>
This paragraph will discuss the disclosures for this class<p>
<LI><strong>BPFK</strong> Classes - This will be the introduction to class number 1 and what is provided with it.<p>
This paragraph will discuss the disclosures for this class<p>
</ul>
<LI> Other
<p>
<LI><strong> Class </strong> - This will be another description</ol><p>
</div> <!-- end of rightcontentcontainer -->
</div> <!-- end of introwithaddscontainer -->
</div> <!-- end of bodycontainer -->
</div> <!-- end of bodycontainer -->
<div class="footercontainer">
</div> <!-- end of footercontainer -->
</div> <!-- end of outsidecontainer -->
</BODY>
</HTML>
!!!STYLESHEET!!!
.outsidecontainer {
background-image: url(images/background.jpg);
background-repeat: repeat-y;
text-align: center;
margin: 0px;
padding: 0%;
}
body {
margin: 0px;
padding: 0px;
}
.navigationcontainer {
margin: 0px;
padding: 0px 255px 0px 242px;
background-image: url(images/navigation.jpg);
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
vertical-align: middle;
border: none #00FF00;
height: 24px;
text-align: center;
}
.navigationbar {
margin: 0px;
height: 24px;
position:absolute;
padding:0px 0px 0px 250px;
background:url(images/navigation.jpg);
width: 1263px;
text-align: center;
}
.logocontainer {
margin: 0px;
padding: 0px;
background-image: url(images/logo.jpg);
height: 189px;
width: 1263px;
}
.footercontainer {
margin: 0px;
padding: 0px;
background-image: url(images/footer.jpg);
height: 104px;
width: 1263px;
}
.navigationimage {
float: left;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #ffffff;
height: 24px;
line-height: 24px;
vertical-align: middle;
display: table-cell;
padding-right: 4px;
padding-left: 4px;
}
.navigationtext {
float: left;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
height: 24px;
line-height: 24px;
vertical-align: middle;
}
.leftcontentcontainer {
float: left;
width: 450px;
}
.rightcontentcontainer {
padding-right: 10px;
padding-left: 10px;
width: 700px;
}
.corporatecontainer {
border: 2px solid #000000;
float: right;
width: 250px;
clear: right;
height: 100px;
margin: 2px;
}
.newslettercontainer {
border: 2px solid #000000;
float: right;
width: 250px;
clear: right;
height: 100px;
margin: 2px;
}
.introwithadscontainer {
padding-right: 260px;
padding-left: 260px;
}
.bodycontainer {
text-align: center;
}
.rightadcontainer {
float: right;
width: 250px;
}