hi again,
thx for your reply, i really apreciate it!
i got a doctype now (only for the main document, i will do the same for
the other ones later on). i decided on 'strict' cause it's just a new
page (don't need transition) and i want to be as 'strict' as possible.
the w3c validator now officially approves that page :)
sorry about the and all. when i first generated the page i was
using ms frontpage and i guess frontpage put all those annoying symbols
there. i got rid of them :)
the font-size as a % is a good tip.
> Stay away from any position: anything for a while.
why should i??
> in body, no need for setting it in children unless you need to...
i'm not sure i understand what you mean by this...
i'm only using 1 kind of header now cos so far thats all i needed. i
can see your point though...
i think my css is fairly efficient...
> Don't use align="center" in the <p>. Use the css for a class for it. That is what the css > is for.
you're completely right...i changed it to a css class...
any more comments?
more on-topic: whats your idea for adding the left 'line' if you don't
want to do it by changing the padding of the body?
well, thx again,
Jasper
> In article
> <1163852175.692279.221470@f16g2000cwb.googlegroups.com>,
[quoted text clipped - 41 lines]
>
> http://www.htmldog.com/guides/htmlbeginner/
dorayme - 29 Nov 2006 21:34 GMT
In article
<1164782973.253091.272960@l12g2000cwl.googlegroups.com>,
> thx for your reply, i really apreciate it!
Best not to top post (And I can't be bothered fixing it here)
> > Stay away from any position: anything for a while.
>
> why should i??
I guess I said that because I did not feel you understood
positioning that well. It can be a bit tricky and best to keep
things simple till you need not to be simple.
> > in body, no need for setting it in children unless you need to...
>
> i'm not sure i understand what you mean by this...
Just that if you set font-size: 90% in a classed div, for
example, and inside the div is another differently classed div or
whatever, you don't need to set font-size again for this
contained div. It assumes this from the parent.
> i'm only using 1 kind of header now cos so far thats all i needed. i
> can see your point though...
Some people would be saying that there cannot be a whole lot of
<h1>s on a page because there cannot be more than one _main_
heading. It is a tricky issue (I think there can be under certain
conditions). But there can certainly be many sub headings.
> any more comments?
>
> more on-topic: whats your idea for adding the left 'line' if you don't
> want to do it by changing the padding of the body?
Sorry Jasper, have forgotten the issue? You are not helping top
posting and not including relevant bits... If you want a left
line to look like a separator just use a border, a left or right
border depending on your needs.
> > I will stop now.
> >
> > Try:
> >
> > http://www.htmldog.com/guides/htmlbeginner/

Signature
dorayme