Navigation links - should it be hard work?
i'm putting first css site , have 2 questions:
i've used listamatic cheap osx navigation ( http://css.maxdesign.com.au/listamatic/horizontal34.htm ).
it may sound dumb question there easier way go changing various links other going every page , checking each detail.
many thanks
paul
<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="home.htm" id="current">home</a></li>
<li><a href="training.htm">training</a></li>
<li><a href="boarding.htm"> boarding</a></li>
<li><a href="behaviour.htm">behaviour</a></li>
<li><a href"puppies.htm">puppies</a></li>
<li><a href"sheep.htm">sheep</a></li>
<li><a href="testimonials.htm">testimonials</a></li>
<li><a href="mailto:???????@btinternet.com">contact</a></li>
</ul>
</div>
it may sound dumb question there easier way go changing various links other going every page , checking each detail.
not dumb @ all.
if site small -- under 50 pages, can find & replace in local site source code. gets old in hurry. or build site based on dwtemplate (dwt).
guidance on when use dw templates, library items , ssis -
http://www.adobe.com/devnet/dreamweaver/articles/ssi_lbi_template.html
dwt template basics -
http://forums.adobe.com/message/2926278#2926278
more on dwtemplates -
http://forums.adobe.com/message/2032104#2032104
or, if server supports it, server-side-includes way go.
ssi's
http://www.smartwebby.com/web_site_design/server_side_includes.asp
more on ssi
http://forums.adobe.com/message/2112460#2112460
nancy o.
alt-web design & publishing
web | graphics | print | media specialists
http://alt-web.com/
http://twitter.com/altweb
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment