Thread: Quick Search
View Single Post
  #17  
Old 10-08-2009, 12:33 PM
SieghartZeke SieghartZeke is offline
Member
 
Join Date: Oct 2009
Posts: 149
Credits: 10,131
SieghartZeke
Default RE: Quick Search

Yes....i have added in template html..but i dont show...
The tamplate html code is this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><script type="text/javascript" src="livesearch.js"></script>
<style type="text/css">
#livesearch
  {
  margin:0px;
  width:194px;
  }
#txt1
  {
  margin:0px;
  }
</style> 

<head><script type="text/javascript" src="livesearch.js"></script>
<style type="text/css">
#livesearch
  {
  margin:0px;
  width:194px;
  }
#txt1
  {
  margin:0px;
  }
</style> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>:BROWSERTITLE:</title>
<link rel="stylesheet" href="templates/default/style.css" type="text/css" media="screen" />
</head>

<body>

<div id="wrapper">

	<div id="header">
		<h1>:SITENAME:</h1>
	</div>

	<div id="menu">
		<ul>
			:LINKSBAR:
		</ul>
	</div>

	<div id="sidebar">
		<div id="feed">
			<a class="feed-button" href="account.php">&nbsp;</a>
		</div>
		<ul>
			:SIDEFEED:
		</ul>
		<div id="sidebar-bottom">
			&nbsp;
		</div>
	</div>

	<div id="content">
		
		<div class="entry">
			<div class="entry-title"><br>:ARTICLETITLE:</div>
			<div class="date">:ARTICLEDATE:</div>
			<br><p>:ARTICLECONTENT:</p>
			:ADS:
			
		</div>
	</div>

	<div id="footer">
		<div id="footer-valid">
	<a href="http://www.ppntop50.com/"><img src="http://www.ppntop50.com/button.php?u=sieghartzeke" alt="PPN Top 50" border="0" /></a>	<a href="http://www.rusnakweb.com/adoptables.php" target="_blank">Powered by Rusnak PHP Adoptables</a> | Theme created by elesissieghart!
		</div>
	</div>

</div>

</body>
</html>
Reply With Quote