Add a message in the footer
Description
Add a message in the footer with CSS
Set up
This is a special resource! We will use an hidden tag called "mixpanel" and works on this html code:<
- Code:
<div id="mixpanel" style="visibility: hidden; "></div>
Go to the CSS stylesheet (in the ACPanel) and paste this code:
- Code:
#mixpanel {
background: url(LINKIMAGE);
visibility: visible!important;
width: Xpx;
height: Xpx;
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}
Customize the tutorial
You have just to change 'LINKIMAGE' with the link of the image you want to have as background and edit width/height with the sizes of the image you have added.
Demonstration

Technical problems
![]() | The tutorial was tested on this forum and with the browser Google Chrome; If you notice that the tutorial doesn't work for a browser or for a version of forum (PhpBB2, PhpBB3, PunBB, Invision) contact an administrator and we will fill this field with your reporting. Thanks, the staff |
![]() | For every problem or question please, contact us in the section Support for the tutorials, The staff will answer you as soon as it is possible... |
Friendly,
The team of the Forum of Codes.