Page 1 of 1

Iframe-tag causes global content block (div) to disappear

Posted: Sun Jan 30, 2011 2:54 pm
by westwest
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

Re: Iframe-tag causes global content block (div) to disappea

Posted: Sun Jan 30, 2011 5:10 pm
by Dr.CSS
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" />

Re: Iframe-tag causes global content block (div) to disappea

Posted: Mon Jan 31, 2011 9:12 am
by westwest
Thank you very much, I appreciate your help. I´ll have a look at this right away.

Kind Regards Eric