To remove it entirely:
Code:
leftrightslide[0]='<a href="http://"><img src="dynamicbook1.gif" border=0></a>'
leftrightslide[1]='<a href="http://"><img src="dynamicbook2.gif" border=0></a>'
leftrightslide[2]='<a href="http://"><img src="dynamicbook3.gif" border=0></a>'
leftrightslide[3]='<a href="http://"><img src="dynamicbook4.gif" border=0></a>'
leftrightslide[4]='<a href="http://"><img src="dynamicbook5.gif" border=0></a>'
With or without that change, the image's borders may be overridden using style, ex:
Code:
<style type="text/css">
#test2 img, #test3 img {
border: 1px solid #000;
}
</style>
Which can go in the head of the page. Any valid values for the border css property may be used. The #test2 img, #test3 img selector will affect only the images in the conveyor.
Bookmarks