navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Free FrontPage Templates

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Lingering lines in FireFox under Fonts

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Lingering lines in FireFox under Fonts
Page: [1]
 
jedidiah

 

Posts: 50
Joined: 11/30/2007
Status: offline

 
Lingering lines in FireFox under Fonts - 12/5/2007 14:13:33   

Hey everyone, well I changed my home page, problem is the same, spaces are in correct and blue lines under Fonts I created, this occurs only in Fire Fox. Of course in IE no lines, and the spaces are correct, and I made the demensions correct. In fonts there is a ( underline ) button to choose if you want underline or not, now I have made sure that even after these become hyperlinks that there are no more blue lines, I dont see where to edit it in the code, actually or how. This happens with the old index page as well, but that is toast. How can I correct this line, I hope I dont have to create more fonts in a different program, I mean what in the world?

Thanks everyone.
Sherri
http://www.jedidiahsarts.com
Tailslide

 

Posts: 6295
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Lingering lines in FireFox under Fonts - 12/5/2007 14:21:13   
Not just Firefox, Opera, safari, camino etc etc - it'll only be IE where it actually works.

Firefox etc are displaying the link correctly according to your code (rather than according to what you want) - ie with blue underline. In your code you haven't applied a style to the link but rather a span somewhere in around the link. You need to apply the "text-decoration: none" to the link itself to remove the underline.

<a href="whatever.html" style="text-decoration:none;">your link text</a>


You'll need to do a lot of checking in different browsers as there are a lot of errors in the code.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to jedidiah)
jedidiah

 

Posts: 50
Joined: 11/30/2007
Status: offline

 
RE: Lingering lines in FireFox under Fonts - 12/5/2007 14:35:54   
Hey, but this is what I see?
<span style="text-decoration: none">
<a href="aboutme.htm">
Now are you saying to change the line format in itself to an exact to what you have posted here with HTML, please note ( EYES A DOOMY ) to HTML, so in the text decoration you are saying to literally type in that file for text yes? because I see the font above has that already, and I have no extre decor on any of the fonts created in FP, sorry bear with me.. than you for helping.

Sherri, oh and I know they dont measure up in all the browsers, if I can get the popular 3 working I would be tickled, there is to much changing to accomodate all the browsers.

Sherri

(in reply to Tailslide)
Tailslide

 

Posts: 6295
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: Lingering lines in FireFox under Fonts - 12/5/2007 14:40:06   
Text-decoration:none is an attribute of a link - you've got the style rule in the span when it needs to be in the link to have any effect. The underlining is purely a link effect.

<span style="text-decoration: none">
<a href="aboutme.htm"> 


Try
<a href="aboutme.htm" style="text-decoration: none"> 


No idea what this means!

quote:

( EYES A DOOMY )





_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to jedidiah)
jedidiah

 

Posts: 50
Joined: 11/30/2007
Status: offline

 
RE: Lingering lines in FireFox under Fonts - 12/5/2007 14:52:54   
quote:

<a href="aboutme.htm" style="text-decoration: none">


Hey this is exactly what I have... I did do the first as you said but that is not working, the letters in blue stay pinned next to Font Link > your link here. Ok What you said to do is already in the code...???

Sherri, I am still fooling around in this...oh eyes a doomy.. ( I's a dummy ) HTML, I am clueless, just following your advice intriquately.

(in reply to Tailslide)
jedidiah

 

Posts: 50
Joined: 11/30/2007
Status: offline

 
RE: Lingering lines in FireFox under Fonts - 12/5/2007 14:56:42   

Ok, you with me Tailslide? here is what I see under that exact link.

<font color="#000000"><span style="text-decoration: none">Creator
of
Jedidiah's Arts</span></font></a></span></font></i></b></td>

I dont see any thing to do with a line, and I am trying to locate just that... and nothing.
Sherri

(in reply to Tailslide)
jedidiah

 

Posts: 50
Joined: 11/30/2007
Status: offline

 
RE: Lingering lines in FireFox under Fonts - 12/5/2007 15:07:16   

Ok, hey, my bad, I apoligize, the original you sent seems to be working in Fire Fox, although it did not at first, I have had many quams with Frontpage freezing up and acting up, I dont know what that issue there is, and my pc is optimized and defraged so I keep it in shape and up to date, so to me my program should be more compliant. Ok have to go back and change those other 2 links, I dont know why this did not work the first time, geez makes me so crazy.

Thank you BIGTIME!
Sherri

(in reply to Tailslide)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Lingering lines in FireFox under Fonts
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts