CSS stylesheet

2003-03-06 Thread Renato Romano
Does anyone knows how to render a LINK rel=stylesheet href=../stileForm.css type=text/css With struts ?? Thanks a lot. Renato Renato Romano Sistemi e Telematica S.p.A. Calata Grazie - Vial Al Molo Giano 16127 - GENOVA e-mail: [EMAIL PROTECTED] Tel.: 010

RE: CSS stylesheet

2003-03-06 Thread apachep2
Don't have to use struts to render LINK tag -Original Message- From: Renato Romano [mailto:[EMAIL PROTECTED] Sent: March 6, 2003 9:57 AM To: 'Struts Users Mailing List' Subject: CSS stylesheet Does anyone knows how to render a LINK rel=stylesheet href=../stileForm.css type=text/css

Re: CSS stylesheet

2003-03-06 Thread Nicolas De Loof
LINK rel=stylesheet href=html:rewrite page=/css/stileForm.css / type=text/css Nico. Does anyone knows how to render a LINK rel=stylesheet href=../stileForm.css type=text/css With struts ?? Thanks a lot. Renato Renato Romano Sistemi e

RE: CSS stylesheet

2003-03-06 Thread Renato Romano
PROTECTED] Sent: giovedì 6 marzo 2003 16.13 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: CSS stylesheet LINK rel=stylesheet href=html:rewrite page=/css/stileForm.css / type=text/css Nico. Does anyone knows how to render a LINK rel=stylesheet href=../stileForm.css

Re: CSS stylesheet

2003-03-06 Thread Christopher Cheng
There is an extension to Struts to generate CSS link, have a look at the resouces page - Original Message - From: Renato Romano [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, March 07, 2003 12:39 AM Subject: RE: CSS stylesheet Thanks a lot

Re: CSS stylesheet

2003-03-06 Thread Jacky Kimmel
link rel='stylesheet' href='html:rewrite page=/poconnect.css/' type='text/css' / in the jsp is how I did it. Include the stylesheet in your build file. Renato Romano [EMAIL PROTECTED] wrote:Does anyone knows how to render a With struts ?? Thanks a lot. Renato

Re: CSS stylesheet

2003-03-06 Thread Jacky Kimmel
link rel='stylesheet' href='html:rewrite page=/poconnect.css/' type='text/css' / in the jsp is how I did it. Include the stylesheet in your build file. Renato Romano [EMAIL PROTECTED] wrote: Does anyone knows how to render a With struts ?? Thanks a lot.

RE: CSS stylesheet

2003-03-06 Thread apachep2
I don't understand why people want to use a complicated struts tag while a simple href=/styleSheet.css will solve the problem. -Original Message- From: Jacky Kimmel [mailto:[EMAIL PROTECTED] Sent: March 6, 2003 2:31 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: CSS

RE: CSS stylesheet

2003-03-06 Thread Jacob Hookom
Sometimes you don't have the luxury of deploying your app at the root of domain. | -Original Message- | From: apachep2 [mailto:[EMAIL PROTECTED] | Sent: Thursday, March 06, 2003 1:38 PM | To: 'Struts Users Mailing List' | Subject: RE: CSS stylesheet | | I don't understand why people want

RE: CSS stylesheet

2003-03-06 Thread Chen, Gin
application context. no one wants to hardcode the context into their links. -Tim -Original Message- From: apachep2 [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 2:38 PM To: 'Struts Users Mailing List' Subject: RE: CSS stylesheet I don't understand why people want to use

RE: CSS stylesheet containing relative image references

2002-04-09 Thread Andres Marcel (KASO 211)
Hello Nick, Maybe, the html:base/ tag could help you. It creates the base href=... tag on your page. Marcel -Original Message- From: Afshartous, Nick [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 3:43 PM To: Struts Users Mailing List Subject: CSS stylesheet containing