 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
LeonXVII
Joined: 25 Dec 2004 Posts: 3
|
Posted: Sat Dec 25, 2004 10:50 pm Problem with table in vBulletin |
|
|
|
Ok, I'm trying to post a table in a vBulletin forum, the table comes ok, but there's too much space left, what can I do?? Take a look, is the last 2 posts:
http://forums.soccerfansnetwork.com/showthread.php?t=22409
------------------------------------------------------------------
Also, here's the sourcecode for both:
<TABLE><TR> <TD>Player</TD> <TD>Goals</TD> </TR>
<TR> <TD>Ronaldo</TD> <TD>8</TD> </TR>
<TR> <TD>Owen</TD> <TD>6</TD> </TR>
<TR> <TD>Beckham</TD> <TD>3</TD> </TR>
<TR> <TD>Raul</TD> <TD>3</TD> </TR>
<TR> <TD>Figo</TD> <TD>2</TD> </TR>
<TR> <TD>Zidane</TD> <TD>2</TD> </TR>
<TR> <TD>Samuel</TD> <TD>2</TD> </TR></TABLE>
<TABLE><TR> <TD>Player</TD> <TD>Assists</TD> </TR>
<TR> <TD>Ronaldo</TD> <TD>3</TD> </TR>
<TR> <TD>Raul</TD> <TD>3</TD> </TR>
<TR> <TD>Beckham</TD> <TD>2</TD> </TR>
<TR> <TD>Guti</TD> <TD>2</TD> </TR>
<TR> <TD>Zidane</TD> <TD>2</TD> </TR>
<TR> <TD>Celades</TD> <TD>1</TD> </TR>
<TR> <TD>Figo</TD> <TD>1</TD> </TR>
<TR> <TD>Owen</TD> <TD>1</TD> </TR>
<TR> <TD>Morientes</TD> <TD>1</TD> </TR>
<TR> <TD>Samuel</TD> <TD>1</TD> </TR>
<TR> <TD>Javi Garcia</TD> <TD>1</TD> </TR></TABLE>
----------------------------------------------------------------
<table border=2>
<tr> <th>Player</th> <th>Goals</th> </tr>
<tr> <td>Figo</td> <td>4</td> </tr>
<tr> <td>Raul</td> <td>4</td> </tr>
<tr> <td>Owen</td> <td>1</td> </tr>
<tr> <td>R.Carlos</td> <td>1</td> </tr>
<tr> <td>Ronaldo</td> <td>1</td> </tr>
</table>
<table border=2>
<tr> <th>Player</th> <th>Assists</th> </tr>
<tr> <td>Figo</td> <td>4</td> </tr>
<tr> <td>Beckham</td> <td>4</td> </tr>
<tr> <td>Ronaldo</td> <td>1</td> </tr>
<tr> <td>Zidane</td> <td>1</td> </tr>
</table>
-----------------------------------------------------------------
Any help will be highly apreciated, thanks in advance.  |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8205 Location: Castle Rock CO USA
|
Posted: Sun Dec 26, 2004 8:12 am |
|
|
|
You can assign a width to your tables. As it is now, there is no width. |
|
LeonXVII
Joined: 25 Dec 2004 Posts: 3
|
Posted: Tue Dec 28, 2004 1:06 pm |
|
|
|
| And how do I do that?? I read the tutorial but there's nothing about setting the width.... |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8205 Location: Castle Rock CO USA
|
|
LeonXVII
Joined: 25 Dec 2004 Posts: 3
|
Posted: Tue Dec 28, 2004 2:17 pm |
|
|
|
Ok thanks.  |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|