I’ve been trying to get a Title for the pdf export in HTML format, and so far, no luck. I’ve seen every discussion about it and the help in the Grid documentation. So far, not cool at all.
I want to create a complex HTML div, with multiple tables, company logo, project information, filter information, and other important report information. I’m including a simple sample, if you can help me format it correctly so it can work, that would be great; if you can create a sample of a div with multiple tables, that would be great too.
Thank you,
-Sam
<
div
style
=
"font-family: Arial; font-size: medium; width: 100%"
>
<
table
style
=
"width: 100%"
>
<
tr
>
<
td
style
=
"width: 25%"
>
<
table
style
=
"text-align: left"
>
<
tr
>
<
td
rowspan
=
"3"
style
=
"vertical-align: middle"
>
<
img
alt
=
""
src
=
"../Images/2Forecast_100.png"
width
=
"200px"
/>
</
td
>
<
td
style
=
"padding-left: 10px"
>
ForecastName
</
td
>
</
tr
>
<
tr
>
<
td
style
=
"padding-left: 10px"
>
PrevForecastName
</
td
>
</
tr
>
<
tr
>
<
td
style
=
"padding-left: 10px"
>
FilterDesc
</
td
>
</
tr
>
</
table
>
</
td
>
<
td
style
=
"width: 50%; vertical-align: top;"
>
<
table
style
=
"width: 100%; text-align: center;"
>
<
tr
>
<
td
style
=
"font-size: large; font-weight: bold; text-align: center; width: 100%;"
>
Job Forecast Report
</
td
>
</
tr
>
<
tr
>
<
td
style
=
"font-weight: bold"
>
JobName
</
td
>
</
tr
>
</
table
>
</
td
>
<
td
style
=
"width: 25%; text-align: right; padding-right: 20px; vertical-align: middle;"
>
<
table
style
=
"float: right"
>
<
tr
>
<
td
>
Comments
</
td
>
</
tr
>
</
table
>
</
td
>
</
tr
>
</
table
>
</
div
>