Hi,
Unfortunately not, the type of menu item you will most likely use will be either:
Blog - Content Category (
Example)
Blog - Content Section (
Example)
Both of these use multiple tables for the content, for example:
| Code: |
<table class="contentpaneopen">
<tr>
<td class="contentheading" width="100%">
Heading
</td>
</tr>
</table>
<table class="contentpaneopen">
<tr>
<td valign="top" colspan="2">
Content
</td>
</tr>
</table>
<span class="article_seperator"> </span>
|
And then just repeat the process for each blog/content item. Where as the mambot requires the information to all be in one table, it'll only work on the 'Table - Content Categoy' (
Example) menu option.
It is most likely possible though to manually hack the core files that display these and place a alternating CSS colour/reference as they are displayed.
Kind Regards