Sorry,I cannot change the rules from that website,but you can use the script how it is .
Maybe this helps,
The image urls and text go`s in the HTML object.
The nice thing is your images wil al in the images folder on your server.
Insert first al related scripts in your page.
Insert the code from newsDisplay.js in notepad and save as
newsDisplay.js
Use the build-in file publischer to select and publisch the file together with the page.
For the vieuwer,
1)insert the images on your page.
2)copy the image path (images/imagename1.jpg)
3)paste the image path in your script and change width and height
4)type the text.
5)upload all,after upload all remove the images from the page and upload again,now are all your images in the images folder on your server.
This in HTML object.( i have removed the read more code)
Code: Select all
<ul id="news">
<li><img src="images/imagename1.jpg" width="200" height="150" alt="Picture 1">
<p>Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum.</p>
</li>
<li><img src="images/imagename2.jpg" width="200" height="150" alt="Picture 2">
<p>Eodem modo typi, qui nunc nobis videntur parum clari, fiant sollemnes in futurum. <p>
</li>
<li><img src="images/imagename3.jpg" width="200" height="150" alt="Picture 3">
<p>Mirum est notare quam littera gothica, quam nunc putamus parum claram.</p>
</li>
</ul>