natureboy76
Programmer
How do I place a gif image (javascript) into left column of a two column table? I have to put three paragraphs on the other column...I've tried numerous code but can't get any to work...
<body>
<table table width ="75%">
<tr>
<td> <img src="x" height="300" width="425" alt="Changing advertising image" /></td>
<td>row 1, cell 2</td>
</tr>
<body>
<table table width ="75%">
<tr>
<td> <img src="x" height="300" width="425" alt="Changing advertising image" /></td>
<td>row 1, cell 2</td>
</tr>