This is driving me nuts- first ever pp presentation and a simple thing like a hyperlink won't work.
This is what I see on html with links:
<script language=JavaScript src=script.js></script><script language=JavaScript>
if ( parent.base.msie < 0 ) {
document.captureEvents(Event.MOUSEDOWN);
document.captureEvents(Event.KEYPRESS);
document.onkeypress = _KPH;
document.onmousedown = _KPH;
}
PLEASE can someone put me out of my misery with this- starting to tear hair out