Weather by You!
Templates and Projects support => Html Templates => Topic started by: yibbeda on September 25, 2013, 04:06:43 AM
-
Hello
In the html version it say,
these pages are updated every (1 minutes)
But I have to use the F5 key to see the update
How to correct it to see the update automatic ??
grt
hans
vlissingen, Netherlands
http://people.zeelandnet.nl/johoobu/weer
-
Hi Hans,
That old refresh problem is still alive? >:(
To learn about "Refresh meta", you could look at this link:
http://en.wikipedia.org/wiki/Meta_refresh it discuss the refresh problem
and some way to solve it.
Personnaly, I haven't included any refresh method in templates as many visitors
dislike that, because of the "Flickering effect" produced by big page refresh.
Hope this help,
Regards,
Jacques
-
Thanks for your replay
I have but the code <META HTTP-EQUIV="refresh" CONTENT="300">
in the index page and it works fine.
but i have other problem,
as you can see there is a REALTIME page that i have added.
how to put this in the template ??
thanks again
hans
-
Hi Hans,
I haven't try this particular page, as it is a Silverlight page,
but easiest way to include (shrink) a page into a "box" in your page
is to use the good old iFrame command, like this:
<iframe src="PageToDisplay.htm"></iframe>
You could learn more about iFrame options on that link:
http://www.w3schools.com/tags/tag_iframe.asp
Best regards,
Jacques
-
Hello
iframe is build in !
see this
http://people.zeelandnet.nl/johoobu/weer/empty.htm
but how to increase the template, so that the realtime page fully visible to see.
hans
-
Hi Hans,
Problem is that you have to indicate height of your silverlightControlHost div
with "real" size (instead of %), see actual:
#silverlightControlHost {
height: 100%;
}
sould be something like that:
#silverlightControlHost {
height: 1000px;
}
Best regards,
Jacques
-
Jacques
Thanks again
this was a good help for me
Ik works good now
hans
-
Hello,
And a other problem at the INFO page.
the template is to short
i cant find it to solved this.
http://people.zeelandnet.nl/johoobu/weer/infos.htm
greets
hans
-
Hello,
And a other problem at the INFO page.
the template is to short
i cant find it to solved this.
http://people.zeelandnet.nl/johoobu/weer/infos.htm
greets
hans
Someone ????
-
Hoi Hans,
Try the following to increase your page length:
<div id="content" style="height:1300px">
Try to increase the number to i.e 1700px.
Also,
Add the following line at the bottom of your page (before </body>):
<script type="text/javascript"> document.getElementById("bg_clouds").style.height = document.getElementById("bg_clouds").clientHeight + 220 + 'px'; </script>
</body>
With changing the 220+ 'px', you're sure the page will display correctly in regards to the background.
Hope this helps!!
Cheers,
Arthur
PS:
Doe de groetjes aan m'n broer. Hij woont in Westkapelle :)
-
Arthur
Thanks for your replay
Its not working ?
I uplouded a new infos.htm
and its good !
ps
Westkapelle is niet ver weg vanut Vlissingen . :)
grt
hans