Quote:
Originally Posted by KevinH
You do not need or want the internal span/div tag. use just the p tag alone with the proper class and no span or div. Or remove span and replace p tag with div. You do not need the nesting. And fwiw, div tags can be nested in div tags, you just don't need it.
Simply center a p tag or center a div, don't try to center a span inside of a p
|
Thanks for the clarification, KevinH! Much appreciated. I'll try that tonight!