View Single Post
  #3 (permalink)  
Old 11-04-2005, 09:16 PM
ADAM Web Design's Avatar
ADAM Web Design ADAM Web Design is offline
WebProWorld 1,000+ Club
 
Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,181
ADAM Web Design RepRank 1
Default

You could also use the following to help you out:

height: 100px; (adjust accordingly)
overflow: auto;

The latter will create scrollbars within your divs as your text gets too large.
Reply With Quote