Wednesday, March 28, 2012

Tables

Newbie here.

I'm hasving trouble with tables in Visual Web Developer Express.

I've set cellspacing and cellpadding to zero, but there's spaces around
objects in my table.

Any idea what's going wrong?Hi

Check whether you have assigned some width for every table cell (<td>),
which is giving you this experience. Try to set the width as zero and see how
it appears.

Prem
Newbie here.

Quote:

Originally Posted by

>
I'm hasving trouble with tables in Visual Web Developer Express.
>
I've set cellspacing and cellpadding to zero, but there's spaces around
objects in my table.
>
Any idea what's going wrong?


Where do you see those spaces? In the designer or in the resulting
webpage in the browser?
The designer might show spaces (and borders) to make the layout clear.
If in the browser, check the resulting html code ("view source") to see
if you can find a reason for those spaces there.

Hans Kesting

0 comments:

Post a Comment