Resource icon

xF2 Guides Down and dirty simple rotating ads

Yes!

Just add more after:
Code:
items[1]="<a href='LINK_URL'><img alt='ALT_TEXT' src='IMAGE_URL' height='auto' width='100%'  /></a>";
Note the item number increases. Ad 1 = 0, ad 2 = 1, ad 3 = 2, ad 4 =3 and so on

Code:
items[2]="<a href='LINK_URL'><img alt='ALT_TEXT' src='IMAGE_URL' height='auto' width='100%'  /></a>";
items[3]="<a href='LINK_URL'><img alt='ALT_TEXT' src='IMAGE_URL' height='auto' width='100%'  /></a>";

Sadly not

The banners (at 100% width) will expand/contract to fit the full width of the ad slot. So they will look best if the width is approximately the same as the width of the ad container viewed on a desktop browser.