You are not logged in.
Pages: 1
Hi,
I have a problem with Stylist plugin.
I have this line in my xinha config file:
xinha_config.stylistLoadStylesheet('/docs/dwcss/simple.css');
And file simple.css look like this:
H1
{
FONT-WEIGHT: bold;
FONT-SIZE: larger;
MARGIN: 0px 10px 5px 0px;
COLOR: #277293;
TEXT-INDENT: 4px;
FONT-FAMILY: Trebuchet MS;
TEXT-ALIGN: left
}
.table
{
float: left;
widht: 598px;
}
.tabulka_left
{
float: left;
widht: 296px;
border: 1px solid gray;
}
.tabulka_right
{
float: left;
widht: 300px;
border: 1px solid gray;
}
My problem is that the Stylist show only this CSS Clasess (table, table_left, table_right) but do not show H1. What have I do wrong?
Thanks and sorry for my english...
Offline
Pages: 1