Named anchors help

M

melaniec026

I am doing a website in Frontpage. I haven't used frontpage since FP
since college and am so frustrated with the limitations.

Can someone answer a simple question, how to insert name anchors into a
webpage?
From my experience frontpage lacks many features and is not compliant
with today's standards therefore, in street vanacular it "sucks".
Thank God for Lunix and photoshop!


Thanks.
 
T

Trevor L.

I am doing a website in Frontpage. I haven't used frontpage since FP
since college and am so frustrated with the limitations.

Can someone answer a simple question, how to insert name anchors into
a webpage?

with today's standards therefore, in street vanacular it "sucks".
Thank God for Lunix and photoshop!

Do you mean an anchor to which another links to ?
This would be:
<a name="myname">.........</a>

If this is in a page "mypage.html", then you can link to it from another page by
<a href="mypage.html#myname">.........</a>
or from within the same page by
<a href="#myname">.........</a>

If FP bothers you, then just use the HTML or Code view and edit the code to your heart's content.

Or (and should this be said on a FP newsgroup) just use any text editor to edit your HTML code. FP is there to help those who can
use what it offers.
 

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

Top