|
Hi all, I have a simple inquiry. I'm trying to limit the width of the content that appears in the table below, which is generated from a database. I want to add a tag or code so that the maximum character width in the Dealer Details is 50 characters wide, and any additional content is brought down to a new row. Can someone help me?
<tr>
<td class="{phpStoreFinderStyle}FieldCaptionTD">Detail s</td>
<td class="{phpStoreFinderStyle}DataTD">{Dealer_Detail s}</td>
</tr>
|