I am having trouble getting some table images to line up.
in Mozilla and Opera, the blue tile is perfectly formed.
In IE, however, on the right side, you will notice it is off by about a pixel or two.
What can be causing this, and how can I fix it, while keeping with xhtml validation?" Thanks for any feedback.
here is the code:
Gary
in Mozilla and Opera, the blue tile is perfectly formed.
In IE, however, on the right side, you will notice it is off by about a pixel or two.
What can be causing this, and how can I fix it, while keeping with xhtml validation?" Thanks for any feedback.
here is the code:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html>
<head>
<!--Begin Meta Tag definitions-->
<meta name="copyright" content="Copyright © 2003-2004 Gary Robar, All Rights Reserved"/>
<meta name="classification" content="Personal"/>
<meta name="revised" content="Gary Robar, 9/30/04"/>
<meta name="revisit-after" content="15 Days"/>
<meta name="author" content="Gary William Robar"/>
<meta name="abstract" content="The personal website of Gary Robar, Halifax Nova Scotia Canada. Photosite, Music Pages, Computer Stuff, and other general areas of interest await."/>
<meta name="description" content="The Personal Website Of Gary Robar"/>
<meta name="keywords" content="gary robar, gary, robar, halifax, nova scotia, hammonds plains, park victoria, potato gun"/>
<meta name="generator" content="Microsoft FrontPage 5.0"/>
<meta name="ProgId" content="FrontPage.Editor.Document"/>
<meta name="doc-type" content="White Paper"/>
<meta name="GOOGLEBOT" content="index,follow"/>
<meta name="MSSmartTagsPreventParsing" content="TRUE"/>
<meta name="owner" content="Gary William Robaar"/>
<meta name="ROBOTS" content="ALL"/>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
<meta http-equiv="Content-Language" content="en-ca"/>
<meta http-equiv="Content-Script-Type" content="text/javascript"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
<meta http-equiv="imagetoolbar" content="no"/>
<meta http-equiv="PICS-Label" content='(PICS-1.1 "[URL unfurl="true"]http://vancouver-webpages.com/VWP1.0/"[/URL] l gen false comment "VWP1.0" by "Gary W Robar" on "2004.09.30T17:481700" for "[URL unfurl="true"]http://www.robarspages.ca/index.asp"[/URL] r (P 2 S 0 V 0 Com 1 Tol 1 Env 0 SF 0 Edu 0 Can -2 MC 0 Gam -1 ))'/>
<!--End Meta Tag definitions-->
<title>Robar's Pages - Start Page</title>
</head>
<body>
<center>
<!--Begin Table 1, 'Main'-->
<table>
<tr>
<td><img src="[URL unfurl="true"]http://www.robarspages.ca/images/splashhead3.gif"[/URL] alt="[Robar's Pages - Splash Page]"/></td>
</tr>
<tr>
<td>
<center>
<table width="358">
<tr>
<td width="445">
<table border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" width="399">
<tr>
<td width="445" height="65" colspan="2">
<img border="0" src="images/maint2.gif" alt=""/></td>
</tr>
<tr>
<td height="78" width="222" bgcolor="#282484">
<center>
<a href="underc.asp">
<img src="images/musica.gif" alt="[To Music Pages]" border="0"/></a>
</center></td>
<td height="78" width="222" bgcolor="#282484" align="center">
<a href="Photosite/index.asp">
<img src="images/photosite.gif" alt="[To Photosite]" border="0"/></a></td>
</tr>
<tr>
<td height="24" width="222" bgcolor="#282484">
</td>
<td height="24" width="222" bgcolor="#282484">
</td>
</tr>
<tr>
<td height="120" width="222" bgcolor="#282484" align="center">
<a href="underc.asp">
<img src="images/comp.gif" alt="[To Computer Pages]" border="0"/></a></td>
<td height="120" width="222" bgcolor="#282484" align="center">
<a href="Photosite/admin/default.asp">
<img src="images/admin.gif" alt="[To Administration]" border="0"/></a></td>
</tr>
<tr>
<td height="31" width="445" bgcolor="#282484" colspan="2">
<p align="left">
<img src="images/cf.gif" alt="[Canadian Content]"/></p></td>
</tr>
<tr>
<td height="32" width="445" bgcolor="#282484" colspan="2">
<p align="center">
<font face="Verdana" style="font-size: 10px" color="#C0C0C0">
All content © 2004 Gary Robar unless otherwise noted.</font></p></td>
</tr>
<tr>
<td width="445" colspan="2">
<img src="images/mainb.gif" alt=""/> </td>
</tr>
</table>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
<!--End Table 1, 'Main'-->
</center>
<p>
<a href="[URL unfurl="true"]http://validator.w3.org/check?uri=referer">[/URL]
<img src="[URL unfurl="true"]http://www.robarspages.ca/images/w3c.gif"[/URL]
alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>
</p>
</body>
</html>
Gary