[isf-wifidog] Question about stylesheets

Daniel y2k_daniel at gmx.de
Ven 20 Mai 16:05:43 EDT 2005


Hi Hayden,

> There is a corresponding entry
> for std_table in stylesheet.css but is commented out.  When I uncomment
> it, all style settings seem to disappear.  I'm confused.

You mean this:
#std_table { float: left; }
#std_table table { border: 1px solid gray; }
#std_table th { font-size: 14pt; background-color: #e1f5da;}
#std_table td.item { font-weight: bold; }

The # is not a comment in css files! It's a format definition.

A comment works like this:

/* foobar */

/*
multiline:
 foo
 bar
*/

Bye






Plus d'informations sur la liste de diffusion WiFiDog