Is there a way to do this? Need help please!

So here is my problem, I am only familiar with html + css, and I can't figure out a way to do this.
I have a site where I am entering products onto my page, and I update it fairly often. I only want 10 products per page. My problem is making an archive or like a "next page" is there a way to have a piece of code that will do this automatically?
For ease of example, I will say that i only want 4 items on each page, currently on page 1 there is items be A B C D
If I add another item on page one it will appear at the top of the list , let this new item be Z, therefore it would look like
Page 1 = Z A B C
Page 2 = D
If I add another item to page 1, lets call it X, the end result will be
Page 1 = X Z A B
Page 2 = C D
So on and so forth, and then ofcourse a page 3 and a page 4 will be created once i add more items.
So far I 've been doing it manually, which is a pain, there must be an easier way. Does anyoen know what I should do, or what this is even called? thank you in advance!

As PZ said, there's no way to do this automatically without some dynamic backbone to your site.  If you're building a shopping site, you should be using an e-commerce solution.  In the long-run, it will make your site much easier to maintain.
Shopify
http://www.shopify.com/
Coffee Cup
http://www.coffeecup.com/shopping-cart/
Cartweaver
http://www.cartweaver.com/
Web Assist
http://www.webassist.com/support/ecommerce-options.php
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

Maybe you are looking for

  • Apex IR Page

    Dear All, I have an IR in which the data runs to multiple pages. Below, the page number is displayed for navigation. I have another report which is a popup based on a link in the previous report. I move to page say 30 and click on the link and the da

  • Actual Date & PGI Date

    Dear All we are loading the january,08 sales  invoice from the legacy system to SAP system through BDC program. for this at the time of PGI we are using Actual GI date as month of January, 08 and keeping planned GI date as the system date and at the

  • Reg : flash back query set up

    This is regarding the flashback feature which is available in Oracle 10g. Using this feature we can get the tables which are dropped. Note:- Table data cannot be recovered if we use truncate table command as it does not uses a undo segment and just c

  • TPM82 - Portfolio Transfer - No suitable positions have been selected

    Hi SAP Gurus, I've been trying to activate Portfolio Transfer (TPM82) but I can't seem to succeed when I try to test.  Keep on getting this message "No suitable positions have been selected".  I already created update types and assigned it but still

  • Type casting arrays

    i m reading an array of int from ObjectOutPutStream. can any body tell how do we type cast an object to array ??