Session A Mwamufiya wrote:
- I have the following line in my <head> tag: <link href="render.css" rel="stylesheet" type="text/css">
This probably is part of the problem--this url should be relative to the webapp, something like:
<link rel="stylesheet" type="text/css" href="<c:url value="/styles/render.css"/>"/> (where "/styles/render.css" is the path from the root of your webapp to the file in question.)
Any ideas why struts doesn't follow the css instructions?
Firefox has a plugin named firebug that makes debugging this type of stuff pretty straightforward: http://www.getfirebug.com/
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]