Quote:
Originally Posted by KevinH
If the entire paragraph is just the link to be centered, have you thought about adding the css and link class to that final p tag. Or replace the p tag with a div. But trying to centre some span tag in the middle of a p tag is not a good idea.
|
Thanks, KevinH. Wouldn't replacing the p with a div still give me a div within a div? I added the css and link class to that final p tag, and that didn't work. Am I misunderstanding what you're telling me?