Every box that contains links (Quote, Spoiler and others) have this problem.
Basically it's this:
But when the first line of the box contains something else and then the urls come, it works more or less. (since there's no link in the first line)
Example:
(i used a "." here for example)
[DownloadBox]something here that's not a link
hxxp://dl.dropbox.com/u/604847/something.png
hxxp://dl.dropbox.com/u/604847/something.png
hxxp://dl.dropbox.com/u/604847/something.png
hxxp://dl.dropbox.com/u/604847/something.png
hxxp://dl.dropbox.com/u/604847/something.png
hxxp://dl.dropbox.com/u/604847/something.png
hxxp://dl.dropbox.com/u/604847/something.png
[/DownloadBox]
code would be this:
Code: Select all
<table><tr><td><img src="/images/download.png"></a></td><td width=100%><div class="codetitle"><b>Download Link:</b></div><div class="codecontent">{TEXT}</div></td></tr></table>
Any thoughts, or am i cursed to do this by hand?