I’m trying to adjust and correct some Footer templates. Unfortunately the code uses some SC internal variables and I am nowhere to find any information on this.
<TABLE width="100%" {NM_CSS_FUN_CAB}>
<TR align="center">
<TD style="padding: 2px">
<TABLE style="padding: 0px; border-spacing: 0px; border-width: 0px;" width="100%">
<TR valign="middle">
<TD align="left" rowspan="3" {NM_CSS_CAB}>
{NM_CAB_LOGOTIPO}
</TD>
<TD align="left" {NM_CSS_CAB}>
{LIN1_COL1}
</TD>
<TD style="font-size: 6px">
</TD>
<TD align="center" {NM_CSS_CAB}>
{LIN1_COL2}
</TD>
<TD style="font-size: 5px">
</TD>
<TD align="right" {NM_CSS_CAB}>
{LIN1_COL3}
</TD>
</TR>
<TR valign="middle">
<TD align="left" {NM_CSS_CAB}>
{LIN2_COL1}
</TD>
<TD style="font-size: 5px">
</TD>
<TD align="center" {NM_CSS_CAB}>
{LIN2_COL2}
</TD>
<TD style="font-size: 5px">
</TD>
<TD align="right" {NM_CSS_CAB}>
{LIN2_COL3}
</TD>
</TR>
<TR valign="middle">
<TD align="left" {NM_CSS_CAB}>
{LIN3_COL1}
</TD>
<TD style="font-size: 5px">
</TD>
<TD align="center" {NM_CSS_CAB}>
{LIN3_COL2}
</TD>
<TD style="font-size: 5px">
</TD>
<TD align="right" {NM_CSS_CAB}>
{LIN3_COL3}
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
for example what is this: {NM_CSS_FUN_CAB}
of course NetMake using Portugeese in variable names makes this super hard to figure out.
Any ideas ?
To continue resolving Footer issues I would also like to ask this:
If the line reads:
<TABLE style="padding: 0px; border-spacing: 0px; border-width: 0px;" width="100%">
why the 3rd column shows up half the screen on my monitor. I tried this with different monitors from 1020x1200 to 4K and the same thing happens. NetMake claims this is a template design issue. Of course the code above is a default “Expanded temaplate” from SC8.1+ I suspect that the cause of the problem is the variable in question whic possibly holds the screen width, but I cannot find any reference to it.