Re: How To Add Footer Image
Sorry it's 4.2.2 and i just add the
#footer {
height: 100px;
width: 100%;
position: absolute;
bottom: 0;
overflow: hidden;
float: left;
/* page layout */
#content-container {
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 100px;
margin-top: 140px;
z-index: 1;
So can i add {include file="banners/banners1.tpl"} to top but still can not see any thing? but if i add to the welcome.tpl it;s show me the images?
|