decibel
03-07-2005, 05:11 PM
Hello there. I space out items in html using several
The reason i do this is to make my form on the html page look like an existing printed form. My question is there an easier way to space stuff , thanks.
example:
<?php
echo "
7. INSURED'S ADDRESS (No. Street)<br>
<input type='text' name='subadd' size='30' value='".$subadd."'>
</td>
</tr>
<tr>
<td class='redtext'>CITY |
STATE<br>";
?>
The reason i do this is to make my form on the html page look like an existing printed form. My question is there an easier way to space stuff , thanks.
example:
<?php
echo "
7. INSURED'S ADDRESS (No. Street)<br>
<input type='text' name='subadd' size='30' value='".$subadd."'>
</td>
</tr>
<tr>
<td class='redtext'>CITY |
STATE<br>";
?>