By vallabha - Monday, June 9, 2008
|
The Video: Customizing your HTML Report, is it still valid? http://www.genopro.com/tutorials/videos/customizing-html-report/ I couldn't find the exact text in "home.html" file. The video talks about changing Report.WriteText to Report.Write All I could find was Report.WriteTextDic I'm trying to include a picture in the opening page, please.
|
By GenoProSupport - Monday, June 9, 2008
|
vallabha (6/9/2008) The video talks about changing Report.WriteText to Report.Write All I could find was Report.WriteTextDicYou are probably right about this - we need to update the videos. The video was created before we started using the dictionary. Just replace Report.WriteTextDic with Report.WriteText.
|
By vallabha - Monday, June 9, 2008
|
Your suggestion didn't work. Maybe there is more to it? Thanks for a quick reply.
|
By genome - Monday, June 9, 2008
|
Try using 'Custom Markup'. See post How to Customise your Report. You can just add a <?image ....... ?> tag to your GenoPro document description. I have just updated that post with some Custom Markup documentation.
|
By vallabha - Monday, June 9, 2008
|
Thanks Ron. The <?html?> tag does the trick.
|