Hi Jessica,
Yes, this is a known issue. HTML is displayed as you would normally see it in Internet Explorer--it's not subject to the same automatic resizing as other MediaLab visuals. The exception is Custom Items, where you can embed special codes in your HTML that MediaLab will see and replace with values from the session. Note, this requires MediaLab v2006.2.10 or later.
For example, in the HTML for your custom item, you could say:
Or you could have MediaLab fill in the values for you:Code:<body bground="blue"> <font face ="arial" size="15pt">This is some text.</font> </body>
See http://www.empirisoft.com/medialab/h...stom_items.htmCode:<body bground="<ml.bgcolor>"> <font face ="<ml.font>" size="<ml.fontsize">This is some text.</font> </body>




Reply With Quote