« Return to Thread: links within a document

links within a document

by greg-180 :: Rate this Message:

Reply to Author | View in Thread

Hi All,
 
I'm creating a document type that is rather long and contains several sections. I have a requirement to add links to the top of the document page that navigate to sections lower in the page to avoid excess scrolling. After adding anchor tags with href attributes, I noticed that clicking on these links did not take you to sections within the document but instead brought you out of the document and to the user's landing page.
 
I've tried regular html and also jsf tags like this:
 
<h:outputLink value="#section_name">Lower Section</h:outputLink>
 
.....
 
<a name="section_name">Lower Section Title</a>
 
I'm sure there is a way to do this. How is it done?
 
Thanks,
Greg

_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

 « Return to Thread: links within a document