i have recently created a website using Dreamweaver but on different screereso the content isnt where it sound because of differnt size of resos. what code can i ad or what do i have to do in dreamweaver to mke my site in percentage so on all resolutions the content stay where it should?
1). You can surround your website with a table with the width of 750 pixels. So every resolution from 800x600 and up will keep the same layout. Bad thing is on larger resolutions the website will only take up like 45% (just an approx) of the screen.
2). Put your tables at 100% so your website will stretch to fit any resolution. This is what we have grown to use at our company.
3). Use CSS to absoulte position everything. Major cons with this is it is limited to a single resolution.