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.

Coding Forum


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



Reply
Old 03-10-2004, 10:31 PM Link Script Help...
KRYPTOR's Avatar
Skilled Talker

Posts: 62
Name: Ray
Location: Illinois
Trades: 0
I know that this is generic, but there
has to be a way to change that darn
light blue color of the text in a link script.
I would like the color to be #134c39.
The script is below....
Thanks!
The KRYPTOR

<html>
<head>
<body>
<table width='95%' border='0' cellspacing='8' cellpadding='0'>
<tr><td width="100%">
<a href="http://www.savvydecorator.com/f/index.html">Savvy Decorator</a><br>
<font face=arial size=2>Stylish Furniture Made Affordable!</font>
<br><br>
<a href="http://www.econsumershop.com">Premium Quality Electronics At Amazing Low Prices!</a><br>
<font face=arial size=2>Delivers premium quality electronics at amazing low prices!
Award winning technology from brand manufacturers!</font>
</td></tr>
</table>
</body>
</html>
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".


Please login or register to view this content. Registration is FREE
KRYPTOR is offline
Reply With Quote
View Public Profile Visit KRYPTOR's homepage!
 
 
Register now for full access!
Old 03-11-2004, 04:12 AM
Ultra Talker

Posts: 377
Trades: 0
why don't you use css? just like this:
a {color: #134c39;};
__________________
andrews_john

Please login or register to view this content. Registration is FREE
andrews_john is offline
Reply With Quote
View Public Profile Visit andrews_john's homepage!
 
Old 03-11-2004, 04:55 AM
Wenslock's Avatar
Webmaster Talker

Posts: 746
Location: Lincoln, UK
Trades: 0
<BODY TEXT="enter_text_colo(u)r" LINK="Enter_Link_colo(u)r" ALINK="Enter_Active_Link_Colo(u)r" VLINK="Enter_Visited_Link_Colo(u)r">

It's not script but it works.

Link andrews_john says, why not use CSS

<code>
a {
color: #134C39;
text-decoration: none;
}
A:HOVER {

color: #134C39;
text-decoration: underline;
}
</code>

This will also make the text underlined when you hover over the link.
__________________
------------------------------------------------------------

Please login or register to view this content. Registration is FREE
- Black Prism professional web design services
------------------------------------------------------------
Wenslock is offline
Reply With Quote
View Public Profile
 
Old 03-11-2004, 03:53 PM
KRYPTOR's Avatar
Skilled Talker

Posts: 62
Name: Ray
Location: Illinois
Trades: 0
Thanks for the help!
I hope it works, because the webhost
we have accepts html and javascript
encoding ONLY....
I'll try it anyway...
The KRYPTOR
__________________
"What is SEEN is TEMPORAL, What is UNSEEN is ETERNAL".


Please login or register to view this content. Registration is FREE
KRYPTOR is offline
Reply With Quote
View Public Profile Visit KRYPTOR's homepage!
 
Reply     « Reply to Link Script Help...
 

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 0.59206 seconds with 12 queries