Posted by Jonathan N. Little on 04/04/07 17:19
Jonathan N. Little wrote:
> 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; }
>
HA-HA! Good old POS IE doesn't follow the rules as usual! The above
*should* work but IE will not cooperate so all you have to do is on your
ASP script is substitute all null values for " " and your problem
is solved...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|