Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, I am writing a XSLT to list news with alternative background css file. For example: News1: [code]
I'm not sure if your example is correct, do you really want to set it like this: class1, class2, class2, class1. Or do you want alternating classes like class1, class2, class1, class2? Assuming you want alternating classes look here: http://stackoverflow.com/questions/469917/html-table-with-alternating-row-colors-via-xsl Regards Jesper
Thanks for the reply. But I exactly want like this: class1, class2, class2, class1. That's why I don't know how to do it. Thanks
Problem solved. thanks for help
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
how to list news with alternative background? (problem solved)
Hi, I am writing a XSLT to list news with alternative background css file. For example:
News1:
[code]
news content
[/code]
News2:
[code]
news content
[/code]
News3:
[code]
news content
[/code]
News4:
[code]
news content
[/code]
ect...
Can anyone give me some ideas how to do that?
Thanks
I'm not sure if your example is correct, do you really want to set it like this: class1, class2, class2, class1. Or do you want alternating classes like class1, class2, class1, class2?
Assuming you want alternating classes look here:
http://stackoverflow.com/questions/469917/html-table-with-alternating-row-colors-via-xsl
Regards
Jesper
Thanks for the reply. But I exactly want like this: class1, class2, class2, class1. That's why I don't know how to do it.
Thanks
Problem solved. thanks for help
is working on a reply...