navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
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

Search Forums
 

Advanced search
Recent Posts

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

Microsoft MVP

 

links appearing differently ** Fixeded **

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

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

All Forums >> Web Development >> Cascading Style Sheets >> links appearing differently ** Fixeded **
Page: [1]
 
dpf

 

Posts: 7123
Joined: 11/12/2003
From: India-napolis
Status: offline

 
links appearing differently ** Fixeded ** - 11/17/2005 11:43:09   
here is the code:
<h4>Dupont Performance Elastomers<br>
             <a href="http://dupont-dow.com/Products/Viton/viton.asp " target="_blank" class="left">http://dupont-dow.com/Products/Viton/viton.asp </a></h4>
        
          <h4>Dyneon LLC</h4>
          <p align="center"> </p>
          <h4>Solvay Solexis, Inc.<br>
            <a href="http://www.solvaysolexis.com/Technoflon.htm" target="_blank" class="left">http://www.solvaysolexis.com/Technoflon.htm</a>             </h4></div>

Im going goofy here (ok, ok) - the first link shows the properties of "class" and the second does not. any thoughts? I am thoughtless.

< Message edited by jaybee -- 11/17/2005 16:03:01 >


_____________________________

Dan
rdouglass

 

Posts: 9265
From: Biddeford, ME USA
Status: offline

 
RE: links appearing differently - 11/17/2005 11:55:48   
quote:

"http://dupont-dow.com/Products/Viton/viton.asp "


The only thing I can see right now is the space after asp and before the quote.

Which browser are you viewing it with?

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to dpf)
dpf

 

Posts: 7123
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: links appearing differently - 11/17/2005 12:01:41   
IE - eliminating the space didnt help - that is the one that shows correct..lol

_____________________________

Dan

(in reply to rdouglass)
rdouglass

 

Posts: 9265
From: Biddeford, ME USA
Status: offline

 
RE: links appearing differently - 11/17/2005 12:03:11   
You don't have a URL do you?

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to dpf)
dpf

 

Posts: 7123
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: links appearing differently - 11/17/2005 12:03:59   
no i cant show it - they have this big "secrecy thing"

_____________________________

Dan

(in reply to rdouglass)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: links appearing differently - 11/17/2005 12:09:46   
It doesn't look like there's anything different with the links per se so I would suggest that it's inheriting something from further up. The h4 maybe?

The links are within the H4 tags so that could be throwing it out.


_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to dpf)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: links appearing differently - 11/17/2005 12:13:33   
try removing the spaces after the </a> on the second one as well

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to jaybee)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: links appearing differently - 11/17/2005 12:15:12   
quote:

no i cant show it - they have this big "secrecy thing"


then I'll secretly fix it. What you need to do is



_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to jaybee)
dpf

 

Posts: 7123
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: links appearing differently - 11/17/2005 12:17:43   
quote:

What you need to do is
:)

_____________________________

Dan

(in reply to jaybee)
dpf

 

Posts: 7123
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: links appearing differently - 11/17/2005 12:19:40   
quote:

try removing the spaces after the </a> on the second one as well
didnt work either - it is inhereting the pages basic link colors - not class = left

_____________________________

Dan

(in reply to jaybee)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: links appearing differently - 11/17/2005 12:32:33   
try removing the <br> tag and see if that helps...



_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to dpf)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: links appearing differently - 11/17/2005 12:44:05   
It's OK guys, I know exactly what's wrong, I just have to negotiate a price!

:):):)

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to bobby)
dpf

 

Posts: 7123
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: links appearing differently - 11/17/2005 12:46:00   
my first born?

_____________________________

Dan

(in reply to jaybee)
jaybee

 

Posts: 14175
Joined: 10/7/2003
From: Berkshire, UK
Status: offline

 
RE: links appearing differently - 11/17/2005 12:50:29   
It's in your style sheet.

a:link.left {
color: #color: #000000;

try

a:link.left {
color: #000000;

and you can keep the first born. I'm not that desperate!

_____________________________

If it ain't broke..... fix it until it is.
:)

:)
GAWDS
Now where did I put that Doctype?

(in reply to dpf)
dpf

 

Posts: 7123
Joined: 11/12/2003
From: India-napolis
Status: offline

 
RE: links appearing differently - 11/17/2005 13:55:16   
thank you thank you thank you. what never ceases to amaze me (yet I never seem to learn) is that html (and javascript) whenan error occurs, is unpredictable in how it will manifest itself - finding it isnt always where you would expect!!! I think that is why I am liking ASP more and more.

_____________________________

Dan

(in reply to jaybee)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> links appearing differently ** Fixeded **
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