I know there a quite a few of these on google but, either im not searching correctly, or they dont do what I want. I feel what I want is very simple, but I know pretty much nothing about javascript.
I want to create a loop through the entire linking code and image for example:
<a href="#" title="" target=""><img src="image.jpg" title="" style=""/></a>
The ones that I find, splits the link up with from the image and doesnt give you the option to add a target, title , styling, class and so on..
I did this in school many years ago but I cannot remember how to do it.
I would like it to load a new banner on every page load and just keep my code together instead of splitting it up.
And lastly, I cannot use PHP. So it has to be HTML javascript
Any links to tutorials or code help would be great,
Thanks,
Brian