I have a serious problem. I am using SSI for a page I am doing for a client. Here's the link:
<!-- m --><a class="postlink" href="http://www.morepro.com/rta/support/techtips.shtml">http://www.morepro.com/rta/support/techtips.shtml</a><!-- m -->
If you look at the blue sidebar, it refuses to align with the top. Can anyone shed any light on this??Yikes....I took a quick look. Tables and embedded tables and more embedded tables, rowspans and colspans.... too much code to try and find a needle in a hay stack.
Do this....for each table on the page set the border to border=1 and give each border a different color. Then you will probably see why the stuff in the left column will not align correctly. My guess is that it is top aligning within its own cell, but that there is another cell above it that is blocking it from going all the way to the top of the column. Find the correct data cell to place the code into by using the method I described above.
Regards,
KevinThanks for the help!
<!-- m --><a class="postlink" href="http://www.morepro.com/rta/support/techtips.shtml">http://www.morepro.com/rta/support/techtips.shtml</a><!-- m -->
If you look at the blue sidebar, it refuses to align with the top. Can anyone shed any light on this??Yikes....I took a quick look. Tables and embedded tables and more embedded tables, rowspans and colspans.... too much code to try and find a needle in a hay stack.
Do this....for each table on the page set the border to border=1 and give each border a different color. Then you will probably see why the stuff in the left column will not align correctly. My guess is that it is top aligning within its own cell, but that there is another cell above it that is blocking it from going all the way to the top of the column. Find the correct data cell to place the code into by using the method I described above.
Regards,
KevinThanks for the help!