[Help] how can i put katz banner to my footer

nielz_01

New Member
how can i put katz banner on my footer...
what mods is this

nielz-1.jpg
 
HTML Tables

replace the values with katz and wahtever the whatever you like,
if you want to add it to every skin without editing templates,
go to languages and phrases> search in phrases type powered by vbulletin
and edit the footer copyright phrase, simply add the HTML code of you choice however you would like.
 
how do I add an url to it aswell. Here is my table. Is it right? it's the first time I ever done one. But how can I redirect them to like anoter part of my forum lets say.
<table border="1">
<tr>
<th>Theory11</th>
<th>Illusionist</th>
<th>Penguin Magic</th>
<th>Mebeam</th>
<th>BlogTV</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
<td>row 1, cell 3</td>
<td>row 1, cell 4</td>
<td>row 1, cell 5</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
<td>row 2, cell 3</td>
<td>row 2, cell 4</td>
<td>row 2, cell 5</td>
</tr>
</table>
 
Back
Top