You can use center inside a table, depending on your browser. Most browser's will accept it, I think it may not even hinder standard compliance with w3c.
The problem you have will have to simply be solved by makeing new columns. One picture per column. If you try centering an element, it will whore up every thing to the right side of it in most browsers. so each image will be in a new table data cell. Make sence? (Rubah did this in her example)
If you are using tables for layouts, and this will futz up your page, just use the colspan = (number, however many columns you want your cell to span) propterty.
Quoted for truth. Even though it goes agains the table revolution, and kaiserDragon will destroy us both.Originally Posted by Dr. Unne
bipper



Reply With Quote