Thread: Signature Links
View Single Post
Old 04-19-2008, 10:39 PM   #48 (permalink)
SpOrTsDuDe.Reese
Senior Moderator
 
SpOrTsDuDe.Reese's Avatar
Default

I personally think my signature is hilarious, if I had more space to write out some funny CSS code, (I'm a CSS master) :) then I'd do this..

Code:
<style type="text/css">
b {
font-weight: none;
}
u {
text-decoration: none;
}
</style>
For those of you who don't know CSS, or HTML,

<b> is to bold stuff
<u> is to underline stuff

u {
text-decoration: none;
}

removes the underline, thus making it worthless. I bet you can figure out what
b {
font-weight: none;
}

does. It removes boldness! Seems funny to me :)
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+
Code:
<style type="text/css"> u { text-decoration: none; } </style>
GameYin. Redesigning for DevPlooth.

Last edited by SpOrTsDuDe.Reese; 04-19-2008 at 10:39 PM. Reason: Forgot </style>
SpOrTsDuDe.Reese is offline   Reply With Quote