manix Posted July 17, 2011 Share Posted July 17, 2011 I didn't really know where to post this so I'm posting it here cuz this section has the most readers... I was talking to a buddy of mine a couple of days ago about how my website is looking perfectly good in CHROME and MOZILLA but is ruined in IE safari and others I suppose (haven't quite tested further) and he told me about some program that I didn't quite understand him but I guess it converts the code so all browsers can read it or something like that... Or if there's another way of achieving my goal, all help will be appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/242193-website-converter-or-something/ Share on other sites More sharing options...
JasonLewis Posted July 17, 2011 Share Posted July 17, 2011 Not that I know of. It's usually up to the developer to ensure that code is cross browser compliant, or at least degrades gracefully in older browsers. The less hacks you use, the better. I personally avoid using hacks all together. If I have the option of making something work with a hack, I'll avoid it and just let it degrade gracefully. It might not look as flash as it should, but at least everything is valid and hack free. BTW the HTML/CSS section would've been a more appropriate spot for this. Quote Link to comment https://forums.phpfreaks.com/topic/242193-website-converter-or-something/#findComment-1243764 Share on other sites More sharing options...
PFMaBiSmAd Posted July 17, 2011 Share Posted July 17, 2011 You need to start by making sure that your html/css is valid and error free. See the following two links - http://validator.w3.org/ http://jigsaw.w3.org/css-validator/ Quote Link to comment https://forums.phpfreaks.com/topic/242193-website-converter-or-something/#findComment-1243766 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.