this stripped down example shows width calculation problems very simple table inside table ... this may be the problem with other tables where i use one table as a positioner so that class session tables can be placed side by side.... -- 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>autotable.htm</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="autotab1.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="autotab2.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>
(Image/JPEG attachment: autotab2.jpg)
(Image/GIF attachment: autotab1.gif)
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:42 UTC