Orionsbelter Posted February 8, 2010 Share Posted February 8, 2010 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 Quote Link to comment https://forums.phpfreaks.com/topic/191328-take-a-look-at-this-please/ Share on other sites More sharing options...
PFMaBiSmAd Posted February 8, 2010 Share Posted February 8, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/191328-take-a-look-at-this-please/#findComment-1008743 Share on other sites More sharing options...
JonnoTheDev Posted February 8, 2010 Share Posted February 8, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/191328-take-a-look-at-this-please/#findComment-1008745 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.