Here is the thing. I want to be able to have the readmore article in iframe.
So how do i change the current code
Code:
<div align="center"><center>
<tr>
<td width="100%" bgcolor="#F8F8F8"><strong><!-- [cat-title] --></strong></td>
</tr>
<tr>
<td width="100%"><small><strong><!-- [article-edit-del] --></strong></small></td>
</tr>
<tr>
<td width="100%"><small><strong><?php echo "$info[datetime]\n";?></strong></small></td>
</tr>
<tr>
<td width="100%"><!-- [article-full] --></td>
</tr>
</table>
</center></div>
so that the text will appear in Iframe (width 500 - height 300) ?
Anyone? |