I agree... Since I want this wrapped with a box with other type of corners, it would be:
http://cb2web.com/tests/testboxmodel4.htm CSS: http://cb2web.com/tests/testboxmodel4.css And in order to move the <hn> inside that box and use a "top of list" link in the bottom, this is my best shot: http://cb2web.com/tests/testboxmodel5.htm <div id="europestats"> <h2>Europe Stats</h2> <dl> <dt>Number of women for 100 men(1995):</dt> <dd>Europe: 105 women for 100 men</dd> <dd>World: 98,6 women for 100 men</dd> <dt>Percentage of girls and boys of less than 15 years old (1995):</dt> <dd>Eastern Europe: 22% of girls for 24% of boys</dd> <dd>Western Europe: 19% of girls for 21% of boys</dd> <dt>Fertility Rate of 15-19 years old women (1990-95):</dt> <dd>Eastern Europe: 48 births for 1000 women</dd><dd"> Western Europe: 22 births for 1000 women</dd> </dl> <p><a href="#europestats" title="top of list">top of list</a></p> </div> CSS: http://cb2web.com/tests/testboxmodel5.css Russ, If only I have discovered your definition lists examples a few months ago... Oh well :) Carlos ----- Original Message ----- From: "Lea de Groot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 03, 2004 12:55 AM Subject: Re: [WSG] Request: Is it semantically correct? > A table would be perfectly semantically correct, and I dont see why it > would make a difference to the width, but if you want to do it table > free, I would prefer something like this: > > <hn>Statistics - Europe</hn> > <dl> > <dt>Number of women for 100 men(1995):</dt> > <dd>Europe: 105 women for 100 men</dd> > <dd>World: 98,6 women for 100 men</dd> > <dt>Percentage of girls and boys of less than 15 years old > (1995):</dt> > <dd>Eastern Europe: 22% of girls for 24% of boys</dd> > <dd>Western Europe: 19% of girls for 21% of boys</dd> > <dt>Fertility Rate of 15-19 years old women (1990-95):</dt> > <dd>Eastern Europe: 48 births for 1000 women</dd> > <dd>Western Europe: 22 births for 1000 women</dd> > </dl> > > (thats what I'd do - mind you, this is the 30-second take as I am being > called for breakfast!) > > Lea > -- > Lea de Groot > Elysian Systems - http://elysiansystems.com/ > Brisbane, Australia ________________________________________________________________ $0 Bannerless Web Hosting, 10 POP and Web Email Accounts, & more Get It Now At www.doteasy.com ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
