2016-03-04, 06:32 PM
This is the code for post options in the new reply template
I've deleted one of the td classes leaving the code wrapped in one, but in the below image the background ( trow )
doesn't extend to 100%? Is it possible to make it full width, while only keeping one td class?
![[Image: cb034d455f3421cb8d349fc0e1608486.png]](https://camo.mybb.com/bf2ca3b52aac02c0419ec328060e32285f1f1ab4/68747470733a2f2f692e6779617a6f2e636f6d2f63623033346434353566333432316362386433343966633065313630383438362e706e67)
<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong><br>
<span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{$disablesmilies}
</span>
</td>
</tr>
I've deleted one of the td classes leaving the code wrapped in one, but in the below image the background ( trow )
doesn't extend to 100%? Is it possible to make it full width, while only keeping one td class?