Jump to content

Take a look at this please


Orionsbelter

Recommended Posts

Here is a friend of mines website, http://www.dev.poolpockets.co.uk/ he is creating a new version but they seems to be some issues with it not working in other broswers. I know this not not PHP related but it is a PHP file that we are looking at and invloves php.

 

Any suggestions to how he can change it to make the images and text stay where they should in all broswers.

 

Thank you

Link to comment
https://forums.phpfreaks.com/topic/191328-take-a-look-at-this-please/
Share on other sites

The page contains 30 HTML markup errors and 25 warnings - http://validator.w3.org/check?uri=http%3A%2F%2Fwww.dev.poolpockets.co.uk%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

 

Those must be fixed before you can even begin to worry about how the page looks in different browsers.

 

Browser layout has absolutely nothing to do with php. The fact that it is a php file is irrelevant. The php part is parsed by the web server and the document is served as HTML. This is the same for any server side language. Your issue is with the CSS (cascading style sheet) document linked to the page. You need to work on the style.css file. You will get more help in the CSS board on this forum.

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.