Posted by Adrienne Boswell on 09/25/06 03:46
Gazing into my crystal ball I observed Andrew
<sorry.no.email@post_NG.com> writing in
news:lqheh2l5gsgt5n8qe88nvte7arscbnmq2o@4ax.com:
> Hi,
>
> I was pottering around on my 'hobby' site today and changed the site
> navigation to a modified breadcrumb type. (Following a previous
> alt.html discussion about decreasing the amount of navigation on each
> and every page.)
>
> But if was to be semantically correct should I make this a styled
> unordered list? Or am I getting a little fussy :-)
>
> An example:
>
> http://www.andrews-corner.org/homer.html
>
> Not a critical problem but I would like the site well grounded before
> I start adding a host of new material :-)
>
> Thanks for anybody who can help,
>
> Andrew
That's what I do. Your list looks fine. The only thing that I do
differently:
<ul>
<li>You are here</li>
<li><a href="index.html">Home</a></li>
<li><a href="section1.html">Section</a></li>
<li><a href="subsection.html">Subsection</a></li>
<li class="theend">This page</li>
</ul>
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Navigation:
[Reply to this message]
|