Proper CSS syntax
Moderator: General Moderators
Re: Proper CSS syntax
Inline styling makes changing/updating things later more difficult, for openers. Also, the people responsible for creating the content and those responsible for the presentation are often not the same people. I wouldn't leave design decisions up to a copy writer any more than I'd leave writing copy to a designer. Also, and maybe I should have been clearer about this, IDs are meant to be unique on any given page. Having the same ID reused across pages (say, #header) makes complete sense as is indeed good practice.
Re: Proper CSS syntax
Hello Celauran:
Thanks again - Pavilion
. OK - that information helps. It's not my reality (but I certainly do understand the issue).Also, the people responsible for creating the content and those responsible for the presentation are often not the same people.
Again - thank you. This information does clarify a lot for me. Knowing I can use the same IDs across pages is very helpful, indeed.Also, and maybe I should have been clearer about this, IDs are meant to be unique on any given page. Having the same ID reused across pages (say, #header) makes complete sense as is indeed good practice.
Thanks again - Pavilion