but it makes sense to make sense! ;-)

worth the effort....


On Apr 14, 2008, at 10:17, kevin mcmonagle wrote:

That makes good sense Matijs but it would take some work to get my cms to do that.
Maybe a dl would be the best comprimise?
Is there a huge difference between using that structure and a definition list?

-thanks
kevin

Matijs wrote:
I'd go for nested lists

<ul>
   <li>heading 1
       <ul>
           <li>item 1</li>
           ...
       </ul>
   </li>
   <li>heading 2
       <ul>

etc...

And use h's where they are actual headings like Dave Woods suggested.

Gr.

Matijs

On Wed, Apr 9, 2008 at 4:58 PM, Joseph Ortenzi <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] >> wrote:

   list



   On Apr 09, 2008, at 14:36, kevin mcmonagle wrote:

       hi,
       im generating a list of page links from my cms, its not really
       for a nav bar just a section of the site that has a number of
       related articles.

       im  using h2 for the over all list label but am wondering what
       to use for the list break tags.

       right now im using li with the title of each page like this.


       <h2>section title</h2>
       <ul>
       <li><a>page name 1</a></li>
       <li><a>page name 2</a></li>
       ...
       </ul>



       but im wondering if i should use h2's instead?

       would google give more importance to the h2s?
       plus it really is a list of page  headings so i guess
       semantically it could go either way right?


       so either:
       <h2>section title</h2>

       <h3><a>page name</a></h3>
       <h3><a>page name2</a></h3>
       ...


       thanks in advance


       -kevin mcmonagle

       www.mcmonagledesign.com <http://www.mcmonagledesign.com>
       www.donegalimage.com <http://www.donegalimage.com>









*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************


==========
Joe Ortenzi
[EMAIL PROTECTED]




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to