How do i stop Front page from deciding to add a hyperlink to my te

J

Judy F

All of a sudeen my Front Page 2002 is deciding where hyperlinks should be and
adding broken lines. They do not show in normal mode, but do show up in
preview and on my website. How do I make Front Page stop deciding what
should be hyperlinked?
 
S

Stefan B Rusynko

Post a URL to a page online w/ the problem
- and indicate what is linked that should not be linked

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| All of a sudeen my Front Page 2002 is deciding where hyperlinks should be and
| adding broken lines. They do not show in normal mode, but do show up in
| preview and on my website. How do I make Front Page stop deciding what
| should be hyperlinked?
| --
| Judy Frow
| FROWbiz
 
R

Rob Giordano [MS MVP]

They're not real hyperlinks they're weird styling like:

<span style="border-bottom: 1px dashed rgb(0, 102, 204); cursor: pointer;"
class="yshortcuts" id="lw_1219197663_5">
Houston Livestock Show and Rodeo</span>

Dunno where its coming from, FP won't create that out of the blue, did you
copy/paste content from somewhere else?


--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






Judy F said:
Thanks for the help. Here is one of my pages:

http://www.frowbiz.com/Our Performers.html

There should not be any hyperlinks on this page. No dotted blue lines,
nothing...


--
Judy Frow
FROWbiz


Stefan B Rusynko said:
Post a URL to a page online w/ the problem
- and indicate what is linked that should not be linked

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| All of a sudeen my Front Page 2002 is deciding where hyperlinks should
be and
| adding broken lines. They do not show in normal mode, but do show up
in
| preview and on my website. How do I make Front Page stop deciding what
| should be hyperlinked?
| --
| Judy Frow
| FROWbiz
 
T

Trevor Lawrence

Judy,

There are many hyperlinks in the page
1. All the references to other pages
Home | What is FrowBiz? | Shows and Services|What's New? | It's All About Us
|The Company|Contact Us |
An example is
<a href="index.htm">Home </a>

2. All the images
e.g.
<a href="images/Judy%20Frow08.jpg">
<img border="0" src="images/Judy%20Frow08_small.jpg"
xthumbnail-orig-image="images/Judy Frow08.jpg" width="100" height="124"></a>

But the dotted blue lines are due to a style
e.g.
<span style="border-bottom: 1px dashed rgb(0, 102, 204); cursor: pointer;"
class="yshortcuts" id="lw_1219197663_3">
TUTS</span>

I don't know what is putting them in your page, but you can take them out.
Just replace the above code by
TUTS

But the style may be there for a reason that I am unaware of.

I wonder why the class= and id= are present. There is no CSS linked to this
page, but the word TUTS is a in a different font - most odd ?!

--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org

Judy F said:
Thanks for the help. Here is one of my pages:

http://www.frowbiz.com/Our Performers.html

There should not be any hyperlinks on this page. No dotted blue lines,
nothing...


--
Judy Frow
FROWbiz


Stefan B Rusynko said:
Post a URL to a page online w/ the problem
- and indicate what is linked that should not be linked

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| All of a sudeen my Front Page 2002 is deciding where hyperlinks should
be and
| adding broken lines. They do not show in normal mode, but do show up
in
| preview and on my website. How do I make Front Page stop deciding what
| should be hyperlinked?
| --
| Judy Frow
| FROWbiz
 
T

Trevor Lawrence

And the odd thing is that there is no link to CSS (or JS( in the head
section.

So where does the change in font come from ??

"Houston Livestock Show ..." does not have a different font but "TUTS" has -
a blue/purple colour and it looks like italic

--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org

Rob Giordano said:
They're not real hyperlinks they're weird styling like:

<span style="border-bottom: 1px dashed rgb(0, 102, 204); cursor: pointer;"
class="yshortcuts" id="lw_1219197663_5">
Houston Livestock Show and Rodeo</span>

Dunno where its coming from, FP won't create that out of the blue, did you
copy/paste content from somewhere else?


--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






Judy F said:
Thanks for the help. Here is one of my pages:

http://www.frowbiz.com/Our Performers.html

There should not be any hyperlinks on this page. No dotted blue lines,
nothing...


--
Judy Frow
FROWbiz


Stefan B Rusynko said:
Post a URL to a page online w/ the problem
- and indicate what is linked that should not be linked

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| All of a sudeen my Front Page 2002 is deciding where hyperlinks should
be and
| adding broken lines. They do not show in normal mode, but do show up
in
| preview and on my website. How do I make Front Page stop deciding
what
| should be hyperlinked?
| --
| Judy Frow
| FROWbiz
 
R

Rob Giordano [MS MVP]

not sure...looks like yshortcuts has to do with yahoo (yahoo shortcuts?)

I think just removing those spans will fix it.



--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






Trevor Lawrence said:
And the odd thing is that there is no link to CSS (or JS( in the head
section.

So where does the change in font come from ??

"Houston Livestock Show ..." does not have a different font but "TUTS"
has - a blue/purple colour and it looks like italic

--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org

Rob Giordano said:
They're not real hyperlinks they're weird styling like:

<span style="border-bottom: 1px dashed rgb(0, 102, 204); cursor:
pointer;" class="yshortcuts" id="lw_1219197663_5">
Houston Livestock Show and Rodeo</span>

Dunno where its coming from, FP won't create that out of the blue, did
you copy/paste content from somewhere else?


--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






Judy F said:
Thanks for the help. Here is one of my pages:

http://www.frowbiz.com/Our Performers.html

There should not be any hyperlinks on this page. No dotted blue lines,
nothing...


--
Judy Frow
FROWbiz


:

Post a URL to a page online w/ the problem
- and indicate what is linked that should not be linked

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| All of a sudeen my Front Page 2002 is deciding where hyperlinks
should be and
| adding broken lines. They do not show in normal mode, but do show up
in
| preview and on my website. How do I make Front Page stop deciding
what
| should be hyperlinked?
| --
| Judy Frow
| FROWbiz
 
J

Judy F

My bad, of course there are hyperlinks on that page - sorry about that. But
my problem, as you guys can see, are those strange little underlined words
that appear to be broken hyperlinks. I'm terrible at editing the html, but I
will give it a go.

Thanks to all. I'll let you know what happens because it's appearing all
through my website. most annoying

j
--
Judy Frow
FROWbiz


Trevor Lawrence said:
Judy,

There are many hyperlinks in the page
1. All the references to other pages
Home | What is FrowBiz? | Shows and Services|What's New? | It's All About Us
|The Company|Contact Us |
An example is
<a href="index.htm">Home </a>

2. All the images
e.g.
<a href="images/Judy%20Frow08.jpg">
<img border="0" src="images/Judy%20Frow08_small.jpg"
xthumbnail-orig-image="images/Judy Frow08.jpg" width="100" height="124"></a>

But the dotted blue lines are due to a style
e.g.
<span style="border-bottom: 1px dashed rgb(0, 102, 204); cursor: pointer;"
class="yshortcuts" id="lw_1219197663_3">
TUTS</span>

I don't know what is putting them in your page, but you can take them out.
Just replace the above code by
TUTS

But the style may be there for a reason that I am unaware of.

I wonder why the class= and id= are present. There is no CSS linked to this
page, but the word TUTS is a in a different font - most odd ?!

--
Trevor Lawrence
Canberra
Web Site http://trevorl.mvps.org

Judy F said:
Thanks for the help. Here is one of my pages:

http://www.frowbiz.com/Our Performers.html

There should not be any hyperlinks on this page. No dotted blue lines,
nothing...


--
Judy Frow
FROWbiz


Stefan B Rusynko said:
Post a URL to a page online w/ the problem
- and indicate what is linked that should not be linked

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| All of a sudeen my Front Page 2002 is deciding where hyperlinks should
be and
| adding broken lines. They do not show in normal mode, but do show up
in
| preview and on my website. How do I make Front Page stop deciding what
| should be hyperlinked?
| --
| Judy Frow
| FROWbiz
 

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