vclark53@earthlink.net
01-24-2006, 11:16 AM
I corrected the code to allow the image to display in the side bar slide menu. In file ssm.js
Line 49 reads if(barText.indexOf('<IMG') >-1) {tempBar=barText}
Line 49 should read if(barText.indexOf('<IMG>')-1) {tempBar=barText}
Check out my results on www.popspictures.com and www.jennyclarkbrack.com
Line 49 reads if(barText.indexOf('<IMG') >-1) {tempBar=barText}
Line 49 should read if(barText.indexOf('<IMG>')-1) {tempBar=barText}
Check out my results on www.popspictures.com and www.jennyclarkbrack.com