Hi there!
Can anyone tell me how to solve this:
onMouseOver="over('m11')"
what if I want to add an echo:
echo " onMouseOver="over('m11')" ";
echo " onMouseOver=\"over('m11')\" ";
If you don't like to use backslashes, you can do this instead:
echo <<<EOT onMouseOver="over('m11')" EOT;