Results 1 to 9 of 9

Thread: how to do..

  1. #1

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472

    how to do..

    Hey how can I create a submit button similiar to the following picture in HTML..

    -sac
    Attached Images Attached Images  

  2. #2
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    <input type="submit" name="submit" style="background:#336699;font-family:Verdana,Arial,Heltivica;font-weight:bold;color:#FFFFFF;font-size:10px;" value="Subscribe">
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

  3. #3

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    danke

  4. #4
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Also you shold put:

    Code:
    ,sans-serif
    after Heltivica in case the user doesn't have any of those fonts.

  5. #5
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    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...
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  6. #6
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    Hehe 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.

  7. #7
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    I notice in other posts mention of 'validate' where does one go to 'validate' code?
    Thanks
    Michael
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  8. #8
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    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.

  9. #9
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    thanks
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width