Elliot B. Posted March 27, 2003 Share Posted March 27, 2003 Is this easily possible? Link to comment Share on other sites More sharing options...
0 no name Posted March 27, 2003 Share Posted March 27, 2003 yeah of course it is! :p Link to comment Share on other sites More sharing options...
0 JimM17 Posted March 27, 2003 Share Posted March 27, 2003 like <INPUT TYPE="BUTTON" VALUE="Im a button"> ? Link to comment Share on other sites More sharing options...
0 Elliot B. Posted March 27, 2003 Author Share Posted March 27, 2003 But how do I make it link to a webpage? :) Link to comment Share on other sites More sharing options...
0 =NickJ= Posted March 27, 2003 Share Posted March 27, 2003 easiest way would be <form action="page_u_want_to_move_to.htm" method="post"> <input type="submit" value="Caption_On_Button"> </form> Link to comment Share on other sites More sharing options...
0 Elliot B. Posted March 27, 2003 Author Share Posted March 27, 2003 But how can I make it have the cool Windows XP style corners, yet allow it to work seemlessly with older OS's (for example, Windows 98 users will see the default Windows 98 dialogue-style button) Link to comment Share on other sites More sharing options...
0 NeoMayhem Posted March 27, 2003 Share Posted March 27, 2003 It will do that :p Link to comment Share on other sites More sharing options...
0 Elliot B. Posted March 27, 2003 Author Share Posted March 27, 2003 It'll do what? :s Link to comment Share on other sites More sharing options...
0 =NickJ= Posted March 27, 2003 Share Posted March 27, 2003 You'll do what? :s the code i wrote earlier will take the visual style of whatever system you have running, ie exactly wot u want! Link to comment Share on other sites More sharing options...
0 Elliot B. Posted March 27, 2003 Author Share Posted March 27, 2003 Oh yeah, sorry. It looked square in Frontpage XP :D Link to comment Share on other sites More sharing options...
0 =NickJ= Posted March 28, 2003 Share Posted March 28, 2003 Oh yeah, sorry. It looked square in Frontpage XP :D frontpage is the spawn of satan :ninja: Link to comment Share on other sites More sharing options...
0 Quboid Posted March 28, 2003 Share Posted March 28, 2003 frontpage is the spawn of satan :ninja: satan is the spawn of frontpage :devil: Text editor or Dreamweaver all the way. The form button will take the style of whatever OS/theme the visitor is using as it is the browser displaying a windows dialog box style button. Link to comment Share on other sites More sharing options...
0 =NickJ= Posted March 28, 2003 Share Posted March 28, 2003 satan is the spawn of frontpage :devil: Text editor or Dreamweaver all the way. The form button will take the style of whatever OS/theme the visitor is using as it is the browser displaying a windows dialog box style button. hehe yeh another way to look at it ;) Dreamweaver even has an option to "Cleanup Microsoft HTML" :yes: /me likes the code-view with colour-coding :yes: Link to comment Share on other sites More sharing options...
Question
Elliot B.
Is this easily possible?
Link to comment
Share on other sites
12 answers to this question
Recommended Posts