Templates

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.

Looking in the HTML templates, I can interpret this way:

VARIABLE | pt-br | EN | example

CAB | cabe?alho | HEADER | e.g. NM_CSS_CAB
ROD | rodap? | FOOTER | e.g. NM_CSS_ROD
DATA | data | DATE | e.g. NM_FOOTER_DATA
LOGOTIPO | logotipo | LOGO | e.g. NM_LOGOTIPO
TITULO | t?tulo | TITLE | e.g. NM_CAB_TITULO

And as for the 3rd column issue, I can’t be of much help. I don’t even know where those variables are being created.
Can you post a print screen to show how the table shows up?

My main concern here is

   <TABLE width="100%" {NM_CSS_FUN_CAB}>

which has the screen width embeded somewhere. This messes up the footer to the pint I cannot center variables. If I use screen res 1024px vertically it looks OK, but anything higher than that makes footer variables display misaligned. I reported this several times, but generally got no help from NM