Click to See Complete Forum and Search --> : Too many spaces between text and table


NYNewbie
12-01-2005, 04:53 PM
I'm new at this and have been asked to update a website that someone else created. There is a table, some text and then another table. The problem is that when the website is printed, the text and the second table print NEXT TO the FIRST table instead of beneath it. The only way to correct this seems to be to add numerous return spaces in between the first table and the text, which looks terrible when viewing the site.

How do I get the tables to print as they appear, one on top of the other? This is so frustrating and I can't find what to do in any of my textbooks. You guys are experts and I worship at your feet - please help!! Thanks! :D

Jittor
12-05-2005, 05:03 PM
Can you give a web address or post the code for me to look at? You might have 2 seperate tables outside of each other when you need 2 within each other - if you can make since of that.

metalman3d
12-05-2005, 05:57 PM
I agree. A good way to look at the layout of those tables are is to use the Web Developer Toolbar (https://addons.mozilla.org/extensions/moreinfo.php?application=firefox&category=Developer%20Tools&numpg=10&id=60) for Firefox or the Internet Explorer Developer Toolbar (http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en) toolbar for IE These both have options to outline both tables and table cells on the page as well as many other different and useful tools.

soccermatrix
12-07-2005, 11:10 AM
you can add style="float:left" to each table.