Solid Borders

16/01/2010 20:13

How to make solid borders

1. Go to the source of your quote/profile.

2. Paste this code:

<div style="border: 5px solid white;">text goes here</div>

 3. Click "Source" again.

 4. Write whatever you want where it says, "Text goes here." [The below is what it'll look like.]
I like solid borders :]
5. Do you want the line thickness to be smaller? Go to the "Source" and change the 5 to a smaller number.
<div style="border: 2px solid white;">text goes here</div>

 6. Do you want the line thickness to be bigger? Go to the "Source" and change the 5 to a bigger number.
<div style="border: 15px solid white;">text goes here</div>

7. For other colors, change "white" to any color name, hex code, or rgb code.

 Remember, bigger number = bigger line thickness.