How to add Widgets (Badges) link to my sidebar?
-
Hi,
I recently joined Foodbuzz.com and I would like to add their “Badges” (http://www.foodbuzz.com/widgets) on my sidebar. However, I am not sure which Widgets tool can do this. I am using the “Unsleepable” template at the moment.
Please advise.
Thank you.
Cheers~
The blog I need help with is: (visible only to logged in users)
-
-
-
Hi, I’ve tried to add the following code but I have problems, The style tag disappears, is there a way to put this code in the text widget? I read I can’t use javascript but this is not javascript, thank you in advance ;)
<!--[if lte IE 6]> <style type="text/css"> #ie6msg { border:3px solid #090; margin:8px 0; background:#cfc; color:#000; } #ie6msg h4 { margin:8px; padding:0; } #ie6msg p { margin:8px; padding:0; } #ie6msg p a.getie { font-weight: normal; color: #006; } #ie6msg p a.getfirefox { font-weight: bold; color: #006; } </style> <div id="ie6msg"> <h4>Ma lo sai che stai usando un browser vecchio?</h4> <p>Per fruire il mio blog nel modo <strong>migliore</strong> ti suggerisco di passare ad un browser più recente.</p> <p>Ti <strong>suggerisco</strong> di passare a <a class="getfirefox" href="http://www.mozilla-europe.org/it/firefox/">FireFox</a> o aggiornare <a class="getie" href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Internet Explorer</a>! L'aggiornamente è <strong>gratuito</strong>.</p> <p> Se stai usando il tuo PC al lavoro potresti dover contattare il responsabile IT. </p> </div> <![endif]--> -
I’ve read this : http://support.wordpress.com/code/
There is no mention to style tag support.BTW, I’ve tried to put the following plain XHTML but there are problem with comments!. The opening “<!– [if lte IE 6] –>” is putted but the closing “–>” makes problems, the “>” char is escaped with “>”, there is a way to make this code working? Thank you again for your time ;).
<!-- [if lte IE 6] --> <div id="ie6msg"> <h3><strong>Ma lo sai che stai usando un browser vecchio?</strong></h3> <p>Per fruire il mio blog nel modo <strong>migliore</strong> ti suggerisco di passare ad un browser più recente.</p> <p>Ti <strong>suggerisco</strong> di passare a <a class="getfirefox" href="http://www.mozilla-europe.org/it/firefox/">FireFox</a> o aggiornare <a class="getie" href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Internet Explorer</a>! L'aggiornamente è <strong>gratuito</strong>.</p> <p> Se stai usando il tuo PC al lavoro potresti dover contattare il responsabile IT. --> -
There is a missing </p> in the code, nevermind this little error, it’s present only here in the message.
- The topic ‘How to add Widgets (Badges) link to my sidebar?’ is closed to new replies.