FOOTER BUG - reposted

Looks like forum admin have closed the original thread, while the issue is still unresolved while I was going to add another comment but of course this forum page does not let me know ahead of time that I cannot post anything, but rather when I try to Save it bumps me up with the Erro message “You cannot post”. Very irritating, but that’s OK you guys have not developed this forum soft so I forgive you. I 'm becoming less and less patient with your ignorance though. Since the issue is unresolved and the problem exists - WHY DO YOU CLOSE THE THREAD ?DO THIS ?

Once again the strings alignment is not working as supposed to. I’m using EXTENDED footer template. The template code loos like this


   <TABLE border="0" cellpadding="0" cellspacing="0" width="100%" class="css_tabela">
    <TR align="center">
     <TD>
      <TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
       <TR valign="middle">
        <TD align="left" class="css_rodape">
           {ROD_LIN1_COL1}
        </TD>
        <TD style="font-size: 5px">
              
        </TD>
        <TD align="center" class="css_rodape">
           {ROD_LIN1_COL2}
        </TD>
        <TD style="font-size: 5px">
              
        </TD>
        <TD align="right" class="css_rodape">
           {ROD_LIN1_COL3}
        </TD>
       </TR>
       <TR valign="middle">
        <TD align="left" class="css_rodape">
           {ROD_LIN2_COL1}

Of course this is just the top fragment. As you see the COL3 should be aligned to the right of the screen (or browser window), but when the page is opened it is not.
WTF is “rodape” - some animal or your grandma name ?

Once again here is the screen with the footer. The string MAIN MENU should be on the right - but it is not !
Keep in mind that the word “MAIN MENU” - is the 3rd column but it shows up in the middle!
[ATTACH=CONFIG]n68528[/ATTACH]

Now if you look at the THEME settings [ATTACH=CONFIG]n68529[/ATTACH]

you will see the setting JUSTIFY - right ?
I hope you know what the JUSTIFY means (?). Moreover if I change it to RIGHT it still does not align to the right, so either I’m so stupid not knowing something or this is a BUG !
If it is not, then please show me the screen in HD resolution with 3 columns (1st aligned to the left, the 2nd centered and 3rd aligned to the right). So far I’m not able to get this right. No matter which FOOTER template I choose (as long as it has more than one column) this same problem appears. This only looks OK with the low resolution monitors, so if I open this same page on 1280x1024 resolution screen it looks OK (despite the 3rd column is not aligned to the right). There is probably some SC variable that allow recalculate the 3rd column position based on the max screen resolution but that resolution is to small. Keep in mind that many people (including myself) use 4K monitors so we are talking about roughly 2500+ pixels horizontally. Perhaps that Max resolution need to be reset to a higher value. I’m not sure what is causing it but definitely something is wrong.

Amazingly there is no problem with the menu (not visible on this PIC) to align properly with any screen size or resolution.

ARTHUR

FooterBug_005.jpg

ThemeBugs.jpg

:MODERATED:

Arthur,
I read with patience all your posts, however you doesn’t seems to do the same.
Please pay more attention in the others comments, it would save us all the time if you had read and tried the solution provided in the previous topic.

I had closed it because it wasn’t a bug, stop posting this in bug section.
I’ll leave this open in the general discussion section in case you need to reply or ask something else.
Again: This is not a bug!

I guess your’re finally right. As Giu mentioned this aligns the content inside the cell and not the cell itself.
You can learn more about tables here: http://www.w3schools.com/html/html_tables.asp
This is also not a bug.

@Giu also answered that, check his post.
Furthermore you might want to have a look at @Kdriscoll answer here: http://www.scriptcase.net/forum/foru…second-request

Again, as I told in the previous topic that I closed.
We provide some general templates, but you should code your own template if you feel that the default ones doesn’t fulfill your needs.

If you want a custom one and need help with that, you can ask about it and I’ll be glad to help in this matter.

Possibly you are right about the alignment, but why the hell you do not put the correct header in the Theme Editor (or create some type of help) so people know what they adjusting. Wherever I go in IDE SC is full of confusion because you do not use proper language (or help is missing completely).

Instead of TEXT it should say CELL / DIV properties

Arthur