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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.