SoyDelicious
Technical User
I'm attempting to create a box that would contain linkable php code.
<code>
<td colspan=3 valign="top" background="#ffffff"><div id="mainContent" style="position:absolute; spacing:10px; width:344px; height:150px; z-index:1; overflow: auto; border: 2px none #000000;">
<?php include_once("mainbody.php"
; ?>
</div></td>
</code>
I've tried changing auto to scroll. Verifying with different browsers. I just can't get this badboy to stay inside that lines.
I modified the code from another page that had been submitted to me as a concept. These values worked on that page and not mine which both contain the same CSS (even though defined at div statement). Please find something that I'm doing wrong or I think I'll just die! Thanks for your time.
Joshua Bright
<code>
<td colspan=3 valign="top" background="#ffffff"><div id="mainContent" style="position:absolute; spacing:10px; width:344px; height:150px; z-index:1; overflow: auto; border: 2px none #000000;">
<?php include_once("mainbody.php"
</div></td>
</code>
I've tried changing auto to scroll. Verifying with different browsers. I just can't get this badboy to stay inside that lines.
I modified the code from another page that had been submitted to me as a concept. These values worked on that page and not mine which both contain the same CSS (even though defined at div statement). Please find something that I'm doing wrong or I think I'll just die! Thanks for your time.
Joshua Bright