ADVANCED SYNDICATION
Buzznet allows you much control over the look and feel of syndicated images through CSS. The following is a common output by your syndication JavaScript tag:
<table id="marc">
<TR class="bnRow">
<TD class="bnCell"><a class="bnImgLink" href="http://marc.buzznet.com/?id=1><img class="bnImg" src="marc.img.1.jpg"></a></TD>
<TD class="bnCell"><a class="bnImgLink" href.... and so on></a> </td>
</tr>
<TR class="bnLogoRow">
<TD colspan="5" class="bnLogoCell">
<a href="marc.buzznet.com" class="bnLogoLink"><img src="logo.jpg" class="bgLogoImg"></a>
</TD>
</tr>
</table>
As you can see all of the HTML elements have CSS classnames on them and the table has an ID attribute. This will enable almost complete layout control over how the images are displayed, even if there are multiple syndication tags on one HTML page. The table's ID attribute is always the name of the gallery you're syndicating, so if you're using marc.buzznet.com the table's ID would be "marc".