How do I link to a bookmarked part of a different page in frontpa.

S

Stefan B Rusynko

You shouldn't create empty anchors (bookmarks) as in

<P><em style="font-style: normal"><strong><a name="Links"></a>The links below may be helpful for further
information:</strong></em></P>

But should create it as

<P><em style="font-style: normal"><strong>The <a name="Links">links</a> below may be helpful for further
information:</strong></em></P>

PS

font-style: normal for the em tag is the same as not even having the em tag
- so why do you even have it & why is it set to font-style: normal
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| Thanks. I guess I'll have to wait for my site to be up and test it there.
| Appreciate the help.
|
| Steve
|
| "Viken Karaguesian" wrote:
|
| > Works perfectly fine for me. I took your code, copied and pasted it into new
| > pages, and tested it. It works as expected. See here:
| > http://home.comcast.net/~vikenk/page01.htm
| >
| > A word of advice in general. Stick with all lower case letters for file
| > names and link names. Your page may work properly in your computer but, once
| > published, captialization mistakes will break your links. I learned this the
| > hard way. I only use lower case, and no spaces in my file names.
| >
| > Viken K.
| > http://home.homcast.net/~vikenk
| > www.sayatnova.com
| >
| > --
| >
| > | > > This is also the code for the target link:
| > >
| > > <P><em style="font-style: normal"><strong><a name="Links"></a>The links
| > > below may be helpful for further information:</strong></em></P>
| > > </FONT>
| > >
| > > "Viken Karaguesian" wrote:
| > >
| > >> > Unfortunately not. I'm coding the site with an intention of buying the
| > >> > hosting and setting it up in a month or so. Thanks anyway.
| > >>
| > >> How about copying and pasting some code in this NG?
| > >>
| > >>
| > >>
| >
| >
| >
 
G

Guest

I appreciate the feedback. I am using design mode, and that is the reason
you see the code as you do. I am not trying to write code at a professional
level. I am just trying to get 1 web site up and running. Thank you.
 

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