Modify the code below and paste it into any section in your edit profile:
<style type="text/css">
body{border-style:SOLID;
border-top-width:WIDTHpx;
border-bottom-width:WIDTHpx;
border-left-width:WIDTHpx;
border-right-width:WIDTHpx;
border-color:COLOR;}
</style> |
WIDTH = Width of border - Recommended size is 10 or 20. Each one represents the size of either the top border width, bottom, left and right. You can make each different sizes.
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
|