-
October 21st, 2001, 22:07
#1
Junior Member
tables
does any one see wut im doing wrong with the middle part on my website, the image has started to go sideways as a background, and i only want it going down, or is that the problem?, i dont know, but heres my website http://www.alkaline.tripod.com
thanx in advance
-
October 21st, 2001, 22:14
#2
striking reality
Are you talking about how the text makes the table cell expand to the side? That's because you didn't define the length of the table cells. (<td>)
-
October 21st, 2001, 22:23
#3
Junior Member
yes thats what i meant, same with the menu one it expands to the side, so how do define the length of the table cells?
-
October 21st, 2001, 22:26
#4
striking reality
<td length=length specified in pixels (no symbol needed), or percentage>
examples:
a table cell 120 pixels in length:
<td length=120>
a table cell 20% in length compared to the table:
<td length=20%>
-
October 21st, 2001, 23:10
#5
Rebutted, enshrined
width...not length.
-
October 22nd, 2001, 08:11
#6
ლ(╹◡╹ლ)
Originally posted by meow
width...not length.
ROTFLMAO
Hayama-kun, how long has it been?
-
October 22nd, 2001, 09:20
#7
Rebutted, enshrined
Blobs - blobs - blobs
-
October 22nd, 2001, 19:00
#8
Junior Member
nope it doesnt werk..........ne one else?
is there a site that has all the table tags possible?
-
October 22nd, 2001, 19:35
#9
striking reality
Originally posted by LeX
ROTFLMAO
Hayama-kun, how long has it been?
three months... -___-;;;;;
-
October 23rd, 2001, 02:14
#10
Rebutted, enshrined
Alkaline...you have a lot of peculiar code in there. There should be only one BODY for instance and it shouldn't be at the bottom. Since you have an outer table use that for centering the the content with align="center" in the TD tag rather than with margins in the BODY tag.
Alas, only the first lessons are still free but they should be enough to get you going.
http://www.pagetutor.com/pagetutor/tables/index.htm
-
October 23rd, 2001, 18:38
#11
Junior Member
the body stuff doesnt do ne thing thats for the ad on tripod, but wut u sed just messed it up even more
-
October 23rd, 2001, 18:59
#12
Rebutted, enshrined
No, here's what you had at the bottom of your page. It wasn't for no addy (then you wouldn't have been able to take it away).
<body background="images/background.gif" text="#000000" link="#ffffff" alink="#000000" vlink="#ffffff" leftmargin=199 topmargin=20 marginwidth=0 marginheight=0>
IE swallows anything so it applied those margins.
Your (top) body tag looks like this:
<!body>
The exclamation mark has nothing to do there. Take it away and put in the background image and link stuff in that you had in the bottom body tag. Then give the table a width as already suggested. Without that it will stretch like it does now.
Btw the format for comments is <!-- --> not <!-- --!>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks