Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
not underlined link and different browsers?
Old 12-02-2011, 06:59 PM not underlined link and different browsers?
fensi88's Avatar
Experienced Talker

Posts: 33
Name: goca
Location: Srbija
Trades: 0
In IE this code (not underlined link in table at the end of page)

<TABLE width="300" border="1"cellspacing="2" cellpadding="2">
<TR>
<TD ALIGN="center">
<style type="text/css">
<!--A:link {text-decoration:none; color="white"}
A:visited {text-decoration:none; color="white"}
A:hover { text-decoration: none; color="RED"}
--></style><font face="ARIAL" size="3" ccolor="white">
<a href="index.html" style="cursor:crosshair"><b>HORARY SPORTS ASTROLOGY</b></a>
</TD></tr></table>

works fine (regarding colors) but when I look same page in Mozilla Firefox colors does not works. In IE color is white in Mozilla color is light green? Page:http://www.astrosport07.webs.com/kimitrue.html

Is there something that I could add (and where? I am not expert) to make that colors works in Mozilla too?

Thanks for answer.
__________________
Greetings,
Goca,

Please login or register to view this content. Registration is FREE
fensi88 is offline
Reply With Quote
View Public Profile Visit fensi88's homepage!
 
 
Register now for full access!
Old 12-02-2011, 09:15 PM Re: not underlined link and different browsers?
Physicsguy's Avatar
404 - Title not found

Posts: 919
Name: Scott Kaye
Location: Ontario
Trades: 0
Code:
<style type="text/css">
a{text-decoration:none;cursor:crosshair;font-weight:700;}
a:visited{color:#ff0000;}
a:hover{color:#ff0000;}
</style>
<a href="index.html">HORARY SPORTS ASTROLOGY</a>
Just as a side note, the <font> tag has been deprecated for a very long time. As well, you're using a table for non-tabular data, which is also a very bad practice.

The code I posted will fix your colour issues, and has been fixed for modern web standards.

Last edited by Physicsguy; 12-02-2011 at 09:19 PM..
Physicsguy is offline
Reply With Quote
View Public Profile
 
Old 12-03-2011, 03:26 AM Re: not underlined link and different browsers?
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
That looks very much like Frontpage generated code
I've taken over maintenance of a small website, previously built in Frontpage, and I see this kind of code all the time

My only advice: don't use Frontpage. It was really bad evan before it got out of date and stoped receiving updates, which was several years ago.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 12-03-2011, 04:14 AM Re: not underlined link and different browsers?
fensi88's Avatar
Experienced Talker

Posts: 33
Name: goca
Location: Srbija
Trades: 0
[QUOTE=Physicsguy;1192559]
Code:
<style type="text/css">
a{text-decoration:none;cursor:crosshair;font-weight:700;}
a:visited{color:#ff0000;}
a:hover{color:#ff0000;}
</style>
<a href="index.html">HORARY SPORTS ASTROLOGY</a>
Just as a side note, the <font> tag has been deprecated for a very long time. As well, you're using a table for non-tabular data, which is also a very bad practice.

The code I posted will fix your colour issues, and has been fixed for modern web standards.[/QUOTE]

Fantastic! Thank you so much!!
__________________
Greetings,
Goca,

Please login or register to view this content. Registration is FREE
fensi88 is offline
Reply With Quote
View Public Profile Visit fensi88's homepage!
 
Old 12-03-2011, 04:18 AM Re: not underlined link and different browsers?
fensi88's Avatar
Experienced Talker

Posts: 33
Name: goca
Location: Srbija
Trades: 0
Quote:
Originally Posted by lizciz View Post
That looks very much like Frontpage generated code
I've taken over maintenance of a small website, previously built in Frontpage, and I see this kind of code all the time

My only advice: don't use Frontpage. It was really bad evan before it got out of date and stoped receiving updates, which was several years ago.
Yes, you are right! I found that code somewhere on Internet in 2006 year, I am not profesional programmer I do not know what is Frontpage, I use HTML language which I learned from Yahoo help in 2006 . Most of that codes still works, but I will "update" this one. Thanks.
__________________
Greetings,
Goca,

Please login or register to view this content. Registration is FREE
fensi88 is offline
Reply With Quote
View Public Profile Visit fensi88's homepage!
 
Old 12-03-2011, 04:09 PM Re: not underlined link and different browsers?
lizciz's Avatar
Super Spam Talker

Posts: 807
Name: Mattias Nordahl
Location: Sweden
Trades: 0
Frontpage is an old so called WYSIWYG (What You See Is What You Get) editor. It lets you to build websites pretty much the same way you sould use, lets say MS Office Word or PowerPoint, and the program automatically generates the html code behind the scene.

There are of course other such programs, which are better. They are good for poeple who want to make simple websites themselves, without actually learning to code. But to be able to fully costomize your site the way you want, you have to write the actual code yourself.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 12-03-2011, 05:35 PM Re: not underlined link and different browsers?
fensi88's Avatar
Experienced Talker

Posts: 33
Name: goca
Location: Srbija
Trades: 0
Thanks for this additional explanation, you are very kind!
__________________
Greetings,
Goca,

Please login or register to view this content. Registration is FREE
fensi88 is offline
Reply With Quote
View Public Profile Visit fensi88's homepage!
 
Reply     « Reply to not underlined link and different browsers?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 3.01709 seconds with 12 queries