Tables

  • Thread starter Thread starter Peter Morris
  • Start date Start date
P

Peter Morris

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.
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top