The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
HTML Code help
OK i dont know if this is the correct place but if someone could help me with some HTML code ?
I have this code : HTML Code:
<table border="5" bordercolor="#FFFFFF" width="400" cellpadding="5" cellspacing="5"> <tr> <td>Gamertag</td> <td>MVP Count</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> </table> How would i go about it ? Its a table and i want this to sho over an image i have, cheers |
#2
|
|||
|
|||
You could just modify the bottom like so:
HTML Code:
<tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td>NGG</td> <td>1</td> </tr> <tr> <td colspan="2"><img src="images/picture.jpg" alt="description of image" /></td> </tr> </table> |
#3
|
||||
|
||||
Many thanks i will give it a try and get back to you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|