PDA

View Full Version : having trouble with a table


smartalecc5
01-25-2003, 12:15 AM
Ok, this might sound sad, but i have a question on a simple html table code. The website is http://www.geocities.com/socomdelta2/rankstable.html and I'm trying to make a ranks page for a game, with the players name next to the icon, but after the icon theres about 4 inches of white space. How do I make it so the 2nd column starts right after the first one, wihout that gap? Sorry if this is a beginner question.

justame
01-25-2003, 02:51 AM
sma...
ifin' ya wanttt the cells ...aka <td>'s information to be just a gainst® each other??? first of alll...change this...
CELLSPACING="1" CELLPADDING="2"
tooo...
CELLSPACING="0" CELLPADDING="0"

n' the reason your tds look sooo far spaced nowww??? is 'cause ya dont have just a ny® information in the cells on the right...:O((( youve just a got® ... - ... in 'em...

n' youve got your table just a set® as 90% wide...
change that to say be width="700"
n' thennn you can just a ssign® each td 'x' just a mount® of pixel widths which total 700...

does that just a help® ya???
try n' fill in one of your categories just a cross® the row...n' youll see what /mes means

just a ps®...
your widest 'image' is lg09.gif (120 wide)...sooo make your table be like...
<table width="700" CELLSPACING="1" CELLPADDING="2" border="1"><tr>
<td width="120" align="left"><img src="lg09.gif" width="120" height="49" border="0" alt="Lieutenant General"><br>Lieutenant General</td><td width="145" align="left"> yadda</td><td width="145" align="left"> yadda</td><td width="145" align="left"> yadda</td><td width="145" align="left"> yadda</td></tr></table>

smartalecc5
01-25-2003, 05:24 AM
thanks alot, ill try it

justame
01-27-2003, 05:03 AM
Originally posted by smartalecc5
thanks alot, ill try it

youre more than just a welcome® n' k...:O)))