You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Hyrum <hy...@t-rmarket.com> on 2005/03/05 00:16:33 UTC

Using a CSS file

I can't get my struts application to recognize my Style Sheet.  Here is the
link I am using:

<html:link style="cssStyle" href="/include/filename.css" />

My filename.css is simple:

a.menu 
{
	font-size: 115%;
	text-decoration: none;
	color: Brown
}

I'm trying to use the css to create a style for some menu links.  It works
if I use the <style> tags within the jsp, but if I use the <html:link> tag,
it doesn't see it.  What am I doing wrong??

Hyrum Ward
Software Developer
T&R Tax Services



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org