CSS Help
CSS Help
Out of context: Reply #9
- Started
- Last post
- 14 Responses
- davetufts0
spans are inline CSS elments and can not be aligned. You'll need to use a block element such as div or [p].
but like the guy before said, just use a table
spans are inline CSS elments and can not be aligned. You'll need to use a block element such as div or [p].
but like the guy before said, just use a table