DH Templates

How do I make my CSS web template compatible with all web hosts?

I have been experimenting with designing CSS web templates with the intention to sell them. I am getting pretty good, but I want to make sure they are compatible with as many hosting sites as possible. Are most standard CSS templates compatible with hosts or is there something else I should be doing? Thanks in advance.

Public Comments

  1. it's not the site. css is parsed by each browser. you might already have heard the term "browser compliant". as a web programmer you have to test against the major versions of the various browsers out there. one way to ease this is to use the w3c's own validator to make sure you are using standard and error-less code.
Powered by Yahoo! Answers