Warning, this may not work in all themes in Internet Explorer at the moment, I'm investigating
If like me, you have added extra sections to your profile page like chat, rss feeds, and weather, you might want to integrate them into the theme of your page.
To do this you need to add code for either bluebox (used in the left sidebar and main section) or simplebox (used in the right sidebar) around the section of code you have added.
I will use my weather widget as an example. The code to add the widget to the page is:
<a href="http://weatherpixie.com/" target="_blank"><img src="http://weatherpixie.com/displayimg.php?place=EGGW&trooper=39&type=" width=124 height=175 border=0 alt="The WeatherPixie"></a>
If I add the following before the widget code:
<div class="simplebox" id="ijhedges_weather">
<h2>My Weather</h2>
(the name you use in id= should be unique, so pick something that sounds appropriate and you proabably will be safe)
and the following after:
</div>
it will match the style of the rest of the page.
The complete section is:
<div class="simplebox" id="ijhedges_weather">
<h2>My Weather</h2>
<a href="http://weatherpixie.com/" target="_blank"><img src="http://weatherpixie.com/displayimg.php?place=EGGW&trooper=39&type=" width=124 height=175 border=0 alt="The WeatherPixie"></a>
</div>
If you are adding the code for left sidebar or main section, just replace the word simplebox with bluebox.
I hope this helps
Ian
Recent Comments
Please login to comment.

Finland_In_Eton said (about 1 year ago)