Hi, For some reason when I'm trying to add a link in my footer using: <a href="/">Link Text Here</a> Code (markup): It is creating a new paragraph both before and after it? Anyone know what could be causing this? Regards, Anhalo.
I still don't know what caused it (thinking a css issue), but I was able to fix it by using <p align="left"> and then adjusting the margins in the css to compensate for the extra space created by the new para.