|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
Join Date: Sep 2002
Location: Laredo, Texas
Posts: 158
|
link color
hey kids,
i'm trying to assign different colors for links on the same page. If you take a gander at my website and see where it has links to my schedule, i want those links to be green. do i have to use style sheets to accomplish that? thanks.... section 8, jsanchez |
|
|
|
|
|
#2 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
Try using the FONT COLOR tag inside the A HREF tag.
|
|
|
|
|
|
#3 |
|
Member (6 bit)
Join Date: Dec 2002
Location: Monterey, CA
Posts: 59
|
In your body tag:
you have the 'link' color and the 'text' color the same hexidecimal value. Just assign a different value to 'link' (any href that has not been visited) and 'vlink' (any href that has been visited). For a list of your color options and their hexidecimal values, go here: http://halflife.ukrpack.net/csfiles/help/colors.shtml |
|
|
|
|
|
#4 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,285
|
You could take a look at CSS. That may be easier than doing it with HTML
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
|
|
|
|
|
|
#5 |
|
Member (8 bit)
Join Date: Jun 2003
Posts: 153
|
Just a little tip, don't assume that hard-core web designers use HTML editors.
Infact, most hard-core web designers invest in Dreamweaver MX (not stolen from the internet like so many of you have probably done.) It may be pricey, but it gets the job done, and it's a bloody good job at that. |
|
|
|
|
|
#6 | ||
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Quote:
PHP Code:
Quote:
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
||
|
|
|
|
|
#7 |
|
Member (8 bit)
Join Date: Jun 2003
Posts: 153
|
Well, strictly speaking, it's not an HTML editor, it's a WYSIWG editor, and all the coding is done in the background, unless you open the code viewer.
I didn't acuse anyone of stealing anything, I actually stated a probable fact. |
|
|
|
|
|
#8 |
|
Member (8 bit)
Join Date: Sep 2002
Location: Laredo, Texas
Posts: 158
|
thanks alot guys, i really appreciate your help! i really should change the wording on that HTML tutorial section...you're right, many webmasters use both WYSIWYG and just regular editiors. i shouldn't assume that only hardcore designers use notepad, etc. thanks for the constructive criticism. again, thank you snake, mairving, dr zaius, forceflow, and bluekrystal.
|
|
|
|
|
|
#9 |
|
Live for the moment
|
anyone else notice that everything just went blue...?
__________________
Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein I am ready to meet my Maker. Whether my Maker is prepared for the great ordeal of meeting me is another matter. - Sir Winston Churchill |
|
|
|
|
|
#10 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,285
|
Yeah, I was wondering about that...
|
|
|
|
|
|
#11 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 36,460
|
Yes, this whole thread is blue.......??????
|
|
|
|
|
|
#12 |
|
Member (6 bit)
Join Date: Dec 2002
Location: Monterey, CA
Posts: 59
|
Last edited by BlueKrystal22; 07-05-2003 at 02:52 AM. |
|
|
|
|
|
#13 |
|
Member (6 bit)
Join Date: Dec 2002
Location: Monterey, CA
Posts: 59
|
checking something...
thought it may have had something to do with the body tag that I posted earlier that didn't show up in the text. The color of the links for the page in discussion is blue, so I'm thinking it has something to do with text that was recognized as more than just text. Last edited by BlueKrystal22; 07-05-2003 at 02:55 AM. |
|
|
|
|
|
#14 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
In BlueKrystal22 first post he used the this:
<body bgcolor="#FFFFFF" link="#003366" vlink="#003366" text="#003366"> HTML really doesn't like more than one body tag and can do weird things like changing the link color, etc. Removing the above HTML will return the link color back to normal. Last edited by mairving; 07-05-2003 at 10:00 AM. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|