cutitout wrote:
> I us frames as not to reload the whole page which cuts down on bandwidth .
If duplicating the content on every page uses too much bandwidth then you
probably are suffering from at least one of the following problems:
(1) You server is not configured to send suitable cache control headers so
images and external files are reloaded each time.
(2) You have CSS and or JavaScript mixed in with the HTML instead of in
external files with <script src> or <link> to call it in.
(3) You have too many links, this is confusing for users too - break them in
to groups and show only a subset on pages.
(4) You are using heavily nested tables for layout - switch to CSS.
--
David Dorward <a style='text-decoration: underline;' href="http://david.us-lot.org/" target="_blank">http://david.us-lot.org/</a>
Redesign in progress: <a style='text-decoration: underline;' href="http://stone.thecoreworlds.net/" target="_blank">http://stone.thecoreworlds.net/</a>
Microsoft announces IE is dead (so upgrade):
<a style='text-decoration: underline;' href="http://minutillo.com/steve/weblog/2003/5/30/microsoft-announces-ie-is-dead" target="_blank">http://minutillo.com/steve/weblog/2003/5/30/microsoft-announces-ie-is-dead</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Dynamic menu help