Can't apply custom footer
shadowdancer36
Registered Users Posts: 69 Big grins
Hi guys, I'm just wondering if we still have the ability to apply a custom footer to our smugmugs? Custom meaning using our own graphics, html, css. Not the built in custom feature (which i have a love hate relationship with now at the moment lol).
I paid someone to do this for me, but they saying their code isn't working. Can someone help?
I paid someone to do this for me, but they saying their code isn't working. Can someone help?
0
Comments
Andy
Crystal
www.ghostwinds.com
[PHP].footer {
width: 990px;
overflow: hidden;
padding: 20px 0 15px;
overflow: hidden;
background: #0e0e10;
margin: 0;
}
.footer ul {
margin: 0;
padding: 0;
list-style: none;
}
.footer li {
float: left;
font: 11px Arial, Helvetica, sans-serif;
color: #a606fb;
padding: 0 5px;
background: url(http://picturemeclubbing.com/PMPress/wp-content/themes/smugmug/images/footer_libg.jpg) right 3px no-repeat;
}
.footer li.nobg {
background: url(http://picturemeclubbing.com/PMPress/wp-content/themes/smugmug/images/footer_li2bg.jpg) right 3px no-repeat;
}[/PHP]
Andy