.oO(matthew stuart)
>Yep, all that IIS or apache does is interpret a kind of
html that only it
>understands, ie IIS understands asp and apache
understands php.
>
> CSS is a html standard that doesn't rely upon a specific
server like php or
>asp.
>
> So, if you go for asp for example (as you seem to ask
about IIS), you will add
>all of your asp code to your page to query your database,
the server software
>then reads the asp code and turns it in to html before it
even leaves the
>server and delivers it to your screen. So, on that basis,
CSS being html will
>work on any format be it asp, php, coldfusion, domino etc
Be more careful with the terminology. CSS is not HTML, nor
does it have
anything to do with it. Both are completely different and
_independent_
standards. You can use HTML without CSS as well as you can
use CSS for
other things than HTML.
Additionally servers don't really interpret the HTML, they
just deliver
anything they're configured to. There might be plugins to
allow program
execution like PHP for example, but these are not part of the
webserver
itself. So an IIS can also be made to "understand" PHP as
well as Apache
might be able to deliver ASP if there's an extension
installed for it.
Micha