
To make the links in your navigation bar different colors and styles, first go to “Edit Profile.” Then add the following code to the “About Me” section:
<style>
a.navbar{font-size: 10pt; font-weight: bold;
font-family: times new roman }
a.navbar:link{color:ee0000;}
</style>
The above code will make the links on your navigation bar red, bolded, and in times new roman. Here’s an example of what your profile would look like:
You can change the color of the text by substituting a different color code from the HTML Color Code chart where it says “ee0000.” 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.
To make the links you have visited a different color, add the following code just before </style> in the code above:
a.navbar:active{color:ffff00;}
You can change the color by substituting a different color code from the HTML Color Code chart where it says “ffff00.”
Hit “Save All Changes” and then view your profile. This is an example of what your profile will look like after adding this code:
Categories: Navigation bar | Color | Style | Font | Text | Links