hello,
i have one form nested in one table on my page.nothing else. still, i managed to create a problem: my table shows at the middle of the page instead of the top!!!!!!
<cfquery>
</cfquery>
<table>
<form>
<tr><td>etc...</td></tr>
<tr><td>etc...</td></tr>
......
</form>
</table>
how can i solve this ? thanks
i have one form nested in one table on my page.nothing else. still, i managed to create a problem: my table shows at the middle of the page instead of the top!!!!!!
<cfquery>
</cfquery>
<table>
<form>
<tr><td>etc...</td></tr>
<tr><td>etc...</td></tr>
......
</form>
</table>
how can i solve this ? thanks