How To Add Custom Attribution Widget
Sign into Dashboard > Template > Edit HTML and using ctrl+F to find the word ]]></:skin> and above it past the following code
#credits { background: #666 url(); height: 30px; width: 960px; margin: 0; padding: 0; text-align: center; } #credits p { color: #FFF; font-size: 11px; font-family: Arial, Tahoma, Verdana; margin: 0; padding: 9px 0 0; } #credits a, #footer a:visited { color: #FFF; text-decoration: none; } #credits a:hover { color: #FFF; text-decoration: underline; }
*now serch for </body> code and below it paste the following code
<div id='credits'> <p>WRITE WHAT EVER YOU WANT HERE</p> </div>
0 comments:
Post a Comment