Page 1 of 1
page error

Posted:
Tue May 11, 2004 3:10 pm
by slyoldfox
When trying to open my web site I get the following error when I double click on the yellow exclamation mark:
Line: 2
Character 29
Error: Syntax error
Can anyone tell me the problem and how to resolve it?

Posted:
Tue May 11, 2004 3:23 pm
by Ranger Bob
Can you copy and paste the line into a reply so someone can take a look at it and tell you what the trouble is?
error message

Posted:
Tue May 11, 2004 3:29 pm
by slyoldfox
Ok, I know I built the page but not sure what I did. Can you tell me how exactly I find that particular line and character. Im such a ditz.

Posted:
Tue May 11, 2004 3:30 pm
by Cactus
Yup..Ranger Bob is right,show us the line of code.
What language did you write it in...HTML?
What Editor did you make it with?
Open the page and Click VIEW>SOURCE
Count down 29 lines...
error message

Posted:
Tue May 11, 2004 3:45 pm
by slyoldfox
I tried to enter the html here but I get a message saying the html tags I am trying to submit are not allowed. Geesh

Posted:
Wed May 12, 2004 7:13 pm
by Un4g1v3n
What's your URL? I'll take a look at it for you.
If you used a program like FrontPage or something like that, and YOU entered the code, it's probable that you just missed something.
ie.
img src="http://www.mysite.com/mypic.jpg" width="xxx" height="xxx"
You might have something like
img src=http://www.mysite.com/mypic width=xxx height=xxx
The difference is: the quotation marks say; " "http://mysite.com/mypic.jpg" is ONE file. "
So you gotta always have them in there. Or perhaps you forgot the < >'s.
Again, paste your URL, and I'll look at it for you.
Re: error message

Posted:
Wed May 12, 2004 7:22 pm
by Ranger Bob

Posted:
Wed May 12, 2004 7:38 pm
by Un4g1v3n
I'm an Expert when it comes to HTML. So either paste the site link,
or do the CODE tags. (Under the SUBJECT bar)