Click to See Complete Forum and Search --> : how to use a external css file


subhash
09-07-2005, 11:37 PM
hi all

i want help from any buddy who can? as early as possible.
i have made a external css file and now its Font , Div tags css is not showing its working.although its other css ags are working proterly like input,select etc.
can reply personely at : subhi.kocher@gmail.com
thanks in advance.
i am using a syntex to use this font,div style ..........

eg.
FONT.<identifiername> {attributes:value;..............}
DIV.<identifiername> {attributes:value;..............}
FONT.formheader_font{


............
.........
}

or

font.formheader{
...........
.............

}
or

input,font.formheader{
..........

.........
}

same with div tag.

Fang
09-08-2005, 01:16 AM
font is depreciated and will probably not work correctly in a css.
If the div class is between the 2 font rules it is more than likely being ignored.
Validate (http://jigsaw.w3.org/css-validator/) your css.