Hi,
I am trying to use CSS with my JSP pages but CSS does not seem to be
reachable. It works when I bring up the jsp's by themselves but when
invoked through an action, the page does not display with correct fonts.
The jsp code I am using is:
_______________________________________
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-form-1.0" prefix
="form" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean-1.0" prefix
="bean" %>
<html:html locale="false">
<head>
<LINK REL="stylesheet" HREF="bowb_style.css" TYPE="text/css">
<META http-equiv="Content-Style-Type" content="text/css">
<title>
<bean:message key="boSegDefForm.title" />
</title>
</head>
______________________________________
Thanks for any pointers.
- Nitish
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>