DeviantRaze 1 Posted May 23, 2014 And im using this code. <!DOCTYPE html><html><head><script type="text/javascript"><!-->var image1=new Image()image1.src="loading00.jpg"var image2=new Image()image2.src="loading01.jpg"var image3=new Image()image3.src="loading02.jpg"//--></script></head><body><img src="loading00.jpg" name="slide" width="800" height="600"><script type="text/javascript"><!--var step=1function slideit(){document.images.slide.src=eval("image"+step+".src")if(step<3)step++elsestep=1setTimeout("slideit()",2500)}slideit()//--></script></body></html> Please help me Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted May 23, 2014 You can google how to remove scrollbars on a page via CSS. I suppose it'll work for the patcher too. Quote Share this post Link to post Share on other sites
0 Alexandria 53 Posted May 24, 2014 Line 15: <body> to: <body scroll="no"> Quote Share this post Link to post Share on other sites
And im using this code.
Please help me
Share this post
Link to post
Share on other sites