Jump to content

tables have stretched..


brown2005

Recommended Posts

Ctrl+F5

OR

In Firefox you go to Tools > Clear Private Data > Check only cache (or anything else you'd like cleared) > Clear Private Data Now
In IE6 you go to* Tools > Internet Settings > Temporary Internet Files > Check "Delete all offline contents" > OK

* I have a Danish version installed, so my translations may not be exactly correct of what it is in the English version.
Link to comment
https://forums.phpfreaks.com/topic/29656-tables-have-stretched/#findComment-136512
Share on other sites

Just thinking....
For just a refresh insert this button

[code]<DIV style="position:absolute;left:60px;top:58px;width:150px;height:48px;z-index:0" align="center">
<BUTTON type="button" onClick="window.location.reload()" name="Reload" value="Reload" style="width:150px;height:48px;border:1px #FF0000 solid;background-color:#000000"><P><FONT style="font-size:13px" color="#FF0000" face="Arial">See Something wrong <U>Click Here</U></FONT></P></BUTTON>
</DIV>[/code]
Edit it to ur likings!!
Link to comment
https://forums.phpfreaks.com/topic/29656-tables-have-stretched/#findComment-136790
Share on other sites

any of these will do the trick. Or all of them if you wnat to be sure

session_cache_expire( 0 );
session_cache_limiter( "nocache" );
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
Link to comment
https://forums.phpfreaks.com/topic/29656-tables-have-stretched/#findComment-137388
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.