Forum Moderators: phranque
any suggests or links?
regards
You just need to make you page use relative instead of fixed widths.
For example:
instead of: <table width="752">
you could write: <table width="90%">
That would make the site of the table be 90% of the page width no matter which screen resolution.
An even better solution would be to use CSS.
Try reading some of these:
Making a site LIQUID? [webmasterworld.com]
[webmasterworld.com...]
Post back here if you need more help,
Elijah