Site Author : Topic: problem with the new blogger templates  (Read 514 times)
June 24, 2010, 12:02:48 AM
Just popping in
User No : 31506
Posts: 23
  • WWW
  • Email
Email
hello,

blogger has new templates, how can i remove the creidt with the link in the footer?

thanks!
Logged

June 28, 2010, 07:50:33 AM
Just popping in
User No : 31534
Posts: 9
Location : USA
  • WWW
Manually.. Just try to change it in code.
Shouldn't be so hard. For some there are a bit harder but still possible.  :-\
Logged

June 29, 2010, 01:43:06 AM
Registered Users
Just can't stay away
*
User No : 25371
Posts: 391
  • WWW
just go to design > edit HTML ( do not click at expand widget templates) then find the following code

Code: [Select]
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
remove the above code then after click on save,click on delete widget.

tell me if it not works...
http://www.otakworks.net
Logged

June 29, 2010, 01:46:44 AM
Registered Users
Just can't stay away
*
User No : 25371
Posts: 391
  • WWW
if it not works,remove this code

Code: [Select]
<b:section class='foot' id='footer-3' showaddelement='no'>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>
</b:section>

after save,click on delete widget..
Logged