How to create banner
I'm trying to create a company banner at the top of my html output file, which is saved from a journal. I using the following jsl code:<jsl>logo = open("company_logo.png", png);
logo << set size({93, 48});H List Box(
Picture Box(logo),
Text Box( "Company Name " )
),<jsl>The problem I got is the text inside the Text Box is aligned to the top of the image. I need to get the text sitting at the bottom of...