September 10, 200718 yr hey, style sheet not loading. maybe check server load or css path's. <style type="text/css" media="all"> @import url(http://www.thaivisa.com/forum/style_images/css_17.css); </style> suggest you use relative path instead for performance reasons. ie. link rel = "stylesheet" href = "forum/style_images/css_17.css" Edited September 10, 200718 yr by stevenjm
September 10, 200718 yr Author hey, style sheet not loading. maybe check server load or css path's.<style type="text/css" media="all"> @import url(http://www.thaivisa.com/forum/style_images/css_17.css); </style> suggest you use relative path instead for performance reasons. ie. link rel = "stylesheet" href = "forum/style_images/css_17.css" With the system your using you are basically asking server to make full connection to url through dns etc every time style sheet is loaded instead of jumping straight to directory where its located. Big performance hit and extra server load.
September 10, 200718 yr Author hey, style sheet not loading. maybe check server load or css path's.<style type="text/css" media="all"> @import url(http://www.thaivisa.com/forum/style_images/css_17.css); </style> suggest you use relative path instead for performance reasons. ie. link rel = "stylesheet" href = "forum/style_images/css_17.css" With the system your using you are basically asking server to make full connection to url through dns etc every time style sheet is loaded instead of jumping straight to directory where its located. Big performance hit and extra server load. next day. refresh, refresh, refresh. still not loading.
September 11, 200718 yr Author George is away, I'll be sure to bring this to his attention Thanks. now loading again.
September 11, 200718 yr The css is only loading once, then its saved in your browser cache. Sometimes your cache get corrupt, then you just delete the cache content and a new fresh css will be loaded, once.
September 11, 200718 yr Author The css is only loading once, then its saved in your browser cache. Sometimes your cache get corrupt, then you just delete the cache content and a new fresh css will be loaded, once. Thanks but I was hitting refresh which loads fresh css everytime. relative paths are much more efficent than absolute url's. anyway, loading no prob now.
Create an account or sign in to comment