Hide hyperlinks?

C

Carlos

Hi
How can I hide hyperlinks from displaying in the preview
pane in IE5?

Also, how can I stop visitors from right clicking a
picture or a link?

Thanks
 
M

MD Websunlimited

Hi Carlos,

By hide do you mean remove the underline if so add the following to head section of the page

<style >
a {text-decoration: none; }
 
B

Bob Lehmann

<<<<How can I hide hyperlinks from displaying in the preview pane in
IE5?>>>>

What's a preview pane?

<<<<Also, how can I stop visitors from right clicking a picture or a
link?>>>>

Put Super-Glue in their mouse. Make your users wear boxing gloves when they
view your site.

Is this some kind of Super-Secret site or something? Maybe you could just
have a phone number that visitors could call, and you could just tell them
what's on the site. That way your content would be safe.

Bob Lehmann
 
G

Guest

Hi

Sorry, I ment the status bar.
There are some links that I don´t want visitors to see in
the status bar in IE5.

/Carlos
-----Original Message-----
Hi Carlos,

By hide do you mean remove the underline if so add the
following to head section of the page
 
C

Carlos

Ha ha Bob.

Well, I was wrong, I ment the Status bar. I would like
some links not to show up in the status bar in IE5 when
the mouse pointer rolls over the link (you know what the
status bar is right?).

And well, I guess the sentence wasn´t well written.
I simply want to know how to do so that when a visitor
right clicks a picture for example, they will not see the
menu allowing them to save the picture to their hard disk.

/Carlos
 
B

Bob Lehmann

<<<< would like some links not to show up in the status bar >>>>
And, the advantage gained here is what, exactly? Minimizing that distracting
staus bar clutter? Building suspense that is relieved only when they are
exposed to the magnificent bounty that the linked page offers?

<<<<(you know what the status bar is right?).>>>>
<voice character="Goofy">Uhhh, well, yup. I think so..<sound effect="smack"
loop="2" /></voice>

<<<<when a visitor right clicks a picture for example, they will not see the
menu allowing them to save the picture to their hard disk>>>>
And how will you prevent all the other methods of saving your content to
their hard disk from occurring - disregarding the fact that the content is
already there without them having to do anything except view your page?

This must be some site, that it merits attempting to disable users'
hardware. Nothing like a big bag of tricks, gags, gimmicks and other amateur
paraphenalia to keep people coming bak to your site.

Bob Lehmann


Ha ha Bob.

Well, I was wrong, I ment the Status bar. I would like
some links not to show up in the status bar in IE5 when
the mouse pointer rolls over the link (you know what the
status bar is right?).

And well, I guess the sentence wasn´t well written.
I simply want to know how to do so that when a visitor
right clicks a picture for example, they will not see the
menu allowing them to save the picture to their hard disk.

/Carlos
 
W

wp

I don't think it's the same .......?, but I think he's back with **© *********©**®. He needs to go to Ireland. :

----- Crash Gordon® wrote: ----

Bob

judging from sentence structure (or lack thereof), syntax, question asked, and rude-ness... 5 will get you 10 you can guess who Carlos is

R

| <<<< would like some links not to show up in the status bar >>>
| And, the advantage gained here is what, exactly? Minimizing that distractin
| staus bar clutter? Building suspense that is relieved only when they ar
| exposed to the magnificent bounty that the linked page offers
|
| <<<<(you know what the status bar is right?).>>>
| <voice character="Goofy">Uhhh, well, yup. I think so..<sound effect="smack
| loop="2" /></voice
|
| <<<<when a visitor right clicks a picture for example, they will not see th
| menu allowing them to save the picture to their hard disk>>>
| And how will you prevent all the other methods of saving your content t
| their hard disk from occurring - disregarding the fact that the content i
| already there without them having to do anything except view your page
|
| This must be some site, that it merits attempting to disable users
| hardware. Nothing like a big bag of tricks, gags, gimmicks and other amateu
| paraphenalia to keep people coming bak to your site
|
| Bob Lehman
|
|
| | Ha ha Bob
|
| Well, I was wrong, I ment the Status bar. I would lik
| some links not to show up in the status bar in IE5 whe
| the mouse pointer rolls over the link (you know what th
| status bar is right?)
|
| And well, I guess the sentence wasn´t well written
| I simply want to know how to do so that when a visito
| right clicks a picture for example, they will not see th
| menu allowing them to save the picture to their hard disk
|
| /Carlo
| >-----Original Message----
|
| ><<<<How can I hide hyperlinks from displaying in th
| preview pane i
| >IE5?>>>
|
| >What's a preview pane
|
| ><<<<Also, how can I stop visitors from right clicking
| picture or
| >link?>>>
|
| >Put Super-Glue in their mouse. Make your users wea
| boxing gloves when the
| >view your site
|
| >Is this some kind of Super-Secret site or something
| Maybe you could jus
| >have a phone number that visitors could call, and yo
| could just tell the
| >what's on the site. That way your content would be safe
|
| >Bob Lehman
|
| >| >> H
| >> How can I hide hyperlinks from displaying in th
| previe
| >> pane in IE5
| >
| >> Also, how can I stop visitors from right clicking
| >> picture or a link
| >
| >> Thank
|
|
| >
|
|
|
 
A

Andrew Murray

using javascript you can replace the standard link with a descriptive sentence of
what the link is....but there is also an option in the IE options for "Friendly
Links" (or something) but this is an end user setting it displays on tool bar
"Link to yourpage.htm" rather than http://www.yourpage.com/yourpage.htm

try http://internet.javascript.com and search "status bar messages" or something
like that.

Otherwise there isn't really a way to hide them, since you can right-click and
view properties, amongs which the information about the link will be shown (which
I suppose is why you want the 'no right click' solution as well.


Ha ha Bob.

Well, I was wrong, I ment the Status bar. I would like
some links not to show up in the status bar in IE5 when
the mouse pointer rolls over the link (you know what the
status bar is right?).

And well, I guess the sentence wasn´t well written.
I simply want to know how to do so that when a visitor
right clicks a picture for example, they will not see the
menu allowing them to save the picture to their hard disk.

/Carlos
 
Top