Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Marek Kilimajer
Chris Boget wrote: My preference is CSS. Style your link to look like a button. What would the CSS look like to do this, I'm curious... For default Mozilla button: A.button { padding: 0px 6px 0px 6px; border-width: 2px; border-style: outset; border-color: ButtonFace; background-color: Bu

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Marek Kilimajer
Mulley, Nikhil wrote: Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form Button When user clicks on that button , it must be a href link . Please guide me. My preference is CSS. Style your link to look like a button. -- PHP General Mailing Li

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Angelo Zanetti
rtin , it gelled :) -Original Message- From: Martin Holm [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 8:07 PM To: Mulley, Nikhil Cc: [EMAIL PROTECTED] Subject: Re: [PHP] HTML button as hyperlink Mulley, Nikhil wrote: >Hi All, > >My Question is that , I have an H

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Jay Blanchard
[snip] Hoped that this is the best list , I had my problems got solved under PHP always here , so mailed request to it. [/snip] You're correct, this is the best list...but off-topic is still off-topic. The answer that ou seek is BASIC HTML ... width and height are optional. To make this PHP e

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Mulley, Nikhil
Thanks Martin , it gelled :) -Original Message- From: Martin Holm [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 8:07 PM To: Mulley, Nikhil Cc: [EMAIL PROTECTED] Subject: Re: [PHP] HTML button as hyperlink Mulley, Nikhil wrote: >Hi All, > >My Question is that ,

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Angelo Zanetti
Hi, it can be set as type button then in the onClick method use javascript to call the target page. Hope this helps Angelo >>> "Mulley, Nikhil" <[EMAIL PROTECTED]> 11/18/2004 4:04:51 PM >>> Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form B

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Martin Holm
Mulley, Nikhil wrote: Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form Button When user clicks on that button , it must be a href link . Please guide me. Thanks, Nikhil. . first of all, i dont see anything regarding php in this question. http:

RE: [PHP] HTML button as hyperlink

2004-11-18 Thread Mulley, Nikhil
Hoped that this is the best list , I had my problems got solved under PHP always here , so mailed request to it. -Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 7:48 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] HTML button as hyperlink

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread Richard Davey
Hello Nikhil, Thursday, November 18, 2004, 2:04:51 PM, you wrote: MN> My Question is that , I have an HTML page , how can I make it as MN> Hyperlink instead of a Form Button Failing to see the PHP relevance here. Perhaps you want a Beginners Guide to HTML? Best regards, Richard Davey -- http

Re: [PHP] HTML button as hyperlink

2004-11-18 Thread John Nichel
Mulley, Nikhil wrote: Hi All, My Question is that , I have an HTML page , how can I make it as Hyperlink instead of a Form Button When user clicks on that button , it must be a href link . Please guide me. Thanks, Nikhil. Oh, I don't know. Maybe you can research HTML, forms, and possibly s