How I can make a TD one more than one row in HTML?
To make it like this:
http://quebecencalvaire.ca/sov/this.png
The avatar is a TD and the sidebar another, but they are both in the same table of the TD "some text"...
It's for a profile page...
How I can make a TD one more than one row in HTML?
To make it like this:
http://quebecencalvaire.ca/sov/this.png
The avatar is a TD and the sidebar another, but they are both in the same table of the TD "some text"...
It's for a profile page...
You just need to use rowspan
You can read more here: http://reference.sitepoint.com/html/th/rowspan
As an example:
<td rowspan="2">Whatever</td>
The link below will shows you the code for your problem... http://jsfiddle.net/tashniamit/SCwWt/