Posted by Jonathan N. Little on 04/04/07 17:10
Martix wrote:
> I'm having a small issue with tables.
>
> I'm using asp to display database date into a table. The problem I'm
> having is when one of the cells is empty. I'm not sure how to explain
> what it looks like but it looks like the cells is missing. If there's
> two cells side by side that don't have any values then the border
> between those two cells is missing. It basicly looks like there's
> holes in the table.
>
> Originaly I thought it was because of null values so I had the
> database ckecked if there null and if they are then replace them with
> " " but I still have the same problem.
>
> Iis there a way I can get rid of these holes??
>
In stylesheet:
TABLE { empty-cells: show; }
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|