- From: John Russell <ve3ll@rac.ca>
- Date: Wed, 16 Apr 2003 21:40:01 -0400
- To: www-amaya@w3.org
- Message-ID: <3E9DCDB1.23426.29B4220@localhost>
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>
Attachments
- Image/JPEG attachment: speakers.jpg
- Image/GIF attachment: welcome.gif
Received on Wednesday, 16 April 2003 21:32:32 UTC