Speaking of buttons...

liunx

Guest
How can I change the look of my button? Here's my script.<br />
<br />
FORM><input type="button" Value="Site Map" ONCLICK="window.open('http://www.trailend.com/TrailsEnd2.html', 'Sample', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory= yes,width=635,height=260')"></FORM><br />
<br />
I'd just like something a little more snappy than the old grey button. Or, do I have to place it as an image and then link to it?<br />
<br />
Thanks!<br />
Camptrailsend.<!--content-->You can replace the button with an image.<br />
<br />
Simply use the code below:<br />
<br />
<br />
<input type="image" name="submit" src=http://www.htmlforums.com/archive/index.php/"images/imagename.gif"><br />
<br />
<br />
This way the button can look exactly how you want it too!<br />
<br />
Jon<!--content-->Thank you! Thank you! Thank you!<br />
<br />
I kept trying to replace the word "button" with the image file.. obviously... to no avail.<!--content-->You can also use css... that can also be made to make your text boxes e.t.c look good as well. I use this on my site:<br />
<br />
__________________<br />
<br />
<INPUT TYPE="button" VALUE="SEND!" style="font-family: Verdana; font-size: 8pt; color: white; border: 1 solid #ffffff; background-color: #000000"> <br />
__________________<br />
<br />
Nice and easy!<!--content-->
 
Back
Top