After inserting the doctypes into my web pages I have to adjust each page a little. On each page I have to bring the table down a little in order to meet flush with the bottom of the page. Excuse my ignorance, but should I use the <br> tag or <td height="yada yada"> to accomplish this. I read that you are not supposed to use table height, but rather let the browser figure that out. I'm sure there is a better way - I have just not learned it yet though. Thanks
Also "the bottom of the page" is going to be different depending on the persons screen resolution. So using an exact pixel number is never going to be a absolute answer.
If you still need to get this solved, post the relevent code here and let us take a look. It is a little hard to help you as i do not fully understand what you are trying to achieve.