| 
	
	
		
			
			 
				
				tradeexpert template help
			 
			 
			
		
		
		
		Im trying to get a this toplist on my site. I got stuck at 
 
How to include toplist into your web page 
 
After you have created and added a toplist, it has to be included into your web page: 
 
    PHP (.php pages) 
 
    <?php 
    include "toplist.html"; 
    ?> 
 
    SSI (.shtml pages) 
 
<!--#include virtual="toplist.html" --> 
 
My page is just html im not sure how to incude it. Also 
		
	
		
		
		
		
			
		
		
		
		
	
	 |