Link to a specified location within a page

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

I want to provide a link to a specified location within another page

What is the syntax for that?
Thank you,
Samuel
 
Add an anchor (<a> tag) with a name. You then use #name at the end of the
url.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Thank you

Samuel

Cowboy (Gregory A. Beamer) said:
Add an anchor (<a> tag) with a name. You then use #name at the end of the
url.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top