Embedding custom script on page
I'm having trouble figuring out where to put the following parts of the script on the page. I assume I need a Custom HTML gadget as well as placing parts into the Raw Headers.
The total script is:
<!--Weatherzone local weather-->
<style type="text/css">
.weatherzone { font-family: Tahoma, Arial, Sans-Serif; font-size: small; font-weight: normal; color: #323232; background-color: #EFEFEF; }
.weatherzone_head { font-family: Tahoma, Arial, Sans-Serif; font-size: small; font-weight: bold; text-align: center; color: #EFEFEF; background-color: #4185A5; }
</style>
<script type="text/javascript" src="http://www.weatherzone.com.au/woys/page_local.jsp?postcode=2103"></script>
<a href="http://www.weatherzone.com.au"></a>
<!--end Weatherzone local weather-->
Can someone please help as to where the parts go to make this work. All I get is blank space.
Thanks, Scott
-
muneeb69 commented
it is a beautiful post and we are like it and all of would like because that is a well post
_______
gill556
-
Evgeny Zaritovskiy commented
Clever :) No problem!
-
Sparkin commented
Sorry Evgeny. I just realised that the links in the widget were not https and therefore the browser was blocking the unprotected content.
After I changed the link addresses it worked fine.
Thanks again. Scott
-
Sparkin commented
Thanks for the reply, but that simply doesn't work for me. It was the first method I chose.
I don't get any result at all. I pasted the total script above into the code area of the custom HTML gadget.
Are there any other site settings I need to make?
Tks, Scott
-
Evgeny Zaritovskiy commented
You can just add the code to Custom HTML gadget, nothing more.