Hi all. I want to link from a section to another section in the same page . Some thing like this <html:link anchor="#1" > view </html:link> link to the section in the same page <html:link hrefName="1" > Description </html:link>. ( like html : <a href ="#1" >view</a> and <a name="1" >Description </a> ) But it really not works .I don't know how to do this ?
Thanks for help .