|
LINKEX help please
I have tried to ad linkex to an html site and have read the documentation so many times I have installed linkex but just cant get it to display on the page
This is the bit Im not getting
My page is .html what do I do
If your page is a regular .html file, you can either rename the file to one of the extensions above to instruct the web server to parse the file and take advantage of one of the methods.
Sometimes it is not possible to rename the file, if you have many external links pointing to it, or many people have the site bookmarked. In such a case, you can ask your hosting provider to enable either PHP or SSI for the file type extension so the web server will treat the .html the same way it treats .php or .shtml files.
It says to add this into the page you want to display the links on
<?php include( "linkex/data/output/1001" ); ?>
or this <?!--#include file="linkex/data/output/1001" -->
ok I have tried both these and renamed both the code and the output file to 1001.php and 1001.phtml and 1001.html but it still does not work
Can anybody tell me where I am going wrong or how to get the links to display on a page of my html website
thanks
|