Cell Borders

I can't seem to get the cell borders in my table to show up when I run the page. I get the outline of the table, but not the borders for the individual cells.

When inserting the table, I have checked "border, cellpadding, cellspacing" and set them to 10 pixels and it doesn't seem to work.

Also, if I select an individual cell, I don't even see "cell" specific commands (border on or off, etc.) that would let me set it in the properties.

Has anyone run into this?

Thanks,
Bob

[500 byte] By [BobBaird] at [2007-12-17]
# 1
Is this for a web page in a browser? If so, most browsers will not render the cell border for an empty cell. If you want the border to appear either fill the cell with content or a non-breaking space character (  in HTML)
danmorMSFT at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 2
Dan,
Thank you, that explained it.
Bob
BobBaird at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...