newttster Posted August 31, 2012 Posted August 31, 2012 For the life of me I cannot figure out why this is cutting my page off and not displaying the bottom half of my css. As far as I can tell I have all the tags closed. Anyone have an idea why this code would be doing this? Any suggestions would be greatly appreciated. function index() { global $db,$ir,$c,$h,$userid; echo"<center><font color=steelblue><h3>Yada Yada</h3> Blurb<br />Blah<br /><br />"; echo" <table> <tr> <td> <a href='link><img src='uparrow.png'></a> </td> </tr> <tr> <td> <a href='link'><img src='leftarrow.png'></a> <a href='link'><img src='rightarrow.png'></a> </td> </tr> <tr> <td> <a href='link'><img src='downarrow.png'></a> </td> </tr> </table></font></center>"; } Quote
newttster Posted August 31, 2012 Author Posted August 31, 2012 You know ... it's been one of those days. Grr. I had it there ... the only problem ... forgot the brackets. Thanks Dj. This can be closed. *walks away really embarrassed* Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.