SitePoint Sponsor |
|
User Tag List
Results 1 to 7 of 7
Thread: Color Change
-
Jun 28, 2005, 06:42 #1
- Join Date
- Nov 2004
- Location
- Wilds of Borneo And the vineyards of Bordeaux
- Posts
- 40
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Color Change
Greetings,
At: www.walkincool.com/ScrollColor.html , For some reason I can't change the color. Although the code calls for "Orange" it is showing as "blue"
Anyone see the mistake???
Thanks,
JackNorth to Alaska !
-
Jun 28, 2005, 06:58 #2
- Join Date
- Aug 2003
- Location
- Minnesota
- Posts
- 1,861
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Your link isn't working.
Kevin Hauge : Modern Leaf Design : Follow Us on Facebook
Client Axis v.08 - client / project management script
-
Jun 28, 2005, 07:04 #3
- Join Date
- Nov 2004
- Location
- Wilds of Borneo And the vineyards of Bordeaux
- Posts
- 40
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Color Change
Should Be: www:walkincool.com/scrollcolor.html
Thanks,
JackNorth to Alaska !
-
Jun 28, 2005, 07:36 #4
- Join Date
- Mar 2005
- Location
- Singapore
- Posts
- 935
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi,
You should put your <a> tag before <font> tag like:
Code:<A href="mailto:King@Walkincool.com"><Strong><I><FONT FACE="Comic Sans MS" style="font -size:25pt" Font Color="orange"> <STRONG>EMail</FONT></STRONG></A></TD>
-
Jun 28, 2005, 08:44 #5
- Join Date
- Jun 2005
- Posts
- 124
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Your pages doesn't resolve, and I would try my best to avoid font tags if I were you, no matter the doctype (meaning whether it's allowed or not). I would also recommend using small case tags, for when you learn/implement XHTML properly
Try something like:
Code:<a class="or_link" href="http://www.myurl.com" title="My Document Name">e-Mail</a>
Code:.or_link a{color: #hex; font-family: font-name; font-weight: bold; font-style: italic; tesxt-decoration: none;} .or_link a:hover{text-decoration: underline;}
-
Jun 28, 2005, 10:49 #6
- Join Date
- Aug 2003
- Location
- Minnesota
- Posts
- 1,861
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
Ah, though actually it should be: www.walkincool.com/scrollcolor.html (you had a colon after www).
As the others mentioned, even though you may set the color, since it is a link it will use the color specified for links. You can use HTML and set your link color in the body tag: link="#yourcolor" or you can use CSS like pauly said and assign a class to it.Kevin Hauge : Modern Leaf Design : Follow Us on Facebook
Client Axis v.08 - client / project management script
-
Jun 30, 2005, 01:31 #7
- Join Date
- Nov 2004
- Location
- Wilds of Borneo And the vineyards of Bordeaux
- Posts
- 40
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Color Change
Thanks to all for your help!
There is something else on that page I would like to correct.
At: www.walkincool.com/index2.html, there is a scroll with the word: "Email". It crosses over the words "Click Here".
I am trying to get "Click Here" to function as a link as the words to the left and right of it do.
When I remove the scroll it works. Is it possible to have both???
Thanks again,
JackNorth to Alaska !
Bookmarks