Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q2053 How can I leave no space whatsoever between table cells?

irt.org | Knowledge Base | HTML | Q2053 [ previous next ]

Q2053 How can I leave no space whatsoever between table cells?

You should add the CELLSPACING=0 and CELLPADDING=0 attributes to your TABLE tag, like so:

<table cellspacing=0 cellpadding=0>
...table contents here...
</table>

Sven Neuhaus replies:

To have no space whatsoever between table cells in Netscape, you also need the BORDER=0 attribute. Netscape will not show a border by default, but it seems to have an invisible border=1 if you omit the border attribute.

Feedback on 'Q2053 How can I leave no space whatsoever between table cells?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.