Results 1 to 9 of 9

Thread: Go Button

  1. #1

  2. #2

  3. #3
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614
    Actually, I passed this off to Rich to do. He is finishing up another project and will then address the button.

    I didn't consider it a critical emergency, so I thought it would be okay to let Rich fix it when he can....



    Brad!
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Is Brad Rich?


  5. #5
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Well hes written two books, so I assume so.
    Don't Rate my posts.

  6. #6
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614
    Originally posted by Pc_Madness
    Well hes written two books, so I assume so.
    Actually, I've written more than two books; however, they were computer books. As such, they didn't make me "Rich".

    Brad!
    (currently listening to Steve McConnell who wrote Code Complete -- who may have become Rich because of his book )
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  7. #7
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    The change needed to the template should be:
    Code:
    From this:
    <input type="submit" value="Go">
    
    To:
    <input type="image" src="/images/go.gif">
    Last edited by Electroman; May 24th, 2004 at 08:59 AM.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  8. #8
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349
    Originally posted by Spetnik
    Actually, it would be:
    Code:
    From this:
    <input type="submit" value="Go"/>
    
    To:
    <input type="image" src="/images/go.gif"/>
    Nope, if you check the source for VBF's pages they don't use XHTML .
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

  9. #9

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