Re: Problems loading external stylesheet in Tomcat

2005-03-01 Thread Mieke Banderas
haim said: I had something similar and it was because I placed the link element outside of the head element in my a JSP file that was included as an header. Check it out , haim . Thanks for the suggestion, but no, I don't have any errors of that type. One of my sites use this linking

Problems loading external stylesheet in Tomcat

2005-02-28 Thread Mieke Banderas
Anyone seen that the first hit of the day on a Tomcat website, doesn't load the external stylesheets? Reloading the page loads the stylesheets also. Can I enforce external stylesheets must be sent with the page somehow? I only seen this is in Safari so far, but it looks like a server problem, I'll

RE: Problems loading external stylesheet in Tomcat

2005-02-28 Thread Allistair Crossley
- From: Mieke Banderas [mailto:[EMAIL PROTECTED] Sent: 28 February 2005 09:25 To: Tomcat Users List Subject: Problems loading external stylesheet in Tomcat Anyone seen that the first hit of the day on a Tomcat website, doesn't load the external stylesheets? Reloading the page loads

Re: Problems loading external stylesheet in Tomcat

2005-02-28 Thread haim
Mieke Banderas wrote: Anyone seen that the first hit of the day on a Tomcat website, doesn't load the external stylesheets? Reloading the page loads the stylesheets also. Can I enforce external stylesheets must be sent with the page somehow? I only seen this is in Safari so far, but it looks like