View Single Post
  #1  
Old 02-27-2010, 11:01 AM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 123,890
Tequila is on a distinguished road
Default Index content on levelup pages?

If you level up any of the adoptables on my site at the moment it gives you something like this: http://familiarelements.info/earith/levelup.php?id=2

[attachment=244]

Code I'm running for the template is as follows
PHP Code:
<html>

<
head>
<
title>The World of Earith (Familiar Elements)</title>
<
link rel="stylesheet" href="http://familiarelements.info/earith/templates/beta/levelstyle.css" type="text/css" />
<
link rel="stylesheet" href="http://familiarelements.info/earith/templates/beta/favicon.ico" />
<!-- 
Meta Tags Snipped -->
</
head>


<
body>
<
div id="floater" style="position:absolute; left:100px; top:25px;">

<
center><script type="text/javascript"><!--
google_ad_client "pub-9937811682735223";
/* 200x200, created 2/7/10 */
google_ad_slot "5348034708";
google_ad_width 200;
google_ad_height 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>

<center><strong>Affiliates</strong><br /><!-- SNIP --><a href="pages.php?page=affiliate">Apply for Affiliation</a></center> 
<center><strong>Vote for Us</strong><br /><a href="http://www.virtualpetcommunity.com/vote.php?vpsid=73"><img src="http://www.virtualpetcommunity.com/images/vpsbutton.gif" border="0"></a> <a href="http://www.ppntop50.com/"><img src="http://www.ppntop50.com/button.php?u=nyxiofearith" alt="PPN Top 50" border="0" /></a></center>
</div>
<div id="levelbox"><h1>:ARTICLETITLE:</h1>
<p>:ARTICLECONTENT:</p>
<div id="levelsignup"><a href="http://familiarelements.info/earith/register.php">Adopt Your Own</a> // <a href="http://familiarelements.info/earith/login.php">View Your Adoptables</a></div>
</div>

</body>
</html> 
I cannot figure this one out. Any ideas anyone?
Reply With Quote