Thread: Adopts News
View Single Post
  #72  
Old 06-18-2009, 02:13 PM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 28,592
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: Adopts News

Quote:
Originally Posted by SubZ
Eeep, I got this working on Suffering Spooks but it's not going as well on Rhypets.

The page is at http://www.rhypets.com/V2/news.php?nid=1 as as you can see it screws up the template quite a bit. It's only that page that does it, all the other ones in this mod work fine with my template.

Here's my template if you need it...

Code:
                                                                                                                                       <head>
<title>Rhypets</title>
<link rel="stylesheet" href="/V2/templates/Green/css.css" type="text/css">
</head>
 
<body>

<div id="frame">

<div id="header">
<img src="http://www.rhypets.com/layoutnew/bannertop.png">

<div id="header-stat">

</div>

</div>

<div id="NEWS">
<a href="/extrapage.php">NEWS<br>
...one of our new version launch pets is just going to...</a>
</div>


<div id="navside2">
<img src="http://www.rhypets.com/layoutnew/bannerside.png">

<div id="navbar">
<a href="index.php" class=nav>Home</a><br>
<a href="adopt.php" class=nav>Adopt</a><br>
<a href="myadopts_level.php" class=nav>My Portal</a><br>
<a href="account.php" class=nav>My Account</a><br>
<a href="messages.php" class=nav>RhyMail</a><br>
<a href="stats.php" class=nav>Top 10 Pets</a><br>
    <a href="register.php" class=nav>Register</a><br>
    <a href="logout.php" class=nav>Logout</a><br>
    <a href="tos.php" class=nav>ToS</a><br>
</div>


</div>

<div id="content">
<table style="border: 2px #000000 solid;width:500px;background-color:#FFF;">
<tr>
<td style="background-image: 
     url('http://www.rhypets.com/layoutnew/tablebg.jpg'); background-repeat: no-repeat; border:2px #000000 solid;">
<b><center><font color=#FFFFFF>Rhypets!</font></b></center>
</td>
</tr> 
<tr>
<td style="height:620px;">
<div id="rightcontent">
:ARTICLETITLE:<p>
:ARTICLECONTENT:
</div>
</td>
</tr>
</table>
<p>

<div id="copyadd">
<table>
<tr>
<td>
----Removed the google add code here----
</td>
</tr>
<tr>
<p>

<td style="background-image: 
     url('http://www.rhypets.com/layoutnew/tablebg.jpg'); background-repeat:repeat; border:2px #000000 solid;width:670px;">
<b><center><font color=#FFFFFF>

<!-- Start FreeOnlineUsers.com -->
<a href="http://www.freeonlineusers.com">
<script type="text/javascript" src="http://st1.freeonlineusers.com/on4.php?id=151830"> </script> Online Users</a>
<!-- End FreeOnlineUsers.com --><br>

Copyright 2008 - Subzero Ninja Productions
</center></font></b></center>
</td>
</tr>
</table>
<center>
<a href="http://www.verpets.com/register.php?refer=Subzeroace"><img src="http://www.verpets.com/images/banners/deathbutton.gif" border="0" /></a>  
<a href="http://www.sufferingspooks.com/"><img src="http://www.sufferingspooks.com/img/banner1.gif" border="0"></a>
<a href="http://www.vpnwars.com/meteor/vpn/redir/signup/?ra=4528"><img src="http://www.rhypets.com/img/vpn.gif" border="0"></a>
</div>

</body>
</html>
Well for one you dont have a closing </P> around :ARTICLECONTENT:

This is why I don't suggest, that if you are new to HTML, that you use a template like this.
Reply With Quote