JmBd Posted August 29, 2011 Share Posted August 29, 2011 When I work on my site in Dreamweaver and Notepad++ to work on a simple profile script. It works fine in Firefox. But when I view the same website in Internet Explorer, it distorts the tables and CSS background. Also the images are off-color but is just right in Firefox? Is there a simple solution for the site to be multi-browser compatible? Link to the site script is here: http://test.thebigschoolb.us/user/new_profile.php?id=1 Quote Link to comment Share on other sites More sharing options...
sunfighter Posted August 29, 2011 Share Posted August 29, 2011 Your link does not work. But, have validated your script and css? Validate here: http://validator.w3.org/ css here: http://jigsaw.w3.org/css-validator/#validate_by_input Quote Link to comment Share on other sites More sharing options...
JmBd Posted August 29, 2011 Author Share Posted August 29, 2011 A lot of people also have been having problems connecting to the site when I can connect just fine. :-\ Quote Link to comment Share on other sites More sharing options...
Frank P Posted August 29, 2011 Share Posted August 29, 2011 Connecting wasn't a problem, but your code is: W3 Validator. The best advice I can give is to start (anew) learning to write html/css, via http://htmldog.com and/or http://w3schools.com. Both free. Quote Link to comment Share on other sites More sharing options...
Frank P Posted August 29, 2011 Share Posted August 29, 2011 Broken link: W3 Validator testresults. No less than 49 errors, with a number of them serious ones... Quote Link to comment Share on other sites More sharing options...
JmBd Posted September 5, 2011 Author Share Posted September 5, 2011 Broken link: W3 Validator testresults. No less than 49 errors, with a number of them serious ones... Thanks for your help, I appreciate it. I'll check out htmldog.com when I get a chance. :3 Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted September 5, 2011 Share Posted September 5, 2011 Broken link: W3 Validator testresults. No less than 49 errors, with a number of them serious ones... Thanks for your help, I appreciate it. I'll check out htmldog.com when I get a chance. :3 Something else you must have a look at is, alternative to tables for making a website template. <Divs> are for more Superior for doing so. A nice tutorial for creating a more logical layout by using the properties float, and clear can be found here. Ones you mastered that you will be a happy man. http://css.maxdesign.com.au/floatutorial/ Quote Link to comment Share on other sites More sharing options...
wright67uk Posted September 8, 2011 Share Posted September 8, 2011 Just a quick tip, ever so often in dreamweavet press ctrl+s and then press f12. Also use a split screen and look at what your code does when your designing, good luck! Quote Link to comment 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.