A
Anonymous
Guest
I'm a Newbie,
One of your experts on this forum got me going on a little PHP page which sets up a CSS scrollbar inline frame to display the output of my database. Trouble is, the records keep overwriting each other while the PHP code loops through all the DB records, resulting in a display that looks like a defective printer that prints a whole page on one line. When I move the </div> closing attribute to the end of the DIV ID line, the records display correctly one after the other, but at the bottom of the HTML page. Clearly, the output is repeating the format defined in the DIV ID line over and over for each record in the database.
Can someone advise me how to have the records build dynamically (one below the other) inside my CSS frame?
One of your experts on this forum got me going on a little PHP page which sets up a CSS scrollbar inline frame to display the output of my database. Trouble is, the records keep overwriting each other while the PHP code loops through all the DB records, resulting in a display that looks like a defective printer that prints a whole page on one line. When I move the </div> closing attribute to the end of the DIV ID line, the records display correctly one after the other, but at the bottom of the HTML page. Clearly, the output is repeating the format defined in the DIV ID line over and over for each record in the database.
Can someone advise me how to have the records build dynamically (one below the other) inside my CSS frame?