I need help fixing the HTML code that I have to work. Im using Notepad to do my webpage. Anyways I need help for the picture rollover. The first image shows up but it doesn't rollover. Here is the code that I'm using. Can you see what Im doing wrong? Oh by the way the first image i trying to use is called TV.bmp and the rollover image is called LTV.bmp.
<a href="homepage.html" onmouseover="rollover('TV','LTV.bmp')"
onmouseout="rollover('TV','TV.bmp')"> <img src="tv.bmp" name="Ltv" width="109" height="25" border="0"></a>
<a href="homepage.html" onmouseover="rollover('TV','LTV.bmp')"
onmouseout="rollover('TV','TV.bmp')"> <img src="tv.bmp" name="Ltv" width="109" height="25" border="0"></a>