Published HTML alignment/margin?
November 7, 2007 12:00 AM
I think maybe my question was confusing...When you publish a Lectora course to HTML, the whole course is aligned at the top of the published html page. I'm trying to figure out if there's a way in lectora to put in a 10/50/100 pixel (whatever, really) margin between the top of the browser and the top of the lectora course.
Discussion (4)
You can add a html extension, type: Meta tags. Click Edit and paste:
undefined
#pageDIV{
margin-top:100px;
}
undefined
Tim
I know this is an old post, but I'd like to figure this out, too. Any suggestions?
As general info, although using the Meta tags type for this will work, it is more accurate to place style rules in the Cascading style sheet type of HTML extension.
Discussions have been disabled for this post