Jump to content
MakeWebGames

Recommended Posts

Posted

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>";
} 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...