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.
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.