Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tables

Status
Not open for further replies.

jlynch1

Technical User
Dec 20, 2001
100
IE
I have a table inside another one which is aligned to the left. After I close the table I want to have a couple of paragraphs using the p tag.

Any time the table is aligned to the left the text always goes to the side of the table and not underneath it.

Is there anyway of preventing this.
 
type <BR CLEAR=all> after your <TABLE> and before your <P>aragraphs Tony
reddot.gif WIDTH=400 HEIGHT=2 VSPACE=3

 
Your don't need to have the table aligned left, it's left by default, and anyway if you want to align a table left in another table use <td align=&quot;left&quot;> in the parent table instead of <table align=&quot;left&quot;> in the child table. You can then have <br> or <p> after it and it should appear below the table and not next to it.

Cheers
Dayo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top