- How can I add a bgimage to the table?
- How can I add a footer?
thx


<table class="tablebg" cellspacing="1" width="100%">
<tbody>{TEXT}</tbody></table><table class="tablebg" cellspacing="1" width="100%" bgimage="yourimagehere.gif">
<tbody>{TEXT}</tbody></table>



<table class="tablebg" cellspacing="1" width="100%" style="background-image:url('path/to/image.jpg');">....<table class="tablebg bgimgclass" cellspacing="1" width="100%">....bgimgclass {
background-image:url('path/to/image.jpg');
}

[Tabelle={NUMBER},{URL}]{TEXT}[/Tabelle]<table class="tablebg" cellspacing="1" width="{NUMBER}%" bgimage="{URL}">
<tbody>{TEXT}</tbody></table>

JuliusCaesar wrote:BBcode
- Code: Select all
[Tabelle={NUMBER},{URL}]{TEXT}[/Tabelle]
html replace
- Code: Select all
<table class="tablebg" cellspacing="1" width="{NUMBER}%" bgimage="{URL}">
<tbody>{TEXT}</tbody></table>
does this work??
<table class="tablebg" cellspacing="1" width="{NUMBER}%" style="background-image:url('{URL}');">

[tabelle=90,http://www.zenhaiku.com/images/seattle-sunset.jpg][th=1]Tabllentest[/th]
[tr][td=row2,1]test[/td][/tr][/Tabelle]

[table]{TEXT}[/table]<table width="100%" style="background-image:url(http://zenhaiku.com/images/seattle-sunset.jpg)">
<tr>
<td>{TEXT}</td>
</tr>
</table>

<table class="tablebg" cellspacing="1" width="{NUMBER}%" bgimage="{URL}">
<tbody>{TEXT}</tbody></table>







Users browsing this forum: No registered users and 2 guests