It's OK Chris... wasnt having a go at you... lol
Chris Barber said:
True, however, a good understanding of basic HTML first would be useful,
then moving to the application of CSS.
Yep, agreed.
In my opinion CSS is better applied
as a stylesheet as opposed to explicit style attributes.
eg. <TH class="width-small">Test</TH>
and in the stylesheet:
TABLE TR TH.width-small {width: 10px;}
Yeah, much like my thoughts too.
I just didnt want to go into the nth level of detail, when really we were
only
trying to edge the OP to some guides/references, but I always use external
CSS files.
Spoiler: I think the 'width-small' class name should be changed to something
describes the semantics rather than the styling. That is, next week the OP
might
change the styling to green text rather than a narrow column. Even something
simple like 'FirstCol' would do. Yes, I know I'm being pedantic... lol
My point was that the basic level of understanding of where and what to look
for when confronted with something like this seemed to be lacking, hence the
post into the NG for what is generally very easy to find using Google and a
good book references.
Very true... there is plenty of bad advice out there, but I guess if you
stick to the
higher-ranked google and NG recommendations you cant go wrong.
Cheers
Chris
PS. It's probably worth pointing out that if you can get to them, there are
two
non-MS NG's for these kind of enquiries:
comp.infosystems.
www.authoring.html
comp.infosystems.
www.authoring.stylesheets
[Warning: not quite as mellow as this NG!]