Hi all,
I need to remove the <p><p/> that automatically added after the H1. Is there a way to do this? the kicker is that the <p><p/> doesn't appear in the source code for the page so I can't remove it there.
Below is what the page looks like with it's random <p><p/>.
question1.JPG
This is the source code for the page.
SC1.JPG
Any help you can provide would be great.
Thanks
Check the source of the page you are including. Is there a <p> </p> tag at the top of it.
Hmm. Well, I'm not totally sure where it is coming from then. If you can'r figure out how it is getting put there you could always hide it via CSS like this ... #MozillaFirefox-MozillaFirefox + p {display:none;}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to hear it. Feel free to mark the question answered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you expand the <p> tag in the top screenshot what is inside it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.