I have spent an entire day sifting through templates and still cannot find the dratted "> that appears as follows:
I have identified it (I think) on Firebug as being part of the url field:
I am trying to achieve this:
You copy and edit fields templates and ensure that field image return only image and field URL only URL withut HTML. Then in template
fields_by_id[10]->result, $item->fields_by_id[12]->result);?>
where 10 is ID of the URL field and 12 is and ID of the image field.
I am using the gallery field and not the image field, and am still trying to work out how to get the url to output only url without html, but have now been sidetracked with the dratted ">!!
I have thus far only copied the default url output file and called it headerbanner.php, but not changed anything at all.
I am using an input template which I have used for a few other things and which has not brought this "> into anything else, so my assumption is that it's not the input field that's the problem.
That really only leaves the article template, which I've attached. If anyone can spot this - and you probably will first time off - I would be very grateful. I now feel like a complete and utter idiot, and have avoided asking this question... Yes, I'm a dork, so sorry. (But a desperate dork)
Another method is to parse string in article/article list template.
I have spent an entire day sifting through templates and still cannot find the dratted "> that appears as follows:
I have identified it (I think) on Firebug as being part of the url field:
I am trying to achieve this:
You copy and edit fields templates and ensure that field image return only image and field URL only URL withut HTML. Then in template
fields_by_id[10]->result, $item->fields_by_id[12]->result);?>where 10 is ID of the URL field and 12 is and ID of the image field.
I am using the gallery field and not the image field, and am still trying to work out how to get the url to output only url without html, but have now been sidetracked with the dratted ">!!
I have thus far only copied the default url output file and called it headerbanner.php, but not changed anything at all.
I am using an input template which I have used for a few other things and which has not brought this "> into anything else, so my assumption is that it's not the input field that's the problem.
That really only leaves the article template, which I've attached. If anyone can spot this - and you probably will first time off - I would be very grateful. I now feel like a complete and utter idiot, and have avoided asking this question... Yes, I'm a dork, so sorry. (But a desperate dork)
Another method is to parse string in article/article list template.