balanvip
01-09-2006, 12:55 PM
Hi,
I need a small coding in html. I have 1 rows and 1 column. In the 1st row i have a text for instance i have abc. If i click the text abc the page called abc.html should be opened in the corresponding next column. I dont want to use the frames.
What type of coding i should addd with this
<table width="75%" border="1">
<tr>
<td width="51%"><a href="abc.html">abc</a></td>
<td width="49%"> </td>
</tr>
</table>
Thanks,
Balan
I need a small coding in html. I have 1 rows and 1 column. In the 1st row i have a text for instance i have abc. If i click the text abc the page called abc.html should be opened in the corresponding next column. I dont want to use the frames.
What type of coding i should addd with this
<table width="75%" border="1">
<tr>
<td width="51%"><a href="abc.html">abc</a></td>
<td width="49%"> </td>
</tr>
</table>
Thanks,
Balan