How do I make page automatically scroll to a certain place?
i making portfolio page, home page has links different works. (grahpic design, photography, drawing, etc)
the main page has link "drawings" html page drawing photos @ bottom of page.
i able add anchor on drawing html page on link titled "drawing" when clicked, scrolls down bottom.
my problem on home page when click link reach drawing html, not scroll down selected area on page unless click "drawing" link again, person viewing page not click drawing twice see drawings.
i don't know if makes sense want work when on home page , click on drawing page, automatically scrolls down without having click again on "drawing" link again.
on home page link, add anchor fragment (#drawing) end of filename in link:
e.g.
<a href="drawing.html#drawing">
means: go file named "drawing.html" , on page scroll down anchor named "drawing".
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment