Table bordr on web

In web application cell borders should be visible even if cell are empty.How to show this ? Pls Suggest???

Subject: Table bordr on web

  should do it

Subject: RE: Table bordr on web

we want to visible the cell border of a table if there is no contents at all in the cell ???

Subject: RE: Table bordr on web

Hi Scarlet,You might be able to get away with absolutely no content if you use some CSS in the table properties (Table programming tab) where you can set the HTML attributes, set a width and display: block and it should display whether there’s content or not.

Hope this helps,

Brian

Subject: RE: Table bordr on web

you need to put some content in it.   “non breaking space” i think should do that. it’s invisible