View Single Post
Old Oct 8th, 2005, 2:14 PM   #6
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Well, you can change the button text, border and background colours using CSS, but that's about it:
[html]<input type="submit" class="funkybutton" id="button" name="button" value="click0rz" />[/html]

.funkybutton
{
    border-color: #000000;
    background-color: #202020;
    color: #FFFFFF;
}
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote