|
Re: Anonobots-1190
There's different ways to do it, but the easiest would be to use percentages instead of pixels. So instead of saying "I want the page to be 760px wide", you would say "I want the page to be 92% wide". Or in code... width="80%", etc.
|