Author Topic: widget background color  (Read 533 times)

adamb

  • Newbie
  • *
  • Posts: 4
widget background color
« on: December 28, 2009, 12:25:45 PM »
Is there a way to change the colors of the widgets?  I embedded one in a blogger post and it looks strange.  You can't see the labels at all. 

Here's the post with the embedded widget. 

http://www.beguelin.com/2009/12/iobridge-sensors.html

Cool product though!

adamb

  • Newbie
  • *
  • Posts: 4
Re: widget background color
« Reply #1 on: December 28, 2009, 12:38:22 PM »
I created another blog with a white background and this works great. 

You can see it here:
http://iowidgets.blogspot.com/


iobridge

  • Administrator
  • Hero Member
  • *****
  • Posts: 668
    • ioBridge Support
Re: widget background color
« Reply #2 on: January 03, 2010, 01:56:22 AM »
If you wrap you widget with a "div" html tag, you can set the background to a color, image, or any CSS option.

Here's an example:

Code: [Select]
<html>

<head>
    <title>Widget Background</title>    
</head>
 
<body>
 
<div id="ioWidgets" style="background-color:red;">
    <script type="text/javascript">document.write(unescape("%3Cscript src='" + "http://www.iobridge.com/widgets/io.js?SVTwVdVUZRg3' type='text/javascript'%3E%3C/script%3E"));</script>
</div>
 
</body>
</html>

Although red is a little much...Just for an example...You might want to try "white". I hope that is what you are looking for.
ioBridge Support
Community Team