HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Problem with table in vBulletin
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
LeonXVII



Joined: 25 Dec 2004
Posts: 3

PostPosted: Sat Dec 25, 2004 10:50 pm     Problem with table in vBulletin Reply with quote

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. Wink
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Sun Dec 26, 2004 8:12 am     Reply with quote



You can assign a width to your tables. As it is now, there is no width.
LeonXVII



Joined: 25 Dec 2004
Posts: 3

PostPosted: Tue Dec 28, 2004 1:06 pm     Reply with quote

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: 8268
Location: Castle Rock CO USA

PostPosted: Tue Dec 28, 2004 1:44 pm     Reply with quote

Check out: http://www.htmlcodetutorial.com/tables/_TABLE_WIDTH.html
Code:
width="100%"
LeonXVII



Joined: 25 Dec 2004
Posts: 3

PostPosted: Tue Dec 28, 2004 2:17 pm     Reply with quote

Ok thanks. Smile
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial