View Single Post
  #22  
Old 05-22-2012, 04:26 PM
MaximumRide's Avatar
MaximumRide MaximumRide is offline
THROW THE CHEESE!!
 
Join Date: Apr 2012
Location: Somewhere far away
Posts: 181
Gender: Female
Credits: 22,314
MaximumRide is on a distinguished road
Default

Well I followed your instructions and this is what I put
Code:
<?php

include("functions/functions.php");
include("functions/functions_users.php");
include("functions/functions_adopts.php");
include("inc/lang.php");

//***************//
//  START SCRIPT //
//***************//
<!DOCTYPE html>

<!--
	Official Mysidia Adoptables 1.3.x Series Template Theme
	
	//-----------------------------------------------------
	//	HTML/CSS Coded by Nyxi/tequila
	//	http://www.mysproject.org or http://tequilacorbly.me
	//-----------------------------------------------------
	//	All Copyright and Credit for Script and theme
	//	to remain in the footer at all times.
	//-----------------------------------------------------
	//	The script is free! We just ask for credit!
	//-----------------------------------------------------
	//	Failure to comply will result in the following
	//	steps:
	//	- Cease and Desist Letter
	//	- Letter to your host
	//	- DMCA filing
	//-----------------------------------------------------
	//	Any questions? Pop on over to our forums at
	//	http://www.mysidiaadoptables.com/forum
	//-----------------------------------------------------

	Before using this template we encourage you to read the
	included Read Me and License.

	We thank you for your interest.
	- the Mysidia Development Team
-->


<head>
<title>:BROWSERTITLE:</title>
<link rel="stylesheet" href="templates/main/media/style-city.css" type="text/css" />
<link rel="stylesheet" href="css/menu.css" type="text/css" />
<!--[if lte IE 6]>
<link rel="stylesheet" media="all" type="text/css" href="media/dropdown_ie.css" />
<![endif]-->

</head>

<body>
<div id="wrapper">
<table cellspacing="0" cellpadding="0">
<tr><th colspan="2">:LINKSBAR:</th></tr>
<tr><td colspan="2" id="image"><span><a href="index.php">Midnight Howl</a></span></td></tr>
<tr><td id="menu">
:SIDEFEED:


</td><td id="content">
<h1>:ARTICLETITLE:</h1>
<p>:ARTICLECONTENT:</p>

</td></tr>
<tr><td colspan="2" id="footer">
<p>★ Powered by <a href="http://www.mysidiaadoptables.com">Mysidia Adoptables 

v1.3.1</a> ★</p>
</td></tr>


</table>
</div>

</body>

</html>
In the folder called "blank.php" did I do somethng wrong cause it's not showing up
__________________
Please click these :3
Reply With Quote