|
Posted by Lars Eighner on October 4, 2004, 9:32 am
Please log in for more thread options
In our last episode,
the lovely and talented yaara
broadcast on comp.infosystems.www.authoring.html:
> Hi,
> I'm trying to define an extra column in an HTML table. The extra
> column should not be displayed.
> I added style="width:0%;visibility:hidden;" to its tag.
> Although I don't see the actual column I can see a large space at the
> end of the table (where the extra column was supose to be drawn).
> Any Idea what I'm doing wrong?
You are not reading the CSS spec. What you want is
"display:none;". This has nothing to do with html.
Get the CSS spec. Subscribe to the style newsgroup.
--
Lars Eighner -finger for geek code- eighner@io.com http://www.io.com/~eighner/ If it wasn't for muscle spasms, I wouldn't get any exercise at all.
|