need help in designing a frame!
hello i need help in designing a frame for a ptc website.
when the affiliates click the ads they see some numbers to click !
And there is a banner at the right side and everything is in a line but unlike other ptc websites my ptc websites frame shows everything here and there and not in proper sequence.I have also attached two photos to compare the other ptc website and my website!
other ptc website=
You can see here that everything is proper and in line
my ptc website=
In my ptc website frame you will see just a banner and the other objects like the numbers and today earning are below it which are not visible!
So i wanted to make my frame as the other ptc website frame!
I have posted the code of my frame so anybody please help me to correct it.
</head>
<body>
<div id="banner"><a href="bannerclick.php?id=<?=$banner[id];?>" target="_blank"><img src="<?=$banner[banner];?>" alt="Banner Advertisement" /></a></div>
<div id="timer">Loading</div><div id="buttons"><?=$buttonlist;?>
<div id="menu">
<a href="<?=$target;?>" target="_blank"><b>New Window</b></a>
<a href="#" onClick="reportAd()"><b>Report</b></a>
<b>Earned Today:</b> $<?=$thismemberinfo['earned_today'];?>
<? if(!$LOGGED_IN && !$type == "ptre") { ?>
<a href="index.php?view=join&<? echo $url_variables; ?>"><span><span>Register</span></span></a>
<a href="index.php?view=login&<? echo $url_variables; ?>"><span><span>Login</span></span></a>
<? } ?>
</div>
<div id="logo"></div>
</body>
</html>
---------------------------
I may give him a reward
hello i need help in designing a frame for a ptc website.
when the affiliates click the ads they see some numbers to click !
And there is a banner at the right side and everything is in a line but unlike other ptc websites my ptc websites frame shows everything here and there and not in proper sequence.I have also attached two photos to compare the other ptc website and my website!
other ptc website=
You can see here that everything is proper and in line
my ptc website=
In my ptc website frame you will see just a banner and the other objects like the numbers and today earning are below it which are not visible!
So i wanted to make my frame as the other ptc website frame!
I have posted the code of my frame so anybody please help me to correct it.
</head>
<body>
<div id="banner"><a href="bannerclick.php?id=<?=$banner[id];?>" target="_blank"><img src="<?=$banner[banner];?>" alt="Banner Advertisement" /></a></div>
<div id="timer">Loading</div><div id="buttons"><?=$buttonlist;?>
<div id="menu">
<a href="<?=$target;?>" target="_blank"><b>New Window</b></a>
<a href="#" onClick="reportAd()"><b>Report</b></a>
<b>Earned Today:</b> $<?=$thismemberinfo['earned_today'];?>
<? if(!$LOGGED_IN && !$type == "ptre") { ?>
<a href="index.php?view=join&<? echo $url_variables; ?>"><span><span>Register</span></span></a>
<a href="index.php?view=login&<? echo $url_variables; ?>"><span><span>Login</span></span></a>
<? } ?>
</div>
<div id="logo"></div>
</body>
</html>
---------------------------
I may give him a reward








