I am generating an HTML table from an SQL query with PHP.
One of my table columns contains a picture, the column row is spanned in accordance with however may records come back from the database. I tried giving the hardcoded rowspan a crazy, much higher number of rows that were in the table. It did not error, but is this okay. Many thanks
One of my table columns contains a picture, the column row is spanned in accordance with however may records come back from the database. I tried giving the hardcoded rowspan a crazy, much higher number of rows that were in the table. It did not error, but is this okay. Many thanks