Hi
I have some text inputs where users enter page titles. when they are displayed on the front page I’m displaying the content between <h1></h1> but when the system pulls out the information it is enclosing the content in so I’m getting too much white space (<h1></h1>.
I have set the input text to be plain formatting but this hasnt had an effect. Anyone else had the same problem? or know how i can strip these out?
I’m calling the content with
{exp:channel:entries }then doing
<h1>{banner_title}</h1>