|
I take it nobody here does any coding. This script would be dead simple. All they're doing is creating a grid of chunks of content and populating it. So all you need to do is something like this.
- do all styling with CSS, so the chunks of "content" are just simple, interchangeable HTML
- decide on a grid of say 9 chunks
- make six content chunks that will get reused
- create three adsense chunks
Then, put all the chunks in an array and with PHP just use
shuffle($array);
Then just run through and populate a 3x3 table (or whatever). You could also just stack left-floated divs one after the other and let it wrap.
Anyway, $100 for the script that randomizes the ads would be ridiculous. ($100 for the whole layout and everything would be another deal because, among other things, it's real nice looking).
|