
LostCoder
User
Nov 16, 2006, 10:14 AM
Post #2 of 5
(841 views)
Shortcut
|
|
Re: [LostCoder] Displaying Category Specific Field Next to Article
[In reply to]
|
Can't Post
|
|
In addition to my above question, i have a follow-up styling question::::: Hello, I am trying to come up with a visually appealing way to display our current articles for a specific category. right now, I am essentially using something like this: <!-- templatecell : articleRow --> <tr> <td width="470"><div id="list_item"><a href="$published.articlePage.url$">$article.title$</a></div></td> </tr> <!-- /templatecell : articleRow --> What this does, of course, is just list an article in a cell and then repeats this all the way down the page. Is it possible to somehow change the color of the cell as it lists the articles; where the first cell might be grey, and the 2nd cell might be light blue, then grey again, then light blue and so on ? This would just make it really easy for someone to visually separate each article. Just wondering if there might be a solution for this that i do not see. Thanks. LC
|