[img] HTML Tables

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

[img] HTML Tables

Post by nickman013 »

Hello,

I cant seem to figure out this problem.

My table code is

Code: Select all

<table border=1 align=center width=450>

<tr><th colspan=2><div align=left style=display:inline;>Muot Week # 5</div>-- 1.29.06<div align=right style=display:inline;>  </div></th></tr>

<tr><th colspan=2><img src=/pages/muotreport/submitted/572.jpg></tr></td>

<tr><td width=50><div align=center>Bio:</div>

<div align=left>Name:</div>&nbsp;&nbsp;&nbsp;<font color=red>JASON GWALTNEY</font></div><br>

<div align=left>Nickname:</div>&nbsp;&nbsp;&nbsp;&nbsp;<font color=red>J-GAWTZ</font></div><br>

<div align=left>Age:</div>&nbsp;&nbsp;&nbsp;&nbsp;<font color=red>18?</font></div><br>

<div align=left>Loc:</div>&nbsp;&nbsp;&nbsp;&nbsp;<font color=red>LINDENHURST</font></div><br>

<div align=left>Sex:</div>&nbsp;&nbsp;&nbsp;&nbsp;<font color=red>MALE</font></div><br>

<div align=left>Weight:</div>&nbsp;&nbsp;&nbsp;&nbsp;<font color=red>250</font></div><br>

<div align=left>Height:</div>&nbsp;&nbsp;&nbsp;&nbsp;<font color=red>6'1" </font></div></td>

<td valign=top width=50><div align=left>Muot Status:</div>&nbsp;&nbsp;&nbsp;&nbsp;<font color=red>KIDS A SERIOUS MUOT...LOVES FOOTBALL BUT LOVES HIMSELF EVEN MORE...DID HIS HIGH SCHOOL SPORTS MARKETING REPORT ON HIMSELF</font></div><br><div align=left>About this Muot:</div>&nbsp;&nbsp;&nbsp;&nbsp;<font color=red>this muot had the shot to be an NFL supastar but was such a muot he <span style='color:blue' title='I&#39;m naughty, are you naughty?'>smurf</span> it all up
THIS KIDS BEEN MUOTIN AROUND NB SINCE THE 7TH GRADE AND IS THE MOST IGNORANT MUOT ULL EVER MEET IN UR LIFE....O YEAH AND CAN U SAY JUICE?</font></td></tr>

</table>
On macintosh computers it looks like this
Image
which is just how I want it.

on windows computers the tables only put 2 words per line and it looks really bad.

is there a way to put make it look like macintosh's do

thank you
Last edited by nickman013 on Sun Jan 29, 2006 3:09 pm, edited 1 time in total.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

whats it look like on windows? (picture perhaps?)
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

Jcart wrote:whats it look like on windows? (picture perhaps?)
Image
Image
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

sorry about that, i dont know why you deleted one of the pictures ,it had no curses, oh well, now none of them do
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

We'll, your setting your table width to 450px, but each column you are setting to only 50px...
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

so if i set the columns to 225 each? it should be good?


EDIT: It only does this with AOL Explorer, not firefox.
Last edited by nickman013 on Sun Jan 29, 2006 3:26 pm, edited 1 time in total.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

How about you try first, ask second :wink:
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

Well I did, but it didnt change so I wanted to make sure I was doing it correct.

Also why does it start the Bio: half way down the column?
User avatar
nickman013
Forum Regular
Posts: 764
Joined: Sun Aug 14, 2005 12:02 am
Location: Long Island, New York

Post by nickman013 »

I got it working. Sorry for the double post.

Thank You for pointing that out for me.

Also i am sorry for posting pictures with foul language!

Thank You! :D
Post Reply