View Single Post
Old 01-16-2004, 10:53 AM   #2 (permalink)
rockogre
I aim to misbehave!
 
rockogre's Avatar
 
Location: SW Oklahoma
Go here, Homesite 1.2

It's a free html editor and one of the best. I have used Homesite for years. I started with this one and moved on the the latest paid version.

Pay attention to your width settings

table width="" cellspacing="" cellpadding=""

And your table data width settings

td width=""

These can be in pixels or percent of table width.

You should get something like this. I left out the greater than and lesser than symbols so you could see the code.

table width="95%" align="center" cellspacing="10"
tr
td align="center"2004 Jan 9-11 br (sorted by "advantage")/td
td align="center"Republican Party/td
td align="center"Democratic Party/td
td align="center"Republican br Advantage/ Disadvantage/td
/tr
tr
td align="center"/td
td align="center"%/td
td align="center"%/td
td align="center"%/td
/tr
tr
td align="center"Terrorism
/td
td align="center"60/td
td align="center"30/td
td align="center"+30/td
/tr
tr
td align="center"The situation in Iraq
/td
td align="center"53/td
td align="center"37/td
<td align="center"+16/td
/tr
/table

And Halx, how did I manage to get the posting window so screwed up?
__________________
Only two defining forces have ever offered to die for you,
Jesus Christ and the American G. I.
One died for your soul, the other for your freedom

Last edited by rockogre; 01-16-2004 at 11:25 AM..
rockogre is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73