Fix #1All of the text for the page would go here. Notice how it doesn't break the color boundry. This looks much better. But we really don't want to have the funny looking table border. It ruins the effect of the page. To make it invisible, all we have to do is set the table border to zero. So let's modify the opening table tag and do that. |
Fix #2Now this is exactly what we were after. The text on the page is positioned correctly. Anyone who came to view the page would have no idea we'd even used a table here. Now how did we do that? Please return to the TableTricks Tutorial so we can take a look at the code. |