Question:
how do i align a table to be underneath another tbale?
justmeeee
2009-08-10 13:07:15 UTC
im new to html and i have tried almost every thing to make my table go beneath another table on my web page.
i dont wunt it side by side cuz the horizontal scroll bar gets short
go on my we site --->extreamfun.webs.com and go on the opptical illusions page and u will c wut i meen
plz help :)
Three answers:
poolekiteman
2009-08-10 14:35:49 UTC
why have you got 3 separate tables?

join them up to be one table with 3 cells in each row

so 3 images in 1st row

3 pieces of text (to describe images above) in next row

3 more images - and so on....



you only need to specify cell width in the first row, then all subsequent rows will align to that (so long as they have the same number of cells as the first row)

















imageimageimage
texttexttext
imageimageimage
texttexttext
imageimageimage
texttexttext
micheal_morris04
2009-08-10 13:13:41 UTC
Put < br /> after the tag.



This will create a break and start a new line



EDIT: Are you using Explorer or Firefox to view the page? Your page is different in firefox now. It has a break in it after the third table.
debodun a
2009-08-10 13:24:44 UTC
It seems to me that you have one large table which in turn has four columns and only one row.

You might want to split your table into two rows. Make sure to specify width and height of the cells so they can be properly aligned.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...