HTML Coding Help, Easy Points! :)?

  • Thread starter Thread starter Please answer!
  • Start date Start date
P

Please answer!

Guest
1) I am designing a website, and on my resolution, 1024*768 pixels, it looks great, but on higher resolutions, it looks terrible. What script would I need to make it automatically re size the page so that it still looks as good? (And by the way - do I place the script in between the <head> tags or the <body> tags?)

2) In Google Chrome, my website looks picture perfect, in Internet Explorer 7 it looks different, why is that, and how could I fix it, or make it so that IE7 renders just like Google Chrome?

HUGE THANKS IN ADVANCE! :)
 
There's no simple script to resize a page, you can either use CSS or the "width" attribute of the table tag to have the page take up a particular amount of the page.

Browsers just don't render sites the same way, you can google this one to your heart's content finding little tricks to have sites display uniformly, but ultimately it's just differences in browser programming. Chrome is about the last browser I'd design for, it'd be Firefox first, then IE, then Opera, then Safari, then Chrome.
 
Back
Top