CSS question
CSS question
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- kodap0
works on block elements, like [p] and [div] , just add float:left; or float:right; for inline elements like [font], [small] [span], etc, its not needed. also try clear:none; if it still doesn't work.