pacome Posted January 5, 2007 Share Posted January 5, 2007 Hi!I'd like to make normal webs and not be restricted to 775px width... I know I could use the good old 100% width table, but the question is... what happens with the pictures ?? do I have to center them and not make them bigger than 775px in case somebody with a small monitor visits the web?thanks for your help. Link to comment https://forums.phpfreaks.com/topic/32998-index-size/ Share on other sites More sharing options...
ToonMariner Posted January 5, 2007 Share Posted January 5, 2007 i'd use a 90% width (not tables for layout though) site and make you pics a maximum 600px wide. that should ensure you'll be ok with any monitor (I thin its ok to ignore the old 640 x 400 monitors these days.) Link to comment https://forums.phpfreaks.com/topic/32998-index-size/#findComment-153722 Share on other sites More sharing options...
pacome Posted January 6, 2007 Author Share Posted January 6, 2007 right! thank you...so I guess not many people owe the old 15" monitors... and I understand you use CSS for your layouts? Link to comment https://forums.phpfreaks.com/topic/32998-index-size/#findComment-154152 Share on other sites More sharing options...
irken Posted January 6, 2007 Share Posted January 6, 2007 [quote author=pacome link=topic=121149.msg498091#msg498091 date=1168080860]right! thank you...so I guess not many people owe the old 15" monitors... and I understand you use CSS for your layouts?[/quote]I own a 15" :D. But I still run 1024x768 and not 600x800.. that's way too small, you can probably safely ignore that. It's always a good idea to use stylesheets, for your own sake of editing and I read somewhere on w3c that it saves bandwidth? Not sure why tho. Link to comment https://forums.phpfreaks.com/topic/32998-index-size/#findComment-154181 Share on other sites More sharing options...
ToonMariner Posted January 6, 2007 Share Posted January 6, 2007 I am a bit of sticklet for web standards - why? it makes developing sites MUCH quicker and easier......Semantic html, ALL visual wonderment in css and ANY (try to avoid if possible) document effects in js 1.2 Link to comment https://forums.phpfreaks.com/topic/32998-index-size/#findComment-154481 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.