Jump to content

Problems viewing on different browsers


Taryn2906

Recommended Posts

Hello, I am totally clueless to PHP, I'm not even sure if the website I designed really qualifies as PHP, but I used some PHP scripts. Anyway, I designed a website: [a href=\"http://gregcummingsphotography.com\" target=\"_blank\"]http://gregcummingsphotography.com[/a] and when I view it on Firefox it looks correct, but when it's seen on IE the center table is moved off to the side. I have no idea what is wrong. I have been all through my codes and still can't find the problem. Any help would be greatly appreciated!!!!

Thanks!
Link to comment
https://forums.phpfreaks.com/topic/9917-problems-viewing-on-different-browsers/
Share on other sites

[!--quoteo(post=374919:date=May 18 2006, 04:21 AM:name=Taryn2906)--][div class=\'quotetop\']QUOTE(Taryn2906 @ May 18 2006, 04:21 AM) [snapback]374919[/snapback][/div][div class=\'quotemain\'][!--quotec--]
Hello, I am totally clueless to PHP, I'm not even sure if the website I designed really qualifies as PHP, but I used some PHP scripts. Anyway, I designed a website: [a href=\"http://gregcummingsphotography.com\" target=\"_blank\"]http://gregcummingsphotography.com[/a] and when I view it on Firefox it looks correct, but when it's seen on IE the center table is moved off to the side. I have no idea what is wrong. I have been all through my codes and still can't find the problem. Any help would be greatly appreciated!!!!

Thanks!
[/quote]

You should really consider redesigning your website. Using absolute position is generally not a good idea and that is what is contributing to the problem.
I agree with
[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]You should really consider redesigning your website. Using absolute position is generally not a good idea and that is what is contributing to the problem.
[/quote]

Your page uses way too many tables, and the main content table is under the </body> tag

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.