Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
There's nothing wrong with floats, but it also depends on on what you're aligning. If it's an inline element, you can simply set the text-align property to left or right. This will work for images as well as text, or any inline element. Just remember, if you float stuff, elements around it will hug it if it isn't cleared.
|