Re: Using a CSS file

2005-03-08 Thread N G
chell > > Software Engineer / Open Source Evangelist > > EdgeTech, Inc. > > 678.910.8017 > > AIM: jmitchtx > > > > - Original Message ----- > > From: "N G" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing

Re: Using a CSS file

2005-03-08 Thread N G
t; To: "Struts Users Mailing List" > Sent: Tuesday, March 08, 2005 11:49 AM > Subject: Re: Using a CSS file > > > On Sat, 5 Mar 2005 23:56:54 -0500, James Mitchell <[EMAIL PROTECTED]> > > wrote: > > > >> > >> @import url(<

Re: Using a CSS file

2005-03-08 Thread James Mitchell
ED]> To: "Struts Users Mailing List" Sent: Tuesday, March 08, 2005 11:49 AM Subject: Re: Using a CSS file On Sat, 5 Mar 2005 23:56:54 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: @import url(<html:rewrite page="/stylesheets/foo.css" />); What exactly is &

Re: Using a CSS file

2005-03-08 Thread N G
On Sat, 5 Mar 2005 23:56:54 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: > > @import url(); > What exactly is "@import" ? Is that a CSS command? What does it do? Thanks, NG - T

Re: Using a CSS file

2005-03-07 Thread Karan
The html:link will render a tag, which is not what you use to include a css file in your doc. Thats why it does not work the way you are expecting it to. The easiest way to do this, along with maintaining the dynamic-ness of your stylesheet location is by putting this line in the : So, you us

Re: Using a CSS file

2005-03-07 Thread Tim Christopher
ge - > From: "Tim Christopher" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Friday, March 04, 2005 11:43 PM > Subject: Re: Using a CSS file > > >>> > > > > Off the top of my head I don't remember style

Re: Using a CSS file

2005-03-06 Thread Peter
From: "Tim Christopher" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Friday, March 04, 2005 11:43 PM > Subject: Re: Using a CSS file > > >>> > > > > Off the top of my head I don't remember style being an attribute

Re: Using a CSS file

2005-03-05 Thread James Mitchell
D]> To: "Struts Users Mailing List" Sent: Friday, March 04, 2005 11:43 PM Subject: Re: Using a CSS file Off the top of my head I don't remember style being an attribute for the html:link tag... I'd recommend you included a 'cssStyle' global forward in your Strut

Re: Using a CSS file

2005-03-04 Thread Tim Christopher
>> Off the top of my head I don't remember style being an attribute for the html:link tag... I'd recommend you included a 'cssStyle' global forward in your Struts config file then use something like: JSP: Struts-config.xml: Tim Christopher On Fri, 4 Mar 2005 16:16:33 -0700, Hyrum

Re: Using a CSS file

2005-03-04 Thread Wendy Smoak
From: "Hyrum" <[EMAIL PROTECTED]> > I can't get my struts application to recognize my Style Sheet. Here is the > link I am using: > > > > I'm trying to use the css to create a style for some menu links. It works > if I use the