![]() |
Table formatting issues =(
The following is my current table layout -
Code:
<table>Thanks for any help rendered :thumbsup: |
rowspan spans the cell through 2 <tr>s.
And not as you are attempting: make 2 rows with the same <tr> with Code:
<tr>and the <td>s defined in the third <tr> will then occupy the columns that are not already ocuppied by the expanded <td>s from the second <tr>. The code is easyly fixed by moving the third cell to it's own <tr> Code:
<table> |
Thanks alot for the help ;)
The way rows interact with one another is kinda confusing .. |
| All times are GMT +1. The time now is 10:50 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.