I'm trying to include IF Statement tags in an HTML Export from DVDpedia. The idea is to add the German movie title to the HTML "title" attribute of an <img> tag but leave it out if the field with the German movie title (in my case "custom3") does not contain any data. In the HTML Export template I included the following:
Code: Select all
<img src="[key:coverImageURL]" title="[key:collectionID]: [key:title]<!--IFcustom3 ([key:custom3])ENDcustom3--> ([key:country] [key:theatrical])">
Code: Select all
The Original Title (Der Deutsche Titel) (USA 1994)
Code: Select all
The Original Title<!--IFcustom3 ()ENDcustom3--> (USA 1994)
Thanks for your help and for this totally awesome product.
cheers
Holger