Hello!
As the title suggests, is there any way to remove p tags from a specific field? I don’t want to lose the formatting of all fields, just the one that I’m having trouble with.
I’m trying to add the following div into a particular field, and it’s automatically adding p tags, throwing my link out of alignment.
<div id=”participateButton”>click here</div>
Is there anything I can do to fix this without changing all of the fields in my site?
Thanks!
Sharon
P.S. I actually just figured out another way to fix my problem. I just wrapped my div in a link (since the div related to a link anyway), which did not activate the p tag. So thank you anyway, but I’m all set now. 🙂