My website is ok on my computer and all pages opens v good but when i sent it to my web host by FTP the pages go open with errors although everything in the page is ok but it tells me { ERROR ON PAGE } i dont know what is wrong in my HTML code anybody can help ?..........................
saintwolf transfering a web site from one hosting environment to another will for sure cause errors. You shoud give us more details in order to have any help. Server info, errors info, web site url etc.
That wink scares me, pluswebdev. Saintwolf, what character encoding are you declaring in your pages, saving as, and is being sent by the server? Also, how are you sending the files? As ASCII text or binary files?
You may have experienced that problem you transfered files without binary mode active. I'm not sure but as far as I remember it might be a problem. Also, are you sure that it is HTML error? Do you have some JavaScript attached? Post link to the page anyway.
yess i have some java script attached cuz widget bucks code is java script i guess the probleb is from the java script but how can i solve this
I'm going to guess your links are incorrect. For example, make sure links for images and what not are actually "http://yourwebsite.com/picture.jpg" rather than "C://Documents.....picture.jpg". It's even better to make them relative, like "picture.jpg" instead of "http://yourwebsite.com/picture.jpg", that way you can keep the pictures and html in the same folder and it should work. Hopefully that was your problem? You don't have to post all your html, just some of it should help us, help you. Good luck.