I want to create a weblog custom field that allows the user to enter part of a file name which i use to build the full name. BUT EE in its wisdom is adding a paragraph tag around it which means that i cannot build a file name from it. Is there some easy way in EE to strip off the tags or even better some way to stop EE doing this in the first place.
here is the relevant part of my template code:
————————————
<h1>Testing images</h1>
{exp:weblog:entries weblog="bikes"}
Image {photo}
image path is /images/bikes/{photo}TN.jpg
{/exp:weblog:entries}and here is the generated html
————————————
<h1>Testing images</h1>
Image chevron
image path is /images/bikes/chevron
TN.jpg