short file that exhibits legion site problem

it took two hours to strip it this far... i think the debuggers can see
that it is an  auto margins problem  
comment out the table spec and   content aligns under top image
as it stands content is offset ....
but not in other browsers ...

perhaps it is same problem  that is not allowing elements to center ????  //
John Russell, VE3LL@RAC.CA
http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA)
check HTML at http://www.htmlhelp.com/tools/validator/
check CSS at http://jigsaw.w3.org/css-validator/
check JavaScript at http://www.crockford.com/javascript/jslint.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>WELCOME</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<style type="text/css">
body {width:96%;background:white}
span {color:navy;font-size:30pt}
table {margin:auto; width:96%}
</style></HEAD><BODY>
<TABLE summary="page table">
  <TR>
    <TD><IMG alt=welcome src="welcome.gif" border=0><BR>
      <TABLE summary="split page">
        <TR>
          <TD>
          <P><SPAN>The Fonthill Legion,</SPAN> Branch #613, Talbot Trail
          is located in the "Heart of Niagara" at 141 Highway #20 East,
          Fonthill,Ontario, Canada.</P>
          </TD>
          <TD>
            <IMG alt="public speaking" src="speakers.jpg" border=0><BR>
            <A href="http://www.vaxxine.com/legion/youth.htm">
            Public Speaking Photos now available</A>
 		  </TD>
        </TR>
      </TABLE>
    </TD>
   </TR>
</TABLE>
</BODY></HTML>

Received on Wednesday, 16 April 2003 21:32:32 UTC