Search…

X3 Photo Gallery Support Forums

Search…
 
hegi
Experienced
Topic Author
Posts: 24
Joined: 11 Nov 2009, 17:13

HTML cluttering HTML-version of gallery

23 Nov 2009, 05:03

I am using HTML tags to add links to the descriptions of gallery folders. If i am viewing the HTML gallery version of the parent folder, HTML tags seem to mess up the layout.

See the example here: http://hegi.info/h/g/?content/sport/han ... 7_1m/2009/

Sample HTML used for the first item:
Code
TSV 1887 Wuppertal 1M vs. Barmer TV 1M (<a href="http://www.sis-handball.de/web/default.aspx?view=Spiel&Liga=001510505502510503000000000000000003019"><b>SIS-Handball</b> Link</a>) am 01. November 2009 (<i>in der SPORThalle</i>) auf der Gathe 
Maybe this is not an issue of imagevue x2: did i use invalid HTML?
Last edited by hegi on 23 Nov 2009, 09:02, edited 1 time in total.
 
hegi
Experienced
Topic Author
Posts: 24
Joined: 11 Nov 2009, 17:13

23 Nov 2009, 09:01

Found a fix, but I still consider it an error.

It works, if you use single quotes for the values within the HTML attributes.
It's messing up layout when using double quotes for the values within HTML attributes.

Working (single quotes):
http://hegi.info/h/g/?/content/sport/ha ... sv1887_1F/
Code
SG Monheim 1F vs. TSV 1887 Wuppertal 1F (<a href='http://www.sis-handball.de/web/default.aspx?view=Spiel&Liga=001510505502502000000000000000000006029' target='_blank'><b>SIS-Handball</b> Link</a>) am 31. Oktober 2009 (<i>in der Turnhalle</i>) in Mohnheim
Not working (double quotes):
http://hegi.info/h/g/?/content/sport/ha ... sv1887_1m/
Code
TSV 1887 Wuppertal 1M vs. Barmer TV 1M (<a href="http://www.sis-handball.de/web/default.aspx?view=Spiel&Liga=001510505502510503000000000000000003019" target="_blank"><b>SIS-Handball</b> Link</a>) am 01. November 2009 (<i>in der SPORThalle</i>) auf der Gathe 
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

24 Nov 2009, 04:57

Thank you for reporting this, we just re-checked and fixed this issue in all possible places, fix will be available in the next update.
firedev.com
 
hegi
Experienced
Topic Author
Posts: 24
Joined: 11 Nov 2009, 17:13

24 Nov 2009, 09:32

Thank you. :-)