Can you give an example or screenshot of how this is supposed to look:
Quote:
Forumbit random advertisement code
If you want to use random rotations, enter your ad codes here separated by commas. You can put each set of code on a new line to organise them better as long as each line (except the last!) has a comma at the end.
|
Is it smart enough not to include the comma as part of the code?
So it goes like this?
Code:
<a href="adcode.html">Ad here</a>, <a href="anotherad.html">Another ad</a>
-
OR-
Code:
<a href="adcode.html">Ad here</a>,
<a href="anotherad.html">Another ad</a>
Thanks in advance.