Google is great for code! I'll post it here anyway... but the best way to learn web design is trial and error and ensuring you understand what each part of the code means.
<a style="text-decoration: none" href="YOURPAGE.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','images/Button 2.gif',1)">
<img border="0" src="Button 1.gif" name="Image1" alt="" />
</a>
Make sure you understand that!
PS. That is XHTML 1.0 (Transitional)
Last edited by t4tom4; 02-09-2007 at 09:48 AM..
|