Hi all
I have submitted this thread before but I haveas yet not resolved the issue, can any help.
Can anyone see what is wrong with this line of code
echo "<tr bgcolor='#EDF3F2' onMouseOver='this.bgColor='#FDF7E1' onMouseOut='this.bgColor='#EDF3F2'>";
The script that runs this code works OK'ish. It displays a table with multi rows. I am trying to make the rows change colour when the mouse passes over them. The page loads and shows "error on page" on the browser bar.
Many thanks
Dereck