Ok boys and girls.. the HTML Problem that I posted about a month and a half ago hasn't been fixed. I took the advice of one of the people who sorted out half the problem but there is still an expected ";" and I have no idea what it is talking about.. This is getting very urgent. So any help would be greatly appreciated.
There is a copy of the file that is causing all the problems.. I am thinking about just making the whole damn page again.
Chris,
As far as i cld debug, i found this:
You have a function verifyCompatibleBrowser. Well, and u r making a call to it as here?
Code:
bw=new verifyCompatibleBrowser() {
var speed=50
var loop, timer
}
what i did to override the bug was
Code:
bw=new verifyCompatibleBrowser()
/*{
var speed=50
var loop, timer
}*/
Cos i had no idea wat u were tryign to do thr!
if speed = 50, loop and timer are declarations, inlcude them at the first line within scripts and don't use these {} .
Hope this fixes it!
Cheers Jemima, Though I did that and it got rid of the error there was another problem.. It made the "divContent" otherwise known as the mascot.gif has moved up to the top corner of the screen.
Its ok, I found a way of avoiding this... I made the pages again and didn't include the Dhtml scrolling text box and it worked with no problems at all!