Dotted Borders

16/01/2010 20:15

How to make dotted borders

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

2. Paste this code:
<div style="border: dotted white 5px;"> 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 using dotted 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: dotted white 2px;"> 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: dotted white 15px;"> text goes here </div>

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

 Remember, bigger number = bigger dot thickness.