aalsmo |
04-24-2008 06:17 PM |
How do I add a table in a thread?
Can anyone please help me?
Ok, I have added the following code to a post in one of my forums. The problem is I'm receive a ton of line breaks above my table which is pushing it way to the bottom making the user have to scroll way down to see the table. Can anyone help here?
To view this thread live: Click here
User: tester
PW: peon
For now I did remove all line spaces in the html code but I will be updating this table on a daily basis and it would make updating it quite difficult if I had to work with a jumbled paragraph of code versus having carriage returns in the html.
I did post this on the forums on vbulletin and this is the response I received from one of your employees:
"The parser inserts a line break for each new line in the HTML code in the post. When table code is used over multiple lines these breaks accumulate above the table. I think you can modify the includes/class_bbcode.php file to change this behavior. Search for "nl2br". If you have some coding ability then you can post on www.vbulletin.org for help with this."
Here is the code:
Quote:
Below is the current Wish List as it stands:
(sorry for the scrolling atm...gotta figure this stupid thing out. Just bare w/me) And if you still need to post your items, send a private message here on the website to Kaija.
<table border="0" cellspacing="0" cellpadding="5">
<tr>
<td width="103">Toon Name</td>
<td width="285">Item</td>
<td width="141">Instance</td>
<td width="84">Date Addeed</td>
<td width="73">Date Looted</td>
</tr>
<tr>
<td>Nikkanu</td>
<td>[item]Brooch of Nature's Mercy[/item]</td>
<td>Zul' Aman</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>[item]Earring of Soulful Meditation[/item]</td>
<td>SSC</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>Brethor</td>
<td>[item]Amani Punisher[/item]</td>
<td>Zul'Aman</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>[item]Aldori Legacy[/item]</td>
<td>Gruul's</td>
<td>4/22/08</td>
<td> </td>
</tr> <tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr><tr>
<td>Eloradanyn</td>
<td>[item]Sunfury Bow of the Phoenix[/item]</td>
<td>Kara</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>[item]Dragonspine Trophy[/item]</td>
<td>Gruul's Lair</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr><tr>
<td>Peekomasta</td>
<td>[item]Bloodmaw Magus-Blade[/item]</td>
<td>Gruul's Lair</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>[item]Eye of Magtheridon[/item]</td>
<td>Magtheridon</td>
<td>4/22/08</td>
<td> </td></tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr><tr>
<td>Baelur</td>
<td>[item]Dragonspine Trophy[/item]</td>
<td>Gruul's Lair</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>[item]Grimgrin Faceguard[/item]</td>
<td>Zul'Aman</td>
<td>4/22/08</td>
<td> </td></tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr><tr>
<td>Paledruid</td>
<td>[item]Berserker's Call[/item]</td>
<td>ZA</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>[item]Frayed Tether of the Drowned[/item]</td>
<td>SSC</td>
<td>4/22/08</td>
<td> </td></tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr><tr>
<td>Holocene</td>
<td>[item]Wub's Cursed Hexblade[/item]</td>
<td>ZA</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>[item]Cowl of the Grand Engineer[/item]</td>
<td>TK</td>
<td>4/22/08</td>
<td> </td></tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr><tr>
<td>Wickedwytch</td>
<td>[item]Hood of Hexing[/item]</td>
<td>ZA</td>
<td>4/22/08</td>
<td> </td>
</tr>
<tr>
<td> </td>
<td>[item]Cowl of the Grand Engineer[/item]</td>
<td>TK</td>
<td>4/22/08</td>
<td> </td></tr>
</table>
|
|