I use css files as following:
<head>
……
<style type="text/css">
<!--
@import "screen.css"
……
<style type="text/css">
<!--
@import "screen.css"
@import "...css"
...
...
-->
</style>
……
</head>
</style>
……
</head>
On 5/22/06, M.Liang Liu <[EMAIL PROTECTED]> wrote:
I start to discuss this topic because the deadline of my little project is coming to hand in to my tutor.As you know,the display-tag uses css file (*.css) and I should import those four css files into my page for <displaytag:table .../>And these css files would apply to the whole site's talbes(namely tables not using display-tag) which is NOT I would like. I include the struts menu page namelly menu.jsp and the usingdisplaytag.jsp to my struts Tiles page definition.If i change the css files,the displaytag table's style would be changed.And it would be the same as the struts menu as the css file I import in the usingdisplaytag.jsp page would apply to the whole site,no only that page! How can I write a normal HTML table that has its own css file?The problem is that I can NOT override it as I tried to name a different style for my struts menu.Strange,isn't it?Thanks for reading,sir
--
http://blog.csdn.net/patriotlml
Drink Drank Drunk
http://my.donews.com/patriotlml/
_______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

