Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Question related to hyperlink. within the HTML & CSS forums, part of the Web Development category; Can we change the color of text in hyperlink? Please answer my question....
|
|||||||
|
|||
|
Yes y not!
here is the syntax for changing the color of the hypertext... Setting link color the link attribute sets the color for your linked text. You can specify color either by name or by a hexadecimal value. For example: body link="pink" produce pink links. Instead of appearing the the same color as the rest of the text or in the default blue. Setting visited link color the vlink attribute sets the color for links which have already been visited. You can specify color either by name or by a hexadecimal value. For example: body link="green" vlink=#ffffff produces green links. Visited links appear in a white, the color value represented by the hex value #ffffff. Last edited by yrus.exe; 07-01-2009 at 12:51 AM. Reason: code did not appear! |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to run 3 parameter report through hyperlink? | Shreya Agrawal | Data Warehousing | 0 | 04-22-2009 06:22 AM |
| Question related to pagination in a JSP page | SivaSekhar | JavaScript | 0 | 01-30-2009 08:09 AM |
| Interview Related Question | jnyanesh | Interviews | 3 | 02-12-2008 08:11 AM |
| I want to Create shortcut keys for hyperlink | Santhana KrishnaN | ASP.NET | 1 | 07-17-2007 01:48 PM |
| How to give the hyperlink in inside the gridview row | Santhana KrishnaN | ASP.NET | 3 | 07-11-2007 08:48 PM |