Jim <stoicREMOVEjim (AT) aequalis (DOT) com> wrote:
Quote:
This is probably a common question - What is the best CSS editor? |
BTW, if you think it is a common question, why didn't you look at the
FAQs and archives?
Quote:
In your household, that thing between your ears ;-)
(or perhaps, that thing between her ears :-)
O.K. the second best editor. The one I can install on my computer. |
Why can't you install her? You mean she's _human_? How intriguing
old-fashionedness.
Quote:
The one I can use for converting old HTML pages. That kind. |
Oh. It seems that your _real_ question was how to convert old HTML pages
to more or less Strict HTML, delegating presention to CSS. The short
answer is: don't. The longer answer is: you could do it, but any attempts
to automate it will kick back, though you might be able to automate
_parts_ thereof if you are cautious _and_ know exactly what to do (just
don't bother doing it all by hand). Tools like HTML-Kit will often make
the situation worse by turning <font> stuff to <span> stuff with fancy
class names.
Use more or less Strict HTML and well-designed CSS for _new_ pages.
Writing CSS by hand is the simplest way*), but don't forget to use a
checker (like the "CSS Validator" from W3C) - even experts make mistakes
even in writing one-liners.
*) Disclaimer: There might be useful programs for writing CSS in a manner
that takes care of checking for syntax errors automatically and helps you
by showing the alternatives at each point, and even lets you preview the
appearance smoothly. But I haven't met them.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/