Skip to main content

Certificates: how do I manage overflows and margins?

  • August 25, 2022
  • 4 replies
  • 60 views

4 replies

Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • August 25, 2022

How are you designing it? Are you using tables for the layout? Modern web layout techniques tend not to work well for these things.


lrodman
Guide II
Forum|alt.badge.img+6
  • Author
  • Guide II
  • August 25, 2022

How are you designing it? Are you using tables for the layout? Modern web layout techniques tend not to work well for these things.

<table border="0" width="1810px">
<tbody>
<tr>
<td width="100" height="1104">&nbsp;</td>
<td width="1610">&nbsp;</td>
<td width="100">&nbsp;</td>
</tr>
<tr>
<td height="200">&nbsp;</td>
<td style="font-size: 40pt; text-align: center;">[firstname] [lastname]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="68">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="134">&nbsp;</td>
<td style="font-size: 18pt; text-align: center;">[learning_plan_name]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="320">&nbsp;</td>
<td style="text-align: center;">[learning_plan_description]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="78">&nbsp;</td>
<td style="text-align: center;">[learning_plan_complete]</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="480">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>

 


lrodman
Guide II
Forum|alt.badge.img+6
  • Author
  • Guide II
  • August 25, 2022

results in a blank cert

 


lrodman
Guide II
Forum|alt.badge.img+6
  • Author
  • Guide II
  • August 25, 2022

Here’s how it looks in DW

I’m only copying the <table> section is that my error