There are various borders you could be talking about. If it's what I think it is, add this to your stylesheet:
Code:
#master0 img, #master0 a img, {
border: 2px solid #fff!important;
}
You can use whatever valid border style you like, just make sure to follow with the !important keyword as shown, to override any other style that might be causing the undesirable border.
That, by the way will take care of it if you have only one show on the page. If you have others, they are numbered, so a second show on a page would use:
Code:
#master1 img, #master1 a img, {
border: 2px solid #fff!important;
}
If you want more help:
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks