Log in

View Full Version : How to force a space for this custom BBCode?


Dj SharK
10-10-2009, 04:38 PM
Hi,

I took over a forum recently and we have a Download BBCode. Not sure where the previous owner got it from. It doesn't look like the one that's already posted here. It's working fine but there's one issue. I have to leave a space between the tags and URL or links would not be clickable. How could i edit this code so links are always clickable in this BBCode?

http://www.vbulletin.org <- Links are not clickable
http://www.vbulletin.org <- Links are clickable

Here's the custom BBCode.
<img src="images/buttons/button1.png" alt="" border="0"/>

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left">

</td>
</tr>
<tr>
<td align="left" style="background-color: #1c1c1c url(url-of-image.png) repeat-x top left; border: 3px solid Black; padding:8px; spacing: 5px;"><FONT COLOR="red"><br/><largefont> {param} </largefont> <br/></FONT>
</td>
</tr>
</table>

I've tried using br but it doesn't work. Any help would be appreciated.

Thanks.