0

私の質問は非常に単純ですが、問題に対処することはできないようです。私はいくつかのiframeを使用していますが、これを純粋なhtmlではなくワードプレスのページテンプレートにしたため、ページが読み込まれるとすぐにページのポップアップがポップアップし始めました。これを防ぐにはどうすればよいですか?

ありがとうございました!

ページテンプレート:

<?php
/*
Template Name: Klasseforside
*/
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

        <link rel="stylesheet" type="text/css" href="https://dl.dropbox.com/u/3171189/Klassekampen/klassekampen.css" />

    </head>
    <body class="iframe" style="background-color:transparent; background-image:none; position:relative;">


<div >
<div >
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<div>
<h2 style="margin-bottom:-20px; margin-left:47px;" id="post-<?php the_ID(); ?>"><?php the_title();?></h2>
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
</div>
<?php endwhile; endif; ?>
</div>
</div>
4

0 に答える 0