Background Image not appearing
December 6, 2013 12:00 AM
I am converting a Lectora10 course into Lectora11. The course page size is 1280x800. The tiled image is 512x1024. When publishing to HTML using v10, and viewing in nearly any browser window that I expand to wider or taller than the course size, the background image tiled correctly and appeared to the right, left and bottom of the course as expected. When publishing with v11 the background image is missing and I can only see the Background color option.
What is the trick to get v11 to work like v10 when publishing?
Discussion (2)
Okay, yet another addition to my own reply.
I added an External HTML Extension to the course title, and it works for all pages.
--////--
But the page load processes seems a little choppy.
I am still wondering if there is something wrong with my settings or if there is a better way.
Anyone?
Well, I am adding addtional info to my own thread.
When I open up all the html in a text editor, I notice that the v11 HTML output is missing the "background-image" part of the body tag.
It looked like this - body {background-color:#000000; }
So when I inserted the image portion it works. My final body tag looks like this -
body {background-image: url(images/name_of_image.jpg); background-color:#000000; }
But I don't want to have to add that to every page file by hand. That would be a pain.
So my question remains - how can I get Lectora v11 to do that as part of the publish process?
Discussions have been disabled for this post