Hi everybody!
I have run into this strange problem....i`m developing a site (hbgvaccinationsbyra.se) and whenever im turning off the WSYG-editor for a page to insert a iframe-tag the global content block, that is loaded in the same template, disappears.
The actual page is http://www.hbgvaccinationsbyra.se/index ... r-o-Resmal and the div-tag is named 'nyheter' (you can see it clearly in the source code).
Any thoughts?
Kind Regards Eric
Iframe-tag causes global content block (div) to disappear
Re: Iframe-tag causes global content block (div) to disappea
You are missing the > from the end of your frame so it kills everything below that, you need to clean up your html, the menu has 2 ul and you metadata tags are missing the / at the end...
<__iframe src="http://www.resemedicin.se/Vaccinationsg ... gsvacc2011" width="450px" height="300px" frameborder="0" see no >
</div>
<ul id="svmenu">
<ul class="clearfix">
<meta name="keywords" content="tbe,vaccinationer,svininfluensan,vaccination uppsala,hälsoråd,resevaccin,vaccinationsbyrå, helsingborgs vaccinationsbyrå,vaccinsmottagningar"> should be mottagningar" />
<__iframe src="http://www.resemedicin.se/Vaccinationsg ... gsvacc2011" width="450px" height="300px" frameborder="0" see no >
</div>
<ul id="svmenu">
<ul class="clearfix">
<meta name="keywords" content="tbe,vaccinationer,svininfluensan,vaccination uppsala,hälsoråd,resevaccin,vaccinationsbyrå, helsingborgs vaccinationsbyrå,vaccinsmottagningar"> should be mottagningar" />
Re: Iframe-tag causes global content block (div) to disappea
Thank you very much, I appreciate your help. I´ll have a look at this right away.
Kind Regards Eric
Kind Regards Eric