EmmiComandur
New Member
I have this table in our front end and I've been reading that DIV is the better way to code this, how would you represent the same structure in DIVs ?\[code\]<table> <tr> <td colspan="6" class="title"><strong>Choose Dates</strong></td> <td colspan="2" class="title"><strong>Search by Name</strong></td> <td class="title"><strong>Status</strong></td> </tr> <tr> <td><input type="text" id="dateFrom" /></td> <td><strong>To</strong></td> <td></td> <td><input type="text" id="dateTo" /></td> <td><input type="checkbox"id="pendResCheckID" />Pending</td> <td><input type="checkbox"id="ConfResCheckID" />Confirmed</td> <td><input type="checkbox"id="CancResCheckID" />Canceled</td> </tr></table>\[/code\]