- From: John Russell <ve3ll@cogeco.ca>
- Date: Thu, 10 Jul 2003 09:09:45 -0400
- To: www-amaya@w3.org
- Message-ID: <3F0D2D59.17877.1BA602@localhost>
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>
Attachments
- Image/JPEG attachment: autotab2.jpg
- Image/GIF attachment: autotab1.gif
Received on Thursday, 10 July 2003 09:09:30 UTC