Skip to content
View in the app

A better way to browse. Learn more.

Thailand News and Discussion Forum | ASEANNOW

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Style Sheet Not Loading

Featured Replies

  • 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.

  • 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.

George is away, I'll be sure to bring this to his attention

  • Author
George is away, I'll be sure to bring this to his attention

Thanks. now loading again.

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.

  • 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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.