I was wondering of anyone would know why my site has so much whitespace hanging at the bottom of my page - is my code messed up? Just cant seem to get it right
this will do it <tr> <td height="71"> </td> <td width="501"> </td> <td> </td> </tr> <tr> <td height="36"> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> Code (markup):
Yes, URL pls? Your CD burner website seems fine. But along the same line as sarahk, you need to check your HTML code and see if there are plenty of at the bottom of your page. Just remove them because they are the main culprit.
Thanks sarahk I will look into this. my44 what broswer are you using? It is the Burner site I am refering to.
No I cant seem to get it right. I have tried removing the <td> </td> bits as sarahk had suggested but for some reason once I remove it and hit save the code comes back into place. You can see the white space that I mean right? Between the site map link at the bottom and the 'Top Of Page' link that is on each page? I can see it on the browsers that I have tested with including FireFox. Thanks for the help everyone.
I just tried removing the heights of the tables but this didnt work for some of them so I tried replacing the height with 100% which seems to have worked. Thanks very much for pointing me in the right direction - this is not the first time you have saved me from wasting hours on my code
I still see whitespace there. I don't understand why you can't just remove the height specifications in all components (if you leave one, your editor may put in the others to adjust perhaps). Also, as I think Sarah said earlier, you have some of these which are going to add whitespace: <tr> <td height="100%"> </td> <td> </td> </tr> Code (markup): That's a table row with two columns containing only blank spaces.
OK so I played around with the code again, not too much though. As far as I seen from my side the white space has been fixed - can you confirm this on your side? Again I appreciate the help each of you have given me on this - priceless suff.