| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Jan 2005 Location: New Zealand
Posts: 3,746
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | URLs? I got a table right, I added a navigation.. but the links turn blue when I add a hyperlink to them.. how do I change their color? Thanks
__________________ WowHumor.net - Funny World of Warcraft Pictures |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Aug 2004
Posts: 363
![]() | What colour you want it to become? <body link="#0000FF" vlink="#800080" alink="#FF0000"> thats the html you want. link is what colour links are vlink is what colour visted links are shown in alink is what colour active links are shown in (normally doesn't matter )PJ
__________________ L33TSig.net |
| |
| | #3 (permalink) |
| DNOA Member Join Date: May 2004
Posts: 5,040
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Use style sheets! HTML Code: <style> a {color: color_here; text-decoration: underline} a:visited {color: color_here} a:active {color: color_here} a:hover {color: color_here; text-decoration: none} </style> |
| |
| | THREAD STARTER #5 (permalink) | ||||
| Senior Member Join Date: Jan 2005 Location: New Zealand
Posts: 3,746
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
__________________ WowHumor.net - Funny World of Warcraft Pictures | ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ABSOLUTELY FREE: Web Hosting, Image Hosting, Forums, Web Proxy, Webmail & Short URLs! | IncognitoNet | For Sale / Advertising Board | 0 | 02-06-2005 02:07 PM |
| Question about SE friendly URL's | selfmindead | Web Design Discussion | 0 | 12-04-2004 05:53 AM |
| mask website urls | dotcommakers | Web Design Discussion | 20 | 08-27-2004 06:07 PM |