hi there,
i got the code below which is a simple table but inside the cell i want to include two different web pages. Is there a way of doing this?
thanks in advance
Jonathan D
i got the code below which is a simple table but inside the cell i want to include two different web pages. Is there a way of doing this?
thanks in advance
Jonathan D
Code:
<html>
<head>
</head>
<body>
<table>
<tr>
<td width="200" height="200" align="center">web page 1</td>
<td width="200" height="200" align="center">web page 2</td>
</tr>
</table>
</body>
</html>