problems with widgets


Author Message
Danielle

Posted: 8/23/2011
Quote message 

When i create a Template it looks great in the program go to publish it and the About me box is at the bottom and the footer is at the top.
Really confused as to how to fix it.
http://danisbookshelf.blogspot.com/
 
Aileen

Posted: 8/24/2011
Quote message 

Hello,
To resolve issues with other javascript gadgets please follow these simple steps:

1.Navigate to Blogger > Design > Edit HTML > Edit Template

2.Find this code line:

var widgetContent = widget.html();

3.Right after it, add a few code lines in the following format:

if (widgetContent.indexOf('--src--') > -1) return true;

Here "--src--" should be replaces with the actual script src, for example "ws.amazon.com" or "sharethis.com" etc.

 
Danielle

Posted: 8/24/2011
Quote message 

I added the Code and nothing was solved. What goes in the ('--src--') box
 
Danielle

Posted: 8/26/2011
Quote message 

Can some one tell me what goes in the ('--src--') part of the code above my 3 sidbar is still messed up