Looking better! Any way to eliminate padding in the script? It wont put both banners side-by-side AND max out the table width for some reason. OR... how would I add code to center the scripts so it is at least symmetrical?
Printable View
Looking better! Any way to eliminate padding in the script? It wont put both banners side-by-side AND max out the table width for some reason. OR... how would I add code to center the scripts so it is at least symmetrical?
If you are in fact talking about removing the padding between them, this is remarkably simple. In the CSS, just change this:
And replace with this:Code:/*set CSS for SPAN tag surrounding each image*/
.seqslidestyle{
margin-right: 15px;
}
Code:/*set CSS for SPAN tag surrounding each image*/
.seqslidestyle{
margin-right: 0px;
}
That's seems to work, along with centering the banners. I'll adjust the widths of the banners tomorrow for the final "fix". THANKS!!
Last question in this regard...
Removed the padding (THANKS!!), adjusted the banner size, made all the table widths the same, everything SEEMS to work fine, but...
There are 5 banners in rotation. After they cycle through, it repeats, but the pair "jump" for four cycles, then it stops, runs again normally, the "jumps" again.
What to do to make the jumps cycles top? Repeat the banners in reverse order?
Nevermind, seems to have cleared up... weird.