Skip to main content
Participant
October 21, 2014
Question

MM_swapImage

  • October 21, 2014
  • 0 replies
  • 296 views

Hi all,

I'm not familair with Dreamweaver, so perhaps a stupid question:

I have a overview page, on mous over on an image a title appears. I'd like to change this title. I check hecked the html file on hte FTP but couldnt change the coding the correct way:

current coding with Title : Stils

<a href="main/projectpagina_stills.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image15','','images/home/04_stills_roll-over.jpg',1)"><img src="images/home/04_stills.jpg" name="Image15" width="395" height="263" border="0" class="beeld_home_rechts" id="Image15" /></a><br />

I want the Title to be Stills (double L)

So I thought, let''s change the Name.... but no effect.

<a href="main/projectpagina_stills.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Stills','','images/home/04_stills_roll-over.jpg',1)"><img src="images/home/04_stills.jpg" name="Stills" width="395" height="263" border="0" class="beeld_home_rechts" id="Stills" /></a><br />

Hope somebody knows

BR

Jeff

This topic has been closed for replies.