Html Output Placed At Bottom Of Page.

Hi All,

I tested the following code:




<div class="row">

	<b>Please select which Conference Sessions you will be attending:</b><br>

	<table><tr><td>Hello</td></tr></table>

	<?php

		echo ConfConferenceProgram::model()->getConfSessionsCheckboxData($model->id);

	?>

</div>	



The code works 100%, only problem is that the first table which says Hello is at the correct palce in the output view. The getConfSessionsCheckboxData method builds a table dynamically. This second table is placed right at the bottom of the page below the copyright info. Why is that?

No worries about this. Forgot my closing table tag :)

Sometimes I wake-up and then get up. Other times I just get up.