|
Posted by Andy Dingley on April 20, 2005, 10:47 pm
Please log in for more thread options
On Wed, 20 Apr 2005 21:15:36 +0200, "Alexander Bolotnov"
show/hide quoted text
>I am trying to read xhtml spec and use one of its examples about css2 in
>xhtml.
Which XHTML Spec ?
URL ?
show/hide quoted text
>The example on the PDF paper
Which PDF Paper ?
URL ?
show/hide quoted text
>When I try to use an external file with css defs it just does not work
>unless I use <link rel...> in the <header>.
Do I understand this right ?
The example you quote _is_ working. You have another example that links
to "an external file with css defs" that doesn't work. What does this
broken example look like ?
show/hide quoted text
>What is wrong, can someone tell me please?
No - I don't know what is wrong, so I can't tell you why it is not
working.
For me, I have the styles applied and it appears to "work". Give us the
URL of your server and we can look at your example that isn't working.
show/hide quoted text
There is no "hehe" element in XHTML. Use either <span class="hehe" >
and .hehe {} (which works in all HTML versions) Or else use
namespacing, but that's not usually a good idea.
|