Hello everyone. I'm having a problem I can not figure out. I bought a template from professionaltemplates.net and I have built most of the site but some computers dont open the site correctly. I use AOL browser and IE 7 and it looks fine to me. But I went to a friends house and the page looks all messed up and not all of it is there when I use IE 7 and AOL on his computer. you can check out the site www.platinumfinancialtrust.com if you would like to review it yourself. Any input would be greatly appreciated. Thank you in advance.
Looks like u r stylesheet path is wrong, here what I got from your site: Settings/Owner.YOUR-XHTR8HVC4P.001/Desktop/pft_final/site_flash/style.css" rel="stylesheet" type="text/css" /> <link href="file:///C|/Documents and Settings/Owner.YOUR-XHTR8HVC4P.001/Desktop/pft_final/site_flash/layout.css" rel="stylesheet" type="text/css" /> and should be like : <link href="layout.css" rel="stylesheet" type="text/css" /> hope this helps
I'm seeing an unstyled Web page with a stupid Flash animation that has 11 HTML validation errors. http://validator.w3.org/check?uri=h...(detect+automatically)&doctype=Inline&group=0 You might want to fix them. And yes, you need to fix your URL paths.
I think you might be correct. however I have that code on ther twice. and if i delete on it looks wierd and If i take out the extra stuff it looks wierder. thank you for you help by the way. I think this will get me on the right track.
thank you all for your input. I will check out all of those ideas. I really think this will help me. yes the header is dumb but it's not my site. its what the owner wanted.=)
excellent. I got it. That worked. I had not uploaded the style.css and the layout.css files. also i had to adjust the links from my harddrive to the server. this explains why I could see it and nobody else could. It was retrieving the file from my hard drive rather then the server. Thanks alot for your help.