PDA

View Full Version : Page Design For Automatic Listing



george1
14 Dec 2010, 11:13 AM
I have a page with business listings. The business listings are by States and in alphabetical order. When I add a new listing I want to maintain the format, just like in word. In word when you add a listing on a three column page everything moves down the page and on to the next column like a snake effect. This is the best way I can describe what I'm looking for. Some say this cant be done in an html page, is this true? The web site is theultimatedonut.com.

denno020
16 Dec 2010, 02:06 AM
How do you create your business listing page? Is it using php from a database?

If so, you should be able to just put the new listing into the database, and have the query order then using ORDER BY location_name ASC.
Then you print the information to the page in the correct place..

Should be rather easy. However if you're using some other way to get the information into your pages, it could be a but more difficult..