Forum Moderators: open

Message Too Old, No Replies

Error With Table?

         

McBlack

10:50 pm on Jan 25, 2008 (gmt 0)

10+ Year Member



I'm having a problem with a table. Let's say I used this:


<table border="0">
<tr><td>Test</td></tr>
</table><p>Blah blah blah, text out of table blah blah blah

It shows up like this

+--------+
¦..Test..¦Blah blah blah, text out of table blah blah blah
+--------+

At least on firefox it does. How do I make it like this?

+--------+
¦..Test..¦
+--------+
Blah blah blah, text out of table blah blah blah

EDIT: I got it guys, I had to do <br clear=left>, I'm not sure if you need to, but this topic can be locked, if requested.

[edited by: McBlack at 11:18 pm (utc) on Jan. 25, 2008]

jessejump

3:32 pm on Jan 26, 2008 (gmt 0)

10+ Year Member



>>>>>>> <table border="0">
<tr><td>Test</td></tr>
</table><p>Blah blah blah, text out of table

On my FF, the layout is the same as in IE. Text under the table.

g1smd

8:48 pm on Jan 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What was the table inside of?

Was it the <html> element, or a div with a width wider than the table?