Here is my post from the other community:
Alright, below is exactly what I compile with no errors. I add the linehight and exaggerate it to be large so I know something is happening but wont cut out anything important. The lineheight is working but nothing else is showing. I removed all customizations before starting this and I am using the default theme without overriding any colors. any ideas? PLEASE!
Here is the cut and paste:
layerinfo "type" = "theme";
layerinfo "name" = "Additional Customizations";
set lineheight = 24;
function print_free_text(Page p) {
print_comp_header($*free_text_text);
"""$*free_text""";
print_comp_footer();
print_comp_header("Working");
""" <(ADDED TO PRESERVE CODE)img src="http://www.robohouse.com/photos/kevin/me.jpg" border="0"> """;
print_comp_footer();
}