I'm trying to get the width of my website to fit for 1024x768 resolution. In a perfect world, it would be variable to whatever the user's screen resolution is, but given as right now everything is at width="100%" or similar, that doesn't seem to work. It automatically sets itself to look perfect for screen resolution of 1200x800 when the code is set to width="100%". Also, I've tried changing the 100% to 1024, but that doesn't seem to do anything either. Does anyone know what the problem could be? Thanks!