PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am in the process of redesigning a website so that products are taken from a MySQL database and displayed on a page using PHP, however I need to add a column to all for pictures and I need to align the table with the headings that are static on the page. Seehttp://www2.acehireltd.co.uk/template.php, I will also need to change the outputted products font and colour, any help would be very grateful!
The PHP used is as below:
Ok thanks guys, I have sorted the table lay out for the picture section and have found out how to include links to the photos in the database to display them easily. However now I need help changing the font and background colour or the table etc. Can anyone help with this?
Why? Because IE3 otherwise doesn't parse the table correctly?
Hi beetree,
because <tr> is used for table row...so when you finish with </tr> and start with <tr> it will automatically jump to next row ....so no need for "\n"
Why? Because IE3 otherwise doesn't parse the table correctly?
Hi beetree,
because <tr> is used for table row...so when you finish with </tr> and start with <tr> it will automatically jump to next row ....so no need for "\n"
Oh sorry, I misread you. I thought you were saying that he _needs_ to add \n