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

Adding Double Borders to Your Profile

Jump to: navigation, search

To add double borders to your profile, first go to “Edit Profile.” Then add the following code to any of the text boxes in this section:


<STYLE type=text/css>
body, table, td {
border: 3px double Navy; float:center;
margin-left:2px;
background-color:transparent;
font-size:8pt
}
table, tr, td {background-color: transparent;
border: 3px double Navy;;
padding:2;
direction:ltr }
table table { border: 3px double Navy;}
table table table { border: 3px double Navy;
background-color:transparent;
padding:2 }
table table table table { border: 3px double Navy;}
</STYLE>

You can change the color of the border by substituting a different color code from the HTML Color Code chart anywhere it says Navy in the code above. You can also change the border size by substituting a different number where it says “border: 3px”


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:Double_border.png