PDA

View Full Version : anchor link?


ericpsf
05-07-2008, 07:59 PM
Hi,

Some html website creating software has this feature call the "anchor" link.

Just to enquire how to put this "anchor" link in vBadv pages so that when someone clicks it, the link will bring him to a certain paragraph/ portion of the page.

Thank you.

Regards,
Eric

Shelby
05-07-2008, 08:08 PM
First you create the Anchor Point.

<a name="anchornamehere"></a>

Then you create the Anchor Link.

<a href="#anchornamehere">AnchorLinkWord</a>

Hope that helps.

Our Sponsors
 

ericpsf
05-07-2008, 08:19 PM
Hi Shelby,

Thank you for the tips, will go and try it out.

Cheers!