olá amigos,
na pagina index estou colocando include da pagina estilo.css
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head >
<%@include file="estilo.jsp" %>
</head>
<body>
<%@ include file="topo.jsp" %>
<%@ include file="paginas.jsp" %>
<%@ include file="foot.jsp" %>
</body>
</html>
[
que contem os links da paginas head,foot,content e menu
<link rel="stylesheet" type="text/css" href="style/styleHead.css" />
<link rel="stylesheet" type="text/css" href="style/styleContent.css" />
<link rel="stylesheet" type="text/css" href="style/styleFoot.css" />
<link rel="stylesheet" type="text/css" href="style/estiloMenu.css" />
aparece apagina html mas nao pega o css, alguem pode me dizer o porque?
agradeço desde já
abraço :D