Hey how can I create a submit button similiar to the following picture in HTML..
-sac
Printable View
Hey how can I create a submit button similiar to the following picture in HTML..
-sac
<input type="submit" name="submit" style="background:#336699;font-family:Verdana,Arial,Heltivica;font-weight:bold;color:#FFFFFF;font-size:10px;" value="Subscribe">
danke :)
Also you shold put:
after Heltivica in case the user doesn't have any of those fonts.Code:,sans-serif
Don't worry, they're all standard (except maybe Helvetica, and some weird comps that don't have Verdana). Or, maybe they might view it on Mac or Linux. I see your point, I'll shutup now...
Hehe :p I only said it really because it won't validate without it, and like you say maybe Linux doesn't have those fonts, I'm not sure.
I notice in other posts mention of 'validate' where does one go to 'validate' code?
Thanks
Michael
For HTML you can use the W3C's one @ http://validator.w3.org/ and http://validator.w3.org/file-upload.html to upload from your HDD. For CSS you can use http://jigsaw.w3.org/css-validator/ (I think you can only validate external style sheets, not within HTML documents.
thanks :)