View Single Post
Old 12-21-2007, 11:00 AM   #4 (permalink)
Radnor
Contributing Member
 
Join Date: 07-30-05
Posts: 282
iTrader: 0 / 0%
Latest Blog:
None

Radnor is just really niceRadnor is just really niceRadnor is just really niceRadnor is just really niceRadnor is just really niceRadnor is just really niceRadnor is just really niceRadnor is just really niceRadnor is just really niceRadnor is just really niceRadnor is just really nice
Here is a snippit of ORIGINAL code:
Code:
if (!imgs.controls_top){ document.write(this.ics? '' : brs); this.controls();
Change it to this:
Code:
if (!imgs.controls_top){ document.write(this.ics? '' : ''); this.controls();
The 2nd line, get rid of the brs. AGAIN, you will need to test.
Radnor is offline   Reply With Quote