laztrix
04-12-2009, 06:13 PM
Hi,
I'm trying to get this BBcode work but there is obviously something wrong!
This BBcode wrappes the download link in a box like this:
https://vborg.vbsupport.ru/external/2009/04/26.png
But my box does not wrap the links and shows the whole thing like this:
https://vborg.vbsupport.ru/external/2009/04/27.png
Title : Download
BB Code Tag Name: down
<br>
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td colspan="3" height="39">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="113" background="images/misc/down1.gif" height="39">
</td>
<td background="images/misc/down2.gif"> </td>
<td width="48" background="images/misc/down3.gif" height="39">
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td width="10" bgcolor="#c0ddff"> </td>
<td bgcolor="#c0ddff">
<table style="border: 1px solid rgb(0, 127, 216); border-collapse: collapse;" width="100%" bgcolor="#ffffff" border="1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="font-family: Arial; font-size: 12px; color: rgb(112, 112, 112); text-align: center;">
<p style="margin: 5px;"><br>
</a></p></td>
</tr>
</tbody></table>
</td>
<td width="10" bgcolor="#c0ddff"> </td>
</tr>
<tr>
<td colspan="3">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="11" background="images/misc/down4.gif" height="11">
<img src="images/misc/space.gif" width="1" border="0" height="1"></td>
<td bgcolor="#c0ddff" height="11">
<img src="images/misc/space.gif" width="1" border="0" height="1"></td>
<td width="11" background="images/misc/down5.gif" height="11">
<img src="images/misc/space.gif" width="1" border="0" height="1"></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table><br>
<br>
Example : link
What is wrong with my codes? I appreciate any help...
I'm trying to get this BBcode work but there is obviously something wrong!
This BBcode wrappes the download link in a box like this:
https://vborg.vbsupport.ru/external/2009/04/26.png
But my box does not wrap the links and shows the whole thing like this:
https://vborg.vbsupport.ru/external/2009/04/27.png
Title : Download
BB Code Tag Name: down
<br>
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td colspan="3" height="39">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="113" background="images/misc/down1.gif" height="39">
</td>
<td background="images/misc/down2.gif"> </td>
<td width="48" background="images/misc/down3.gif" height="39">
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td width="10" bgcolor="#c0ddff"> </td>
<td bgcolor="#c0ddff">
<table style="border: 1px solid rgb(0, 127, 216); border-collapse: collapse;" width="100%" bgcolor="#ffffff" border="1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="font-family: Arial; font-size: 12px; color: rgb(112, 112, 112); text-align: center;">
<p style="margin: 5px;"><br>
</a></p></td>
</tr>
</tbody></table>
</td>
<td width="10" bgcolor="#c0ddff"> </td>
</tr>
<tr>
<td colspan="3">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="11" background="images/misc/down4.gif" height="11">
<img src="images/misc/space.gif" width="1" border="0" height="1"></td>
<td bgcolor="#c0ddff" height="11">
<img src="images/misc/space.gif" width="1" border="0" height="1"></td>
<td width="11" background="images/misc/down5.gif" height="11">
<img src="images/misc/space.gif" width="1" border="0" height="1"></td>
</tr>
</tbody></table>
</td>
</tr>
</tbody></table><br>
<br>
Example : link
What is wrong with my codes? I appreciate any help...