|
cedubose -> RE: garbage at bottom of page (6/22/2002 3:38:52)
|
C: I can't see your page since it is not there anymore, but just a couple of notes: <p> tags don't have to be closed, so that is not the problem. Usually, if something appears out of place at the bottom or the top, it means it was not inside a table cell, and the browser didn't know what to do with it, so it put it outside the table. It doesn't mean the text itself will be found at the bottom or the top if you look at the HTML. I would look for an unclosed <td> or <tr> tag, or something along those lines. Cynthia
|
|
|
|