I uploaded the scripts the first time, configured it so it would suit my page for the matches, then when i enter all my information, it sends fine, but leaves a "Loss" on its own row, I don't know why it does it?
I've deleted everything, started again and it still does it, it only happens if there are match results on the page, if there aren't any it dissapears..
Think I found the page on your site.. Seems like you fixed it. At least it looked good in Mozilla.
In the future, I suggest saving the source from the page that you see (File/Save page as). Then looking at the HTML that was generated for problems. (Hint, try using various tools like HTML Tidy, etc).
Most times a problem like this will be a missing </ tag> of some sort. This can cause the browser to display things wierd, esp. with tables.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey, this is really strange I gotta say..
I uploaded the scripts the first time, configured it so it would suit my page for the matches, then when i enter all my information, it sends fine, but leaves a "Loss" on its own row, I don't know why it does it?
I've deleted everything, started again and it still does it, it only happens if there are match results on the page, if there aren't any it dissapears..
If you don't know what i'm talking about visit:
http://dsc.mystique-empire.com/admin/matches.shtml
Think I found the page on your site.. Seems like you fixed it. At least it looked good in Mozilla.
In the future, I suggest saving the source from the page that you see (File/Save page as). Then looking at the HTML that was generated for problems. (Hint, try using various tools like HTML Tidy, etc).
Most times a problem like this will be a missing </ tag> of some sort. This can cause the browser to display things wierd, esp. with tables.