Problems for Netscape users


Posted by ER , Nov 05,1999,13:55 Post Reply      Main Forum
Netscape browsers view forums differently, especially when going back to a page, as they pull from cache on your hard drive. Netscape users may see a jumbled page. The way you solve that problem is to add two bottom lines right after HEAD to the forum header HTML section in the admin screens. They prevent the forum page from being cached, so it is drawn from the server each time it is viewed. It will be seen normally every time.

<HTML>
<HEAD>
<meta http-equiv="expires" content="-1">
<meta http-equiv="pragma" content="no-cache">

Current pageAuthor Profile