Fortunately, this is not difficult to correct.
- First (yes, he's telling us again), backup your template.
- Next, "Edit HTML" and select "Expand Widget Templates".
- Look for
<b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'>
- Look a few lines below that for
<li><a expr:href='data:link.target'><data:link.name/></a></li>
and replace it with
<b:if cond="data:blog.url == data:link.target"> <li class='selected'><a expr:href='data:link.target'><data:link.name/></a></li> <b:else/> <li><a expr:href='data:link.target'><data:link.name/></a></li> </b:if> - Save Template.
- Test.
- And finally, backup your template,again.
>> Top

5 comments:
Wow! That's pretty quick turnaround, Chuck. Thanks.
I am now going to have to think about moving my blog to the new templates, just so I can do this.
... and it works, too!
Great effort, Chuck.
This was great...took me a while but i got most of it. though my tabs are in a list not across the top pf the page
Susan,
Either you located your linklist in the wrong template section, or your template doesn't have the right section. The Tabs section contains the horizontal propagation attributes.
Thank you! I now have fabulous tabs that light up.
Post a Comment