It's the default classname for the rows and columns, etc. if you take a look at
the source code.  
Presentation in html should be separated from the content, that's what css is
all about:).  Try CSS, you will discover the power of it.

Use the style anywhere you want, external, internal, as long as your jsp page
refers to it, it's going to render it.

Hope this helps!



-----Original Message-----
From: victor gusz [mailto:[EMAIL PROTECTED] 
Sent: August 1, 2003 12:22 PM
To: Struts Users Mailing List
Subject: RE: question about data formating using display taglib


Thanks,

Does it? How do you use this stylesheet in its
<display:table>
<display:column>

tags? The following stylesheet is used in its
examples'
html pages, its not in its jsp source, just because
its
tags cannot format data? Maybe I am just not clear
about this, please clarify.

regards,

Victor


--- Yansheng Lin <[EMAIL PROTECTED]> wrote:
> 
> Yes it does.  
> 
> <style type="text/css"> 
>     .tableRowHeader {
>        align:center;
>     }
>     .tableRowOdd {
>          align:center;
>     }
>     .tableRowEven {
>          align:center;
>     }
> 
>     ...
> </style>
> 
> -----Original Message-----
> From: victor gusz [mailto:[EMAIL PROTECTED] 
> Sent: August 1, 2003 11:05 AM
> To: [EMAIL PROTECTED]
> Subject: question about data formating using display
> taglib
> 
> 
> Hi,
> 
> Has anyone used display taglib from the following
> address:
> http://edhill.its.uiowa.edu/
> 
> It seems this tag does not have data-formating
> ability
> to
> align titles or data. Does anyone konw a workaround
> about this?
> 
> regards,
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> http://sitebuilder.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to