Double Underline
This double underline code is actually a part of a CSS code, so if you are using CSS stylesheet, just paste the code inside the style tags somewhere.
Step 1: Start by copying the code under and paste it on the page you want the code to work on, or as I said; inside your CSS code.
u {
color: #000000;
font-family: tahoma;
font-size: 7pt;
font-weight: normal;
text-align: justify;
border-bottom: 1px solid #c0c0c0
}
Step 2: Where it says
color: #000000 you can change the color of the underlined text. Where it says
font-family: tahoma; you can change the font of the text and where it says
font-size: 7pt; you can change the size of the text. The doble underline part is tha last part of the code, the part saying
border-bottom: 1px solid #ffffff;, Where it says
Solid you can change it to maybe
Dashed, dotted or double and where it says
c0c0c0 you can change the colour of the second underline. You can also change the thickness of the second underline where it says
1px.
Step 3: To make double underline in your text just use the simple code under on the words you want to underline and the underlining will become double.
<u>text</u>