How to get ride of two unwanted links on my opening page?

S

Scene East

I just created a website. www.oldmasterpaintings.org. Please view it.

On the opening page two links appear on the left (de Bray & Pickenoy). They
are not on my original page when I created it in Frontpage 2003. They do not
appear when I view this opening page thru Frontpage Previewer Explorer. It
does not appear in any code (that I can see) when I view the page in code
view. How do I remore these two links? de Bray & Pickenoy

It seem that it is some how pasted before and above the Logo?

If you need to see the code for this page send me your email and I will send
it to you. My email address (e-mail address removed)

Thanks for any help. Bob
 
D

Dan

They are in your html code:

<nobr><a href="de%20Bray.htm" target="">de Bray</a></nobr><br> <nobr><a
href="Pickenoy.htm" target="">Pickenoy</a></nobr></td><td valign="top"
width="24"></td><!--msnavigation--><td valign="top">

Simply take out those lines.
 
S

Steve Easton

They are right here in the source:
<nobr><a href="de%20Bray.htm" target="">de&nbsp;Bray</a></nobr><br> <nobr><a href="Pickenoy.htm"
target="">Pickenoy</a></nobr></td><td valign="top" width="24">

You might want to check in your "theme" to see if theya re embedded there.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
T

Thomas A. Rowe

You have a left shared border with those links.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Sceneeast

How do I get ride of left shared border?

Thomas A. Rowe said:
You have a left shared border with those links.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

With the page open in FP, go to Tools | Shared Borders and select the appropriate option.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Sceneeast

I did that it shows no shared border but that is definately the problem. I
can see that the logo is not centered so their is a left boarder or maybe
left frame, but I create no left frame. I selection one page website. Bob
 
T

Thomas A. Rowe

Remove the theme, and all pages from navigation view.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Tom J

Sceneeast said:
I did that it shows no shared border but that is definately the
problem. I
can see that the logo is not centered so their is a left boarder or
maybe
left frame, but I create no left frame. I selection one page
website. Bob

Are using a free ISP? That may be where the code is coming from.

Tom J
 
S

Sceneeast

No. free ISP. Now I remember, I first used one of your templete that had a
left Frame, which was original the idex.htm page, but elimated all the frames
on that page and built my website. I than create this new first page with
thumb nail photos and made that my idex.htm page. Maybe something is left
over some where from this old templete. Have a nice weekend lets you know on
Monday what happens. Thanks Bob
 
S

Sceneeast

I work on it over the weekend. Have a great weekend let you know how I make
out on Monday. Bob
 
T

Teri Carnright

It appears the web is using shared borders - if you look at the HTML code on
the page, you will see:

<meta name="Microsoft Border" content="tlb, default">

This is calling for a top, left, and bottom border. You will need to go to
Format, Shared Borders... - then remove the check for left (and the others,
for that matter, if you are not using them). Then "set as default" on the
pop-up, and save.
 

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