For example, if I had this code in a table:
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top" bgcolor="#CCFFCC"><p>Some text.</p></td> </tr> <tr> <td bgcolor="#CCFFCC">More text</td> </tr> </table>
No matter what I replaced "some text" with, "more text" would always be below it, is it possible to do this with 2 divs?
Edited by meadow, 22 October 2006 - 06:59 AM.
