View Single Post
Old 12-11-2012, 04:57 PM   PM User | #3
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello rleahong,
It sounds like you are trying to use align to position div elements into a two column layout. That's not going to work very well. We typically use floats to put elements beside each other... see a float tutorial here.

Here is an example of a simple 2 column layout that may help.

And VIP is right, we need all the information (both CSS and Markup) to be able to answer your question.
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote