Hi,

I'd say this is definitely a list of 4 lists.

Something such as,

<ul>
   <li>
       <h3>Web Applications</h3>
       <ul>
           <li>link 1</li>
           <li>link 2</li>
       </ul>
   </li>
   <li>
       <h3>FLASH</h3>
       <ul>
           <li>link 3</li>
           <li>link 4</li>
       </ul>
   </li>
   ...
</ul>

Could be suitable, although the h3 could be any other element, or just another list element with a different class providing styling.

ciao
Luke


CK wrote:
Hi,

Would this group of link list<http://archive.bushidodeep.com/theme_test/links.html> be better served inside a table with headers? I've shied from tables for layout to the point of being unsure
when they are needed.


According to this article:

<http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ <http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/%20>>

CK


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to