I have a web design templte, adn I am trying to change the layout in the middle of the page. Unfortunately every time I merge cells, to create one cell to write in. It throws the web page all over the place. CAn anyone help. I can send the page in question...
Sorry, but I can't find the membership and player profile sections. Remember that images don't display here for me. Could you stick an alt in where the differect sections are or something so I can see what you mean?
A tip, when playing around with tables for layout, is to (temporarily) change your table tags to say
[tt]
<TABLE BORDER=1 ... >
[/tt]
(where ... is whatever other attributes your table has). This will cause the borders to display, and make it a lot easier to figure out what's going on.
If you're trying to merge/add cells to a row, chance are you'll need to add/change COLSPAN attributes elsewhere in the table.
yeah, check row by row and make sure there are an equal number of celles in each and every row. sometimes loking at the borders does not help, because a lot of browsers will run the table seemingly fine when the syntax is not 100% correct.
Assuming you still need help with this? I looked at your code in Dreamweaver. It has nested tables. The first holds the whole page, inside that is one which divides up the page and then there is a table inside a cell for the right side. This table has all sorts of odd sized cells.
I removed the image n2.gif and its corresponding row which ran the width of the table. The table row with im1.jp and your text has 2 cells and was above this row.
Under that was a whole jumble of different sized cells. I removed the graphics and merged the cells one by one to the adjacent cell until I got to be all one row. I then resized this row, so it's still there but narrow. Not sure if this is what you needed, but if you compare your code with this one, maybe you'll see what I removed or resized.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.