Thanks - as you may notice, I'm a novice 
What's wrong with using pixels size for fonts? That's more precise, isn't it?
What you suggest, is what I've been doing sofar - but I would like to use css boxes instead of the stiff table structure. But within each box, I want to use different text styles:
<span class="MyBox">
<JonasTagOne>Bla bla bla</JonasTagOne>
<JonasTagTwo>Bla bla bla</JonasTagTwo>
</span>
I figured out that I can nest one span class within another:
<span class="MyBox1">
<span class="MyHeader">Bla bla bla</span>
<span class="MyBody">Bla bla bla</span>
</span>
That works fairly ok - except when I make hyperlinks within the span class; then hrefs get marine blue IN SPITE of me defining a:link with text-deco:none.
I can specify href in:
.MyBox a:link, .MyBox a:hover, .MyBox a:visited { ...
}
But then href creates a new box within the box - unless I specify above that borders, margins, background etc =none. Seems to be sub-optimal - surely, there must be a more efficient way of doing it ...
Kindly,
Jonas
http://www.skred-svalbard.no/
Bookmarks