Vinny,
You can remove the footer using css.
1) Find the file JMRI/web/css in your JMRI installation.
2) Follow the directions in that file to copy it into your User Files location.
3) Paste the following CSS at the bottom of that file.
?
/* hide the footer, on panel pages only */
body#panel footer { ?
? display: none;
}
/* undo spacing left for footer, on panel pages only */
body#panel div#wrap { ?
? margin-bottom: 0;
? padding-bottom: 0;
}
?
4) Restart JMRI and clear your browser cache.
--SteveT
?