Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DREAMWEAVER 3.0

Status
Not open for further replies.

jooleigh

MIS
Oct 21, 1999
10
US
I am adding buttons in a form, but would like to change the appearance. Do I layer an image on the buttons themselves? I also want to link the buttons to other html files but when I enter the correct file name (in the link input box in properties for a particular button) it does not go to that file. Thanks for any help you can give me. I'm a newbie to web design and this is my first project. Thanks!!
 
For a submit button that's an image, you need this (you'll have to edit the source code): instead of &lt;INPUT TYPE=&quot;submit&quot;&gt;, you'll want &lt;INPUT TYPE=&quot;image&quot; SRC=&quot;imagename.gif&quot; BORDER=&quot;0&quot; ALT=&quot;your description&quot;&gt;<br><br>Hope that helps at all.. As for the second question, I think this is it: &lt;INPUT TYPE=&quot;button&quot; VALUE=&quot;javascript:window.open(&quot;yourwebaddress&quot;)&gt;<br><br>Best of luck :eek:) <p>Liam Morley<br><a href=mailto:lmorley@wpi.edu>lmorley@wpi.edu</a><br><a href=] :: imotic :: website :: [</a><br>"light the deep, and bring silence to the world.<br>
light the world, and bring depth to the silence.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top