Topic: positioning - I've tried everything..!
http://www.ruthbernard.com/NEWSITE/paintings1.html
The top banner and bottom copyright info float on over to the left when i insert the gallery into the table, and cannot figure out why.
All should be neatly within a table, justified left....maybe not ideal, but have not mastered CSS...
Your help ASAP would be swell!
Thanks so much!!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<title>Ruth Bernard artist and painter</title>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-1" />
<link href="rb.css" rel="stylesheet" type="text/css">
</head><body>
<div align="center">
<table width="687" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="687"> </td>
</tr>
<tr>
<td height="19" ><div align="left"><img src="sitepics/bann2.png" alt="Ruth Bernard artist.painter " width="367" height="119" hspace="0" vspace="0" border="0" align="left" /></div>
</td>
</tr>
<tr>
<td height="19" class="navbox" ><a href="index.html">HOME</a> | <a href="about.html"> ABOUT ART</a><a href="index.html">IST </a> | <a href="portfolio.html">PORTFOLIO</a> | <a href="contact.html">CONTACT/EVENTS/LINKS </a></td>
</tr>
<tr>
<td class="txtMAIN">
<!--START SIMPLEVIEWER EMBED -->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
jQuery(document).ready(function () {
SV.simpleviewer.load('sv-container', '100%', '100%', 'transparent', true );
});
</script>
<div id="sv-container"></div>
<!--END SIMPLEVIEWER EMBED --></td>
</tr>
<tr> <td height="10" class="footer">
<div align="center">
<h2>©2011 Ruth Bernard artist.painter | Web Design by <a href="http://www.rlsdesigns.com/" target="_blank">RLSdesigns</a></h2>
</div></td>
</tr> </table>
</div>
</body></html>