The HTMLReportGenerator offers limited options for layout. If you want more control it's probably best to work with the Custom HTML option.
Alignment can be done through (inline) css, see for example this: https://www.w3schools.com/css/css_align.asp
Alternatively, what I sometimes do is create the basic layout with Adobe Dreamweaver, then copy the HTML and use that within the HTMLReportGenerator, adding dynamic content when necessary. Another good option would be to use the XMLTemplater if you want to set up a page with repeated content.
Hope this helps.
The HTMLReportGenerator offers limited options for layout. If you want more control it's probably best to work with the Custom HTML option.
Alignment can be done through (inline) css, see for example this: https://www.w3schools.com/css/css_align.asp
Alternatively, what I sometimes do is create the basic layout with Adobe Dreamweaver, then copy the HTML and use that within the HTMLReportGenerator, adding dynamic content when necessary. Another good option would be to use the XMLTemplater if you want to set up a page with repeated content.
Hope this helps.
Thanks for the various options @Hans van der Maarel. An area to keep learning about.