Woollyzone said:Hi all. I'm asking this here because I know many of you have got great
looking (yet apparently simple) pages for your trail reports, and I want
one! However, among the drawbacks in doing one, I am an html muppet, and am
therefore seeking recommendations for a good, cheap, easy to use wysiwyg
program.
wysiwyg is not a term that can be applied to editing HTML, because you
can't predict the window size, font zoom, browser, screen resolution
etc. etc. etc. that any given viewer will be wearing.
Basic HTML is pretty easy, easy enough to largely pick up from examples,
and all you need for examples are the pages you like, as your browser
will be able to display the source code from any page it renders. Steal
a few you like, jiggle the layout a bit, and there you are.
HTML editors can be handy for elaborate sites and getting things off the
ground in the first instance, but HTML is simple enough that hand coding
allows more easy tuning. One thing to consciously avoid is an editor
that hardcodes presentation data into HTML tages (typically <font>
tags). These are much better and more flexibly handled by cascading
style style sheets, which give you cleaner HTML and vastly simplify
changing the look of your pages (e.g. decide on a bigger font across 5
pages, change one variable in the style sheet file, against changing
every single <font> descriptor in 5 different documents).
Pete.
--
Peter Clinch Medical Physics IT Officer
Tel 44 1382 660111 ext. 33637 Univ. of Dundee, Ninewells Hospital
Fax 44 1382 640177 Dundee DD1 9SY Scotland UK
net [email hidden] http://www.dundee.ac.uk/~pjclinch/