Forum Moderators: open
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">
<title>Home Page</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="tlb, default">
</head>
<body><!--msnavigation--><table border="1" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<img border="0" src="_.jpg" width="1024" height="163">
</td></tr><!--msnavigation--></table><!--msnavigation--><table border="1" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top">
<p><img border="0" src="_.jpg" width="236" height="381"></p>
<p> </p>
<p>
<nobr><a href="">Products</a></nobr><br><nobr><a href="">PCD Benefits</a></nobr><br><nobr><a href="">FAQ</a></nobr><br><nobr><a href="">Contact</a></nobr><br><nobr><a href="">What's New</a></nobr><br><nobr><a href="">Under Contruction</a></nobr><br><nobr><a href="">PCD Press Release</a></nobr></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</td><td valign="top" width="24"></td><!--msnavigation--><td valign="top">
<p><img border="0" src="usb_motionv7.gif" width="403" height="224" align="right"></p>
<p><font face="Arial" size="4">Since 1980, COMPANY has
developed support for Integrated Circuit board manufacturers, both large
and small. Focusing it's efforts in the automatic testing hardware
sector, COMPANY, Inc. has designed some very useful devices to facilitate
functional testing of circuit boards.</font></p>
<p><font face="Arial" size="4">COMPANY understands the unique needs of circuit board manufactures and
removes many of the hurdles to functional testing regardless of the
board size or number of connectors on the board.</font></p>
<p><font face="Arial" size="4">COMPANY has developed a line of test
connector products for faster, more productive and more reliable connections
during your functional testing.</font></p>
<p align="center"><font face="Arial" size="6">Please read
more about how COMPANY can help you get your
products to market <u>FASTER</u>.</font>
<p> <!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>
<font size="1">Copyright 2003 All rights reserved. COMPANY 99999 NE STREET
Street, TOWN ST 99999 555.777.9999 fax 555.777.9998</font>
<p>
<font size="1"> <nobr>[ <a href="">Products</a> ]</nobr> <nobr>[ <a href="">PCD Benefits</a> ]</nobr> <nobr>[ <a href="">FAQ</a> ]</nobr> <nobr>[ <a href="">Contact</a> ]</nobr> <nobr>[ <a href="">What's New</a> ]</nobr> <nobr>[ <a href="">Under Contruction</a> ]</nobr> <nobr>[ <a href="">PCD Press Release</a> ]</nobr>
</font>
</p>
<p> </p>
</td></tr><!--msnavigation--></table></body>
</html>
Thanks, Matthew
[edited by: tedster at 9:25 pm (utc) on Mar. 14, 2003]
[edit reason] remove specifics [/edit]
<p><img border="0" src="_.jpg" width="236" height="381"></p>
Firstly try removing the <p> and </p> from either end of the graphic this might solve your problem, I will carry on looking through the file to make sure no other conflicting tags are in place.
You might also want to try this:
[added]
<body>
<!--msnavigation-->
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><img border="0" src="_.jpg" width="1024" height="163"><br>
<img border="0" src="_.jpg" width="236" height="381"><br>
<p> </p>
<p>
[/added]
HTH,
-gs
Here's a link [devedge.netscape.com] to a Devedge article which explains it fully..
short answer:
td img {display: block;} in the styles
Suzy