|
Post by Sassums on Oct 1, 2006 6:22:11 GMT
What do i need to add to make it bold? After the "underline" part, I added "bold" then a semicolon, but no change....
Code:<style type="text/css"> <!-- .online{color: #00aa00; text-decoration: underline;} .offline{color: #aa0000;} // --> </style>
|
|
Richie
Veteran
^ Yes, That's me V_V
Posts: 624
|
Post by Richie on Oct 2, 2006 16:21:16 GMT
Now I just need to figure out how to make cool signatures, like yours, because I havent the slightest clue. Where do you even begin? lol. www.photofiltre.com/ select "english" then click "downloads" & download the 1st link (English version) that's a cool image maker, just play around with it until you get used to it What do i need to add to make it bold? After the "underline" part, I added "bold" then a semicolon, but no change.... Code:<style type="text/css"> <!-- .online{color: #00aa00; text-decoration: underline;} .offline{color: #aa0000;} // --> </style> you want "online" to be bold, use: <style type="text/css"> <!-- .online{color: #00aa00; text-decoration: underline; font-weight: Bold;} .offline{color: #aa0000;} --> </style> That should do the trick ;D
|
|
|
Post by Sassums on Oct 2, 2006 20:50:27 GMT
Ah thanks a bunch, naturally it wouldnt be as simple as I had hoped it would be.
|
|