View Full Version : Code For Next Page >> Click
ngarama
Dec 8th 2007, 8:58 pm
I am completely novice to programming and i need a code on one of my page to limit the number of links on it. for example if i need only 20 links on a page, the rest can be accessed by clicking the Next >> link, or the 1 2 3 4 ... links.
My page is in html. Does any one have an idea of what i should do?
Thanks.
ajsa52
Dec 9th 2007, 12:15 am
Do you need only 20 links for visual aesthetic reasons ? or for Seo purposes ?
- For visual aesthetic reasons -> You can do it with dynamic HTML (client side), hidding and un-hidding page portions.
- For SEO purposes -> The best way is programming your pages on server side. With PHP, PERL or similar.
Mike H.
Dec 9th 2007, 3:23 am
See the last post in:
http://forums.digitalpoint.com/showthread.php?t=591834
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.