[thelist] Stuck on css table borders

Chris Ditty cditty at gmail.com
Wed Sep 15 14:17:26 CDT 2004


Thanks.  That helped a little.  I have thin lines where I want them,
but now I have lines where I don't and even thicker lines in some
spots.


On Wed, 15 Sep 2004 11:48:29 -0700, Hassan Schroeder
<hassan at webtuitive.com> wrote:
> Chris Ditty wrote:
> 
> > border-collapase isn't a valid style according to Topstyle pro.
> 
> Then, erm, you might want to stop relying on it for validation and
> use the actual specs instead... :-)
> 
>   <http://www.w3.org/TR/CSS21/tables.html#propdef-border-collapse>
> 
> > I don't want the borders to go away, I want the borders.  Both inner
> > and inner-inner.  I want it to look like a calendar with thin black
> > lines.
> 
> Try this as is, and then comment out the `border-collapse` and see
> the difference --
> 
> table {
>         border-collapse: collapse;
>         }
> td {
>         border: 1px solid black;
>         }
> 
> HTH!
> --
> Hassan Schroeder ----------------------------- hassan at webtuitive.com
> Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
> 
>                            dream.  code.
> 
> --
> 
> News! - Evolt.org conference for web professionals.
> 17-19 September 2004 in Toronto, Canada.
> Details at http://TOevolt.org
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


More information about the thelist mailing list