New to php and need to format a php page from html statement
- by Peter D
My problem is the page shows a vertical line of options. I want to put them into a 4 column table to display instead of just down lhs of page. The code I want to change is as follows:
</tr>
<tr>
<td>{LOOP: JOBTYPE}
IF("{JOBTYPE.parent_id}"!="0"){ {:IF}
IF("{JOBTYPE.catcount}"=="0"){<input type="checkbox"…