Guest LuPoPaZzO Posted July 1, 2006 Share Posted July 1, 2006 Hi, i have a counter for visit in my page, but the code for this counter is in html. I want put the counter in bottom of page where i have a copyright. Is possible??? Please help me thanks Quote Link to comment Share on other sites More sharing options...
Guest degsey69 Posted July 1, 2006 Share Posted July 1, 2006 Hi, i have a counter for visit in my page, but the code for this counter is in html. I want put the counter in bottom of page where i have a copyright. Is possible??? Please help me thanks If you place this code at the bottom of your index.tpl of the skin you are using the counter wil appear at the bottom of the page after <br clear="all" /> <div align="center"><iframe src="yourcounter.html" frameborder="3" width="100%" height="100"></iframe></div> </div> Please note that you have to create a seperate html page in an editor, name it yourcounter.html, and place the html code in it and upload it into the root directory where the folders admin,incudes etc are. Also you can alter the height and width to suit the look of the skin. Degsey ;) Quote Link to comment Share on other sites More sharing options...
Guest LuPoPaZzO Posted July 1, 2006 Share Posted July 1, 2006 Thanks a lot Quote Link to comment Share on other sites More sharing options...
convict Posted July 1, 2006 Share Posted July 1, 2006 Or use main counter code from your orriginal HTML page and paste at the bottom of global index.tpl ;) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.