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 techni

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 a

RE: Problems loading external stylesheet in Tomcat

2005-02-28 Thread Allistair Crossley
Hi, Tomcat doesn't care or know about stylesheets. Your resultant HTML should contain references to stylesheets thus: This gets spat out as HTML (which it is) and the browser takes care of linking them in. Allistair. > -Original Message- > From: Mieke Banderas [mailto:[EMAIL PROTEC