Search found 2 matches
- Tue Feb 19, 2019 6:23 am
- Forum: General Questions
- Topic: ensuring a page is not stored in cache
- Replies: 12
- Views: 9206
Re: ensuring a page is not stored in cache
You can try this: <meta http-equiv="cache-control" content="max-age=0" /> <meta http-equiv="cache-control" content="no-cache" /> <meta http-equiv="expires" content="0" /> <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" /> <meta http-equiv="pragma" content="no-cache" /> Dear Pablo ...
- Sat Feb 02, 2019 11:58 pm
- Forum: General Questions
- Topic: Header in fix content page
- Replies: 1
- Views: 1019
Header in fix content page
Could you please visit http://geotechinternational.com/index.html and advise how to use the header correctly in case my page is in fix content. when viewing the web in small browser size the header show blank space at the top right conner. My page content is set to page width 1080 and it is not ...