Click to See Complete Forum and Search --> : Removing Empty Space


deepakdatta
10-12-2003, 08:53 AM
How do I remove the empty space between Menu on the top & the shopping cart contenents below. Tried many things but nothing worked.


Please find attached the code or go to:

http://www.naturerugs.com/process.asp?action=addtocart&sku=RCDD0808-002

Thanks

Khalid Ali
10-12-2003, 09:02 AM
remove most of the <br> tags make sure you need them wherever you sue them. ANd to make sure nothing else is wrong try validating your page with

http://validator.w3.org/

and fix the code

deepakdatta
10-12-2003, 09:48 PM
tried removing br, does not help much?

pyro
10-12-2003, 10:08 PM
It looks to me that the cell containing the shopping cart is vertically aligned to the middle... I'd look through the code, but you've got so many gosh darn tables nested there, that I'd rather not...

Daria
10-13-2003, 08:43 AM
I didn't do a total cleanup, still needs to be worked on and validated, but I just wanted to show you how you can minimize number of tables: see if it helps. You have way too many tables nested inside each other, when working with them, put border=1 in for all of them, see in the preview - you'll have a better idea of what you need and what you don't (you can go to zero borders afterwards).

(attached is html file saved as *.txt)

deepakdatta
10-13-2003, 01:53 PM
Thanks it was very helpful!