Help with tables/columns

Hello all, I am new here with very minimal programing experience. I recently had a website created and have since lost contact with the developer. I would like to make some changes to a page but can’t seem to find the page or do I know how to make those changes when I find it.

So I would like to know if someone can show me how to separate a list of items/links into categories, for example I have a list of tools hand tools, power tools, electrical tools and so on. But they are all displayed on one page in one long list that the viewer will have to scroll through the list to find what he/she is looking for. I would like to break the list up into sections under headings such as “Hand Tools”, “Power Tools” and so on. Can anyone help me with this?

You can do it many different way’s, but you mentioned tables

[php]
















Hand Tools Power Tools So On
Screw drivers Circular Saw So On #1
Wrench Sander So On #2
[/php]

Depending on how many items you have and the purpose of the project, I would look at utilizing an ecommerce system.

Sponsor our Newsletter | Privacy Policy | Terms of Service