chump2877
02-24-2005, 01:02 AM
another easy one, probably....
I want the text to be flush at the top and right of the image, inside the table cell....
Here is my code:
<center>
<table border="1" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td>
<div><IMG SRC="ASUS_P4SP-MX_SiS651_2.jpg" style="margin:0;margin-right:10"></div>
<div style="float:right"><span style="font-weight:bold">Mother Board -</span><span> Socket 478 for Intel Pentium 4/ Celeron On-die 512KB/256KB L2 Cache with full speed Intel® Hyper-Threading Technology. Supports next generation Intel Prescott CPU.<br>Price</span><span style="color:red"> $56.71</span><br><span>Part#MB1212</span></div>
</td>
</td>
</tr>
</table>
</center>
thanks.
I want the text to be flush at the top and right of the image, inside the table cell....
Here is my code:
<center>
<table border="1" cellpadding="10" cellspacing="0" width="100%">
<tr>
<td>
<div><IMG SRC="ASUS_P4SP-MX_SiS651_2.jpg" style="margin:0;margin-right:10"></div>
<div style="float:right"><span style="font-weight:bold">Mother Board -</span><span> Socket 478 for Intel Pentium 4/ Celeron On-die 512KB/256KB L2 Cache with full speed Intel® Hyper-Threading Technology. Supports next generation Intel Prescott CPU.<br>Price</span><span style="color:red"> $56.71</span><br><span>Part#MB1212</span></div>
</td>
</td>
</tr>
</table>
</center>
thanks.