For logo and and menu I have table with two rows. And Picture of person. Upper part of the body is on first row and lower part is on second row. First row should have only one td that is logo of the site and in second row i should make multiple td Can someone help me with that task. I should use tables because my client want it.
For logo and and menu I have table with two rows. And Picture of
Share
You can use the
colspanattribute on a<td>element to make it fit more than one column, just increase the number to however many columns you want it to fit across