Press CTRL-D to Bookmark this Page  |  Contact Us
Views

Making Your Links Different Colors and Styles

Jump to: navigation, search

To make the links in your profile different colors and styles, first go to “Edit Profile.” Then add the following code to the “About Me” section:


<style>a, a.man, a:link, a:visited{color:ffff00; font-size:
10pt; font-weight: bold; font-family: times new roman;
text-decoration: underline; font-style: italic;}</style>


The above code will make the links on your profile red, italicized, and in times new roman.

You can change the color of the text by substituting a different color code from the HTML Color Code chart where it says “ffff00.” You can also change the font size by substituting different numbers where it says “10pt.” The font can be changed by replacing “times new roman” with a different font style such as courier or verdana.


Hit “Save All Changes” and then view your profile. This is an example of what your profile will look like after adding this code:



Image:Links_style.png