Author Topic: Image in the stats export  (Read 932 times)

Blade69

  • Newbie
  • *
  • Posts: 27
    • View Profile
Image in the stats export
« on: April 26, 2010, 08:22:01 AM »
I like to edit the statsExport.html File. I want to insert a image on the top of the List. But if i insert an image i dont get the results as a chart. The image seems to crash the chart part. Is there any way to do it?
See the attachement..maby someone knows the trick.
The first attachement are the html-code-File, the second r the result after export in this File
« Last Edit: April 26, 2010, 11:39:39 AM by Blade69 »

Corey Cooper

  • Administrator
  • Hero Member
  • *****
  • Posts: 6216
    • View Profile
Re: Image in the stats export
« Reply #1 on: April 26, 2010, 11:52:57 AM »
The <stats> token appears to have been moved (and a closing tag </stats>, which is not necessary, has been added).  To fix, remove </stats> and move <stats> below the line following it.

Blade69

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Image in the stats export
« Reply #2 on: April 26, 2010, 07:14:45 PM »
Great !! Got it. Tank u very much !