I believe your link directs me to what I want. Thanks! I'll have to check the source out later. I'll let you know how it goes.
BTW, what are floats used for exactly? I remember reading somewhere that I should avoid them, but it seems like all the code I come across has them in...
BTW, what are floats used for exactly? I remember reading somewhere that I should avoid them, but it seems like all the code I come across has them in...
Floats are how you place two elements beside each other. No reason to avoid them, there are just a few basics you need to know to use them. The box model and clearing floats would be the most important.