I am a complete PHP novice but I have been told by another person on a different forum that the answer to my problem is to change the following code to it's PHP equivelent. The 'img/Marketing/Summer Drinks/SummerDrinks2008_01' needs to be one variable and the bit that says 'The Orangry' needs to be another. If any body is able to help it would be greatly appriciated.
Thanks,
David
- Code: Select all
<div class="gallery">
<div class="thumb">
<a href="javascript:DisplayImage('img/Marketing/Summer Drinks/SummerDrinks2008_01.jpg','300','225','The Orangry')">
<img src="img/Marketing/Summer Drinks/SummerDrinks2008_01.jpg" alt="The Orangry" width="149" height="112"
onmouseover="window.status='Summer Drinks 2008 - The Orangry';return true"
onmouseout="window.status='';return true">
<span><img src="img/Marketing/Summer Drinks/SummerDrinks2008_01.jpg" alt="The Orangry"><em>The Orangry</em></span></a>
</div>
<div>





