Forum Moderators: not2easy
Just noticed that when page loads from site, most of the time the page "looks" like it has no style sheet - if I refresh the page - stylesheet comes into action & site looks "normal"
posted message on another forum - received help / advice - - "Try using a relative or a document path to fetch the style sheet for better efficiency" - -
Tried the relative style sheet link tag, thought it had fixed it - but noticed original "no style sheet" on page load a few times today
original link tag
<link href="http://www.****.com/images/av/av.css" rel=stylesheet type="text/css">
changed to this – using the relative path:
<link href="/images/av/av.css" rel=stylesheet type="text/css">
Today I noticed the home page loaded with no stylesheet when I opened the www.****.com site from a google search for “****”
Question:
after searching for style link tag info / should it be like this: <link rel=stylesheet type="text/css" href="/images/av/av.css">
any advice on page load, regarding style sheet, style sheet link tag.
Also, if the style sheet is very big, there might be a short delay before it is applied to the page, especially if you're on a dial-up connection.
[edited: :) ]