I've decided to use iframes since I can't figure out how to get links to load into a table cell. I have entered the code
[PHP<? include('iframe.php'); ?>[/code]
in my file to include the iframe. The iframe file itself has the following code
<html>
<head>
<title>Entropy Enterprises</title>
</head>
<body>
<iframe width="455" height="442" align="middle" frameborder="0">
<frame src="news.php" name="news" frameborder="0">
</iframe>
</body>
</html>
Now, for some reason the iframe still comes up as a white box in the middle of my screen. I'm using IE 6 on WinXP so I don't think there's a reason it should be doing that unless I goofed up my code somewhere. If anyone could figure out why it won't work I'd be very appreciative. Thanks