What Did I Do Wrong??

liunx

Guest
Okay, <br />
Today, I decided to redo all my tables and tables cells to be specific pixel sizes instead of percentages. I did this because I thought it would help keep the page looking nice when people are viewing it thru different sized browser windows. I went thru them all, and then, when I checked out my site, the blue menu to the left is a slightly different size on every single page. Just by millimeters, but it was all uniform before. <br />
<br />
<!-- m --><a class="postlink" href="http://24.167.139.110/augustwest/index.html">http://24.167.139.110/augustwest/index.html</a><!-- m --><br />
<br />
I then copy-and-pasted several different pages to be completely identical the whole page down except for just one line on each page. The two pages are these:<br />
<br />
<!-- m --><a class="postlink" href="http://24.167.139.110/augustwest/tech.html">http://24.167.139.110/augustwest/tech.html</a><!-- m --><br />
<br />
<!-- m --><a class="postlink" href="http://24.167.139.110/augustwest/pics.html">http://24.167.139.110/augustwest/pics.html</a><!-- m --><br />
<br />
If you look really closely to the blue menu bar on the left, you'll see the sizes change, but except for the content (the "xxxx will be here soon" line), the pages are completely identical in code.<br />
<br />
Can someone help me figure this out?<br />
<br />
-Brandon<!--content-->the only difference is the text: ....will be here soon, so I suspect that is the source of the problem. Try setting the table to a width and see if that helps:<br />
<br />
<table bgcolor="#EEEFF0" width="300"><br />
<tbody><br />
<tr><br />
<td><br />
<p>Technical stuff will be here soon</p><br />
<br />
<br />
that way the table will not resize when there is less or more text in.<!--content-->I tried setting the tables to the width as the cells, and then tried setting the tables to just a few pixels smaller than the cells; both with the same result. However, I just looked at my site from my bro's computer, and it looks fine. No moving boxes or anything. I don't really understand what's going on....<!--content-->
 
Back
Top