Hello,
My first test of the new Tomcat 7.0.0 release endet with following problem:
In my HTML page I'm using a stylesheet:
<link rel="stylesheet" type="text/css" href="styles/tabStyles.css"></link>
This works fine with Tomcat 5 and Tomcat 6!
Tomcat 7 changes the link when the page is shown in the browser:
<link rel="stylesheet" type="text/css"
href="../styles/tabStyles.css"></link>

How can I avoid this?

Thanks, Peter
-- 
View this message in context: 
http://old.nabble.com/Problem-with-CSS-in-HTML-tp29356352p29356352.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to