Posted by jodleren on 11/26/07 08:36
Hi!
I have a "problem", that in to tables (cascaded), that </form> adds /
takes up space at the end of my file....
in PHP, I have:
</table><?php
}
echo "</form>";
Which results in:
<tr><td colspan=12 align="center">
<input name="btn_close" type="submit"
value="Cancel">
<input name="btn_save" type="submit" value="Save">
</td></tr>
</table></form></td><td width=5></td></tr>
Removing the </form> and it takes up less space... I have a feeling
that it is this specific file, but I cannto figure what causes it.
WBR
Sonnich
[Back to original message]
|