Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to get complex tables to align 1

Status
Not open for further replies.

artnat

Programmer
Jun 16, 2006
15
US
I am trying to redo a complex header which requires resizing 2 boxes of a 4 row by 7 column table

No matter that I have measured and cut the images precisely,and mapped out the table and put in all the exat H and W.

When I load all the image the first column is 168 hieght (by 156 w) and the second col is 13 high, 95 high, 33 high and 27 (which =168) but when I put in all the pieces it throws in 2,4,or 6 pixels and the 2nd col hangs down.

Then I tried to cut up col one into 4 exact sized pieces so I don't need to merge cells and now the top left, which should be 13 by 158, when I place it shrinks to 9 x 158.

Any thoughts? What is the glitch error, etc?

Searched through help but no mention.
 
post some code or url... would be easier to see than follow
All the best!


:--------------------------------------:
fugitive.gif


All around in my home town,
They tryin' to track me down...
 
Oh hi lebisol,
Thanks for the email. You can see it in action at or

as you requested, here is the code:

<body onLoad="MM_preloadImages('images/mrkey_bantwo_hom_rlovr.gif','images/mrkey_bantwo_pht_rolover.gif','images/mrkey_bantwo_test_rlovr.gif','images/mrkey_bantwo_cntct_rlovr4.gif')">
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="4" align="left" valign="top"><img src="images/mrkey_banrtwo_lft_img.jpg" width="156" height="168"></td>
<td width="94" height="13">&nbsp;</td>
<td width="47" height="13">&nbsp;</td>
<td width="12" height="13">&nbsp;</td>
<td width="109" height="13">&nbsp;</td>
<td width="194" height="13">&nbsp;</td>
<td width="138" rowspan="4"><img src="images/mrkey_bartwo_rgt.jpg" width="138" height="168"></td>
</tr>
<tr>
<td height="95" colspan="4" align="left" valign="top"><img src="images/mrkey_mrkey_a.jpg" width="262" height="95" border="0"></td>
<td width="194" height="95" align="left"><img src="images/mrkey_mrkey_b.jpg" width="194" height="95" border="0"></td>
</tr>
<tr>
<td width="94" height="33"><a href="index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image261','','images/mrkey_bantwo_hom_rlovr.gif',1)"><img src="images/mrkey_bantwo_home_menu.gif" alt="Return to Home Page" name="Image261" width="94" height="33" border="0" id="Image261"></a></td>
<td height="33" colspan="2"><img src="images/mrkey_bantwo_musc_pgidgif.gif" width="59" height="33"></td>
<td><a href="photos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image33','','images/mrkey_bantwo_pht_rolover.gif',1)"><img src="images/mrkey_bantwo_pht_menu.gif" alt="Photo Page" name="Image33" width="109" height="33" border="0"></a></td>
<td width="194" height="33"><img src="images/mrkey_bantwo_propht.jpg" width="194" height="33" border="0"></td>
</tr>
<tr>
<td height="27" colspan="2"><a href="testimony.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image281','','images/mrkey_bantwo_test_rlovr.gif',1)"><img src="images/mrkey_bantwo_test_menu.gif" alt="Testimony Page" name="Image281" width="141" height="27" border="0" id="Image281"></a></td>
<td height="27" colspan="2"><a href="contact.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image30','','images/mrkey_bantwo_cntct_rlovr4.gif',1)"><img src="images/mrkey_bantwo_cntct_menu.gif" alt="Contact-Info" name="Image30" width="121" height="27" border="0"></a></td>
<td width="194" height="27"><img src="images/mrkey_bantwo_theproph_b.gif" width="194" height="27"></td>
</tr>
 
artnat
right now all looks ok...other than being aligned to the left....can you throw on the images that cause the problem?
All the best!

:--------------------------------------:
fugitive.gif


All around in my home town,
They tryin' to track me down...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top