Zarien
12-15-2003, 05:19 PM
Hi folks, I need your help. I'll keep this short and sweet. I don't know html, keep this in mind. I am adding my sliced image in frontpage 03 to my tables but the images are not lining up, here is the code and two snapshots. Thanks for any help.
[edit] If I view the page in explorer it looks fine, if I view is in the wrapper of my forum it messes up. The difference is at the top of the page, here is the one for the forum.
-----------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
-----------------------------------------------------
View Snapshot (http://zarien.com/snap.jpg)
------------------------------------
<table border="0" width="100%" height="139" background="file:///D:/wwwroot/Images/2.jpg" style="border-collapse: collapse">
<tbody>
<tr>
<th width="618" height="106" valign="top" background="file:///D:/wwwroot/Images/01.jpg" nowrap align="left">
<img border="0" src="file:///D:/wwwroot/Images/1.jpg" width="189" height="106"><img border="0" src="file:///D:/wwwroot/Images/3.jpg" width="164" height="106"><br>
<img border="0" src="file:///D:/wwwroot/Images/5.jpg" width="133" height="20"><img border="0" src="file:///D:/wwwroot/Images/6.jpg" width="51" height="20"><img border="0" src="file:///D:/wwwroot/Images/7.jpg" width="77" height="20"><img border="0" src="file:///D:/wwwroot/Images/8.jpg" width="63" height="20"><img border="0" src="file:///D:/wwwroot/Images/9.jpg" width="57" height="20"><img border="0" src="file:///D:/wwwroot/Images/10.jpg" width="60" height="20"><img border="0" src="file:///D:/wwwroot/Images/11.jpg" width="75" height="20"><img border="0" src="file:///D:/wwwroot/Images/12.jpg" width="77" height="20"><br>
<img border="0" src="file:///D:/wwwroot/Images/13.jpg" width="593" height="13"></th>
<td width="187" height="106" background="file:///D:/wwwroot/Images/01.jpg"> </td>
<td align="right" height="106" valign="top" background="file:///D:/wwwroot/Images/01.jpg">
<img border="0" src="file:///D:/wwwroot/Images/4.jpg" width="229" height="106"></td>
</tr>
</tbody>
</table>
[edit] If I view the page in explorer it looks fine, if I view is in the wrapper of my forum it messes up. The difference is at the top of the page, here is the one for the forum.
-----------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
-----------------------------------------------------
View Snapshot (http://zarien.com/snap.jpg)
------------------------------------
<table border="0" width="100%" height="139" background="file:///D:/wwwroot/Images/2.jpg" style="border-collapse: collapse">
<tbody>
<tr>
<th width="618" height="106" valign="top" background="file:///D:/wwwroot/Images/01.jpg" nowrap align="left">
<img border="0" src="file:///D:/wwwroot/Images/1.jpg" width="189" height="106"><img border="0" src="file:///D:/wwwroot/Images/3.jpg" width="164" height="106"><br>
<img border="0" src="file:///D:/wwwroot/Images/5.jpg" width="133" height="20"><img border="0" src="file:///D:/wwwroot/Images/6.jpg" width="51" height="20"><img border="0" src="file:///D:/wwwroot/Images/7.jpg" width="77" height="20"><img border="0" src="file:///D:/wwwroot/Images/8.jpg" width="63" height="20"><img border="0" src="file:///D:/wwwroot/Images/9.jpg" width="57" height="20"><img border="0" src="file:///D:/wwwroot/Images/10.jpg" width="60" height="20"><img border="0" src="file:///D:/wwwroot/Images/11.jpg" width="75" height="20"><img border="0" src="file:///D:/wwwroot/Images/12.jpg" width="77" height="20"><br>
<img border="0" src="file:///D:/wwwroot/Images/13.jpg" width="593" height="13"></th>
<td width="187" height="106" background="file:///D:/wwwroot/Images/01.jpg"> </td>
<td align="right" height="106" valign="top" background="file:///D:/wwwroot/Images/01.jpg">
<img border="0" src="file:///D:/wwwroot/Images/4.jpg" width="229" height="106"></td>
</tr>
</tbody>
</table>