Still can't remove lines from hyperlinks!!! (Full Version)

All Forums >> [Web Development] >> Microsoft FrontPage Help



Message


SueSmit -> Still can't remove lines from hyperlinks!!! (7/3/2001 20:00:00)

Please let me know how?
I have followed instructions on another faq and had no success!!

the underlines under the hyperlinks?





gorilla -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:26:00)

Hi Sue,

OK complete re-write of this - I went and had a look @ your source. I'm not quite sure what the problem is I looked using IE 5.5 (not opera for once ) and they work fine. I'll come back and test under opera later.

What do you want to do? The links at present behave very nicely I very much like the way they alter colour and swing left - clever. They don't underline. So the text decoration none is working fine.

If you could do a description of what you want to do and the url to the earlier posting and *which browser you're having the problem with* I'd hope to be able to help more. A key point is that differnt browsers implement css differently - particularly positioning.

PS: Just had a look using opera - looks different but still works.

PPS: Sorry can't be more specific @ present and for all the edits.

gorilla

[This message has been edited by gorilla (edited 07-03-2001).]

[This message has been edited by gorilla (edited 07-03-2001).]





SueSmit -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:09:00)

you must remember when you talk to me to use 'lay-men's' terms and english language please!! long time no speak!! Keeping well?
Anyway.. I have removed the java script goodies on my index page and replaced it with text which I hyperlink to the different pages in the web...
Now these hyperlinked text appear on the index page and are underlined... how can I make the underlines go away so that it looks nicer? he he


------------------
Greetings from Oudtshoorn, today is another sunny day in South Africa.





SueSmit -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:51:00)

This is the link about underlining text
quoting you:
"
The FAQ bit of this site has an excellent tip on how to do it. I elaborated a bit upon it in a posting on this site also. Here's the link.

http://www.frontpagewebmaster.com/ubb/Forum1/HTML/005197.html

Good luck. I'll check back a few times over the nesxt day or so if you've got further questions.


------------------
Hope this helps :-)
Gorilla
aka Mark Saunders
http://www.computerdriving.com

marksaunders@techie.com "





Goober -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:19:00)

Sue,

Just put the following in the head section of your page, right before </head>:

<style type="text/css">
A:link {text-decoration: none;}
A:hover {text-decoration: none;}
A:visited {text-decoration: none;}
</style>

Don't worry about the other stuff you've added. The font will carry over from the other text you're putting on your page. (note: comic sans will not show on everyone's computers)

Another hint: Don't leave spaces in your page (or graphic) file names...like...page one.htm. You can use the underscore or run the words together...pageone.htm...or page_one.htm. Spaces could cause problems down the road.

Best wishes,
Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites

[This message has been edited by Goober (edited 07-03-2001).]





gorilla -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:20:00)

Hi Sue,

Yah long time no speak indeed - yup keeping well and looking forward to a forthcoming trip to California - no phone no email no computer - ahhhhhh blisssss. Well that's the plan for after the first few days anyway.

OK I started here:

http://www.africasa.net/oudtshoorn/

When I looked using internet explorer here's what happened:

I moved my pointer over this word:

Attractions

No underlining appeared but the hand did so i knew it was a link.

I clicked it and got here:

http://www.africasa.net/oudtshoorn/Oudtshoorn%20Attractions.htm

I hit the back button (you need to provide a link back to the home page at the very least urgently )

I got back to here;

http://www.africasa.net/oudtshoorn/

When I got back there the link was:

- A different colour
- Had moved to the left in relation to the other links.
- wasn't underlined.

I repeated that process with all the links. Same thing happened for all of them.

Next I went back to a page i'd visited earlier clicked on an email link - that is underlined (and I'd be inclined to leave it
that way or use an email graphic and use that as your link.) it worked fine too.

i find myself wondering if where the problem is is in "normal view" and the "preview" modes of frontpage - they're quite accurate but only quite. Are you previewing in the browser? If not try previewing using the browser.

I'll check back later - go to go and eat or anything that can't run faster than me will come under the heading of "food."

c u later.

PS: Te he - you just be glad that I didn't write that in gorillic

"ug want banana, ug more banana!, ug ug ug gimme yet more banana!!! eeek! all this walking around on my knuckles is giving me backache ..... LOL "


------------------
Hope this helps :-)
Gorilla
aka Mark Saunders
http://www.computerdriving.com

Email Address: marksaunders@techie.com

=======
"Gotcha!" Cackled Pooh as he assimilated the Borg.





gorilla -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:22:00)

Looks like all 3 of us are on line simultaneously




SueSmit -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:45:00)

Yes, I have been trying to publish my updated page, that is why nothing is working on the site !!!!
I keep getting silly little error messages!!!
Please look again at my site later, hopefully by then everything is functional again!




SueSmit -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:14:00)

Perhaps I must upgrade my explorer or something, because all my views (preview and web view) have the underlines!





gorilla -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:18:00)

Have emailed you

What error messages are you getting on publish? How are you publishing?

According to a scan I've just done yuor host is running Windows NT and internet information server version 4 but the frontpage extensions aren't installed.

------------------
Hope this helps :-)
Gorilla
aka Mark Saunders
http://www.computerdriving.com

Email Address: marksaunders@techie.com

=======
"Gotcha!" Cackled Pooh as he assimilated the Borg.





Goober -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:24:00)

No, the underline problem is something in your web, not your browser.

First, make sure you have removed all of the old code you tried using to remove the underlines.

Insert the code I posted above.

If it still doesn't work:

1. Right click on a link
2. Choose Hyperlink Properties
3. Style
4. Format
5. Font
6. See if the box by Underline has been clicked. It should not be.

Sandy

------------------
Stu Reilly Design
Allegheny Web
Dreamweaver Sites

[This message has been edited by Goober (edited 07-03-2001).]





SueSmit -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 20:46:00)

From FP i publish to ftp://www.africasa.net/oudtshoorn...

I have been doing this with great success untill now ! Occassionally it does give me a unexpected close of connection etc. but now it is saying.. something like "does not understand "with a number" command , but I have also been having problems with my local ISP connecting to international sites..

Don't you want to come and have an african holiday and stay here and teach me some tricks? I will let you stay here for free and feed you every day..
He he he





gorilla -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 23:11:00)

You be careful or I'll take you up on that!

Try again and jot down the error message - especially the number. Microsoft error messages do actually mean something! If you keep getting that message try posting the server forum with a description of what's going on + the error message and it's number - I'd consider myself to be pretty good @ server stuff but I go there regularly to learn and learn and learn ..... the people there especially the moderators are really top class.

PS: I've just discovered that the server for techie.com is being upgraded ( uh oh ....) so if you want to reply to my email reply to
mpsaunders@hotmail.com for the moment.

Kind regards,

mark





SueSmit -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 13:26:00)

the page is properly uploaded now, so please give me some updated feedback!

Thanks you all !! I do not understand the underlined business myself...
It is not ticked in the fonts properties...

I will replace it again with your text and then I will see what happens!
I do believe that I should now take a break for today and go and eat and sleep ! But I would like to come and see what the outfront chat is like tomorrow ? any hints or tips?





gorilla -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 13:57:00)

Looks much better under both opera and internet explorer Yup a break is always a good thing after a stressful day.

c u tomorrow hopefully





SueSmit -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 14:20:00)

I have also now 'upgraded' my meta names... please do me a-NOTHER huge favor and check if it lookds good now!
The hyperlinks are still underlined...




Guest -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 16:04:00)

This is why they are still underlined:<style> type="text/css">
<BR>A:link {text-decoration: none;}
<BR>A:hover {text-decoration: none;}
<BR>A:visited {text-decoration: none;}
<BR></style>





Guest -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 16:07:00)

cant edit above post. check your source code it is different to what I have posted, but when I posted above, it changed what you had into correct code.




gorilla -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 17:41:00)

Hi Sue,

It's not looking good I'm afraid.

I looked at your code again and a couple of things jumped out and screamed at me. Raymondo is quite right there's all sorts of stuff in there that shouldn't be.

What has happened is that the blessed thing was trying to be helpful, so it has "coded your code." aargh. That's why in the style code I can see that there are commands for special characters.

The fix to prevent this happening again is to first copy into notepad and then select and copy from there in html view.

step 0. is always to copy in to notepad. - this strip the html "funnies" out.

step 1. Open the page in frontpage as normal.

step 2. Click the HTML tab.

You have to be in HTML view NOT in normal view.

step 3 THEN paste the metatags, styles etc.


Now for the current problem:

<style> type="text/css">
<BR>A:link {text-decoration: none;}
<BR>A:hover {text-decoration: none;}
<BR>A:visited {text-decoration: none;}
<BR></style>
<style fprolloverstyle>A:hover {color: #C0C0C0; text-decoration: blink; font-family: Comic Sans MS}
</style>

Delete the text that looks like this <BR> That *might* do it. I *can't* guarantee that it will becasue of the problem I outline below. There are other codes in there too such as the code for brackets >

As I say I looked again at the code and there's a style sheet link for a theme in a hidden folder. For a rollover class. I strongly suspect that there's some strange conflict going on between them.

Is this a *new* web or is it the *old* one with a lot of deleting and hand editing having happened in the mean time? If it's the old one you can try getting rid of the navigation bar and removing the theme. But to be honest I wouuldn't have too much confidence that that will work.

If it *is* the old web you'd do far better to start over. That's why in our replys to your "Desperate times" posting Sandy and I both said that that particular web was so messed up that it would have been better to start over. The problem is not your fault it's caused by the way that themes and styles are handled by frontpage and you couldn't have been expected to know that.

I'm really *sorry* to sound so discouraging but if it's the old web that's where your problem is.

Except in the class room I *never* use themes for just this reason. It is possible to modify the style sheet of themes but the results can be very very variable to put it mildly, I certainly could'nt recommend it here.

Again I'm so sorry to sound so discouraging -you've fallen into a trap that is quite easy to fall into. It's one of the pitfalls of themes, I really think you'd be far better to start over.

That may feel as if you've lost all your hard work but you haven't.

You still have the text.
You still have the graphics.
You can easily import those photos, the animated South african flag etc into the images folder of the new web.

I'll cheerfully walk you through the strategy involved in pasting in the text etc - in the long run it will save you a lot of time and a lot of grief. More importantly you'll wind up with a web that looks good and reflects what you want to do.

"Nils desperandum"

Kind regards,

Mark

PS: If things get impossible you can ring ring me on the number at my website:

http://www.computerdriving.com

the country code for the uk is 44

then dial 1933 and rest of the number.

But post here first with a progress report.

mark

PPS I've icq messaged you. I'll fire up icq the moment I get in to my office.

[This message has been edited by gorilla (edited 07-03-2001).]

[This message has been edited by gorilla (edited 07-03-2001).]

[This message has been edited by gorilla (edited 07-03-2001).]

[This message has been edited by gorilla (edited 07-03-2001).]

[This message has been edited by gorilla (edited 07-03-2001).]





The Goldman -> RE: Still can't remove lines from hyperlinks!!! (7/3/2001 21:42:00)

Gorillas and Gazelles in the 'Mist' eh?

Oh yeah!... Happy er Indefingy day Monkeys.

God save the old Queen!

------------------
"Fikko en computae"
and resident 5yr old





SueSmit -> RE: Still can't remove lines from hyperlinks!!! (7/4/2001 20:49:00)

Ok, so I will start it over AGAIN!!, but with the theme? shall I leave it out all together and select no theme?
Can I cut and paste the goodies from 'normal view' from the existing site into my new page?
To start it over, I only have to re-design the Index page? or all?
And when I was learning about Styles I went in there and did something, how can I go and undo it in there so that I only use it once I have confidence with it....

Hotmail is down at the moment so I am unable to go and read messages there, but I will be on ICQ when I am online today, thanks






gorilla -> RE: Still can't remove lines from hyperlinks!!! (7/4/2001 20:52:00)

Good morning Sue


quote:
Originally posted by SueSmit:
Ok, so I will start it over AGAIN!!, but with the theme? shall I leave it out all together and select no theme?

........

Hotmail is down at the moment so I am unable to go and read messages there, but I will be on ICQ when I am online today, thanks


My email at techie.com is working as of time of writing so have replied to yours. Have left icq on also.

Themes - I avoid 'em - yes they're great but it'll be quite easy for me to do the template pages i'm doing for you in such a way that you can easily change them to your hearts content without having to worry about banjaxing from a theme.

I'll check back here on and off during the day

kind regards

mark.





Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.1708984