trouble with the alignment of tables..

liunx

Guest
trouble with the alignment of tables.. <br />
hi! um i seem to keep bugging people on here about tables and its basically because i know very little about them, anyway.<br />
<br />
on this page <!-- m --><a class="postlink" href="http://www.504hrs.com/tests/intro.htm">http://www.504hrs.com/tests/intro.htm</a><!-- m --> i am trying to get that image to be aligned with all the images that follow after you click that link.. at the moment it seems to be further to the right.. tho when you click refresh it moves to the left.. i have studied the source and as far as i can see the size's of height and width of the cells are the same so i cant figure out how to sort that out.. this also applys in the pictures section <!-- m --><a class="postlink" href="http://www.504hrs.com/tests/pics.htm">http://www.504hrs.com/tests/pics.htm</a><!-- m --> once you have launched for the first page and the live or promo pages containing the thumbnails the left cell containing the red clock and the animated image are in once place.. tho when you click a thumbnail to view a picture in the pages which contain the pictures the left cell moves to the left slightly.. i has studied the source of these pages as well and cant see the problem.. if anyone can help me make the images stay in the positions throughout the website it would be fantastic..<br />
<br />
thanks<br />
<br />
Matt<!--content-->This page:<br />
<!-- m --><a class="postlink" href="http://www.504hrs.com/tests/gallery/promo-image7.htm">http://www.504hrs.com/tests/gallery/promo-image7.htm</a><!-- m --><br />
<br />
let's count<br />
<TABLE style="HEIGHT: 475px" cellSpacing="0" cellPadding="0" width="680"<br />
<td width="135"><br />
<td valign="right" align="right" width="560"><br />
<img src=http://www.htmlforums.com/archive/index.php/"photos/promo-7.jpg"><br />
<br />
680-135-560= -/- 15<br />
<br />
The table has to be width="695"<br />
<br />
:rocker:<br />
<br />
///edit<br />
and at the end of the page<br />
<td valign="right" align="right" width="560"><br />
<img src=http://www.htmlforums.com/archive/index.php/"photos/promo-7.jpg"><br />
<br />
</TR><br />
</table><br />
<br />
</td><br />
</tr><br />
</tbody><br />
</table><br />
<br />
red is to much, there are no start tags.<!--content-->Then go take a look at the nesting errors in the table, and the incorrect valign attribute (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.504hrs.com%2Ftests%2Fgallery%2Fpromo-image7.htm&charset=%28detect+automatically%29&doctype=Inline&ss=1&sp=1&outline=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->), as well as adding those alt attributes where required.<!--content-->
 
Back
Top