Modify the code below and paste it into any section in your edit profile:
<style type="text/css">
table table { border: 0px }
table table table table{border:0px }
table, tr, td { background-color:transparent; border:none; border-width:0;}
table table table {
border-style:SOLID;
border-width:WIDTHpx;
border-color:COLOR;
</style>
|
WIDTH = Width of border - Recommended size is 1-3.
COLOR = Border Color - Can use text or hex values. (ex: RED or FF0000)
SOLID = Default border type - You may change it to inset, outset, dotted, dashed, or any of the ones found below.
This is a solid border
This is a double border
This is a grooved border
This is a dotted border
This is a dashed border
This is an inset border
This is an outset border
This is a ridged border
This is a hidden border