No 'Named Anchor' button (CS6)


so got dreamweaver cs6 class i'm taking, , have make named anchor part of web page have make pass class (well... grades enough can submit blank crap , walk away pass... looks bad) can't find button , driving me insane. i've searched google several tims, of stuff cs5, or doesn't work (such ctrl-alt-a) , gota figure out button is, if can me please. not in insert common box, can't ctrl-alt-a make come up, can't find in insert tab on main tool bar.

 

also note i've never used dreamweaver before, , want class on with, if please refrain remarking how bad software, good.

 


thanks can get.

 

fox.

named anchors deprecated.  won't find button them in current versions of dw.

better use div id's.  link id #name.

 

in html5:

 

<section id="one">

     content goes here...

<section>

 

<section id="two">

     content goes here...

<section>

 

links on same page:

     <a href="#one">link one</a>

     <a href="#two">link two</a>

 

links on different pages:

     <a href="page_name.html#one">link one</a>

     <a href="page_name.html#two">link two</a>

 

 

nancy o.



More discussions in Dreamweaver support forum


adobe

Comments

Popular posts from this blog

how to devide a circle into equal parts

"Could not fill because there are not enough opaque source pixels" - not solved by any other thread

Why can't I change the billing info for my account?