How do you do that
How do you get a douable underline text on myspace(I want a code not website)?
im not sure if there is a code
for double but there is one for single
line
%26lt;u%26gt;text you want underlined goes here%26lt;/u%26gt;
How do you get a douable underline text on myspace(I want a code not website)?
myspacecodes.com and find it
How do you get a douable underline text on myspace(I want a code not website)?
%26lt;!-- Set this link to double underline --%26gt;
%26lt;a
style="text-decoration:
underline;
border-bottom:1px solid black;
color:black;" href="URL"%26gt;Link%26lt;/a%26gt;
or
%26lt;style type="text/css"%26gt;
/* Set all links to double underline */
a:link, a:visited, a:hover {
text-decoration:underline;
border-bottom:1px solid black;
color:black;
}
%26lt;/style%26gt;