I built an HTML table to display me search results. The first row is offset from the remainder of the table (see attached). I've included the HTML code below:
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
bbeshlian
Hello,
I built an HTML table to display me search results. The first row is offset from the remainder of the table (see attached). I've included the HTML code below:
<table align="left" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="white-space: wrap; vertical-align: middle; text-align: center; width: 80px;">[@field:Group_Number]</td>
<td style="white-space: wrap; vertical-align: middle; text-align: left; width: 600px;">[@field:Code_Description]</td>
<td style="white-space: wrap; text-align: center; vertical-align: middle; width: 50px;">[@field:Future]</td>
<td style="white-space: wrap; text-align: center; vertical-align: middle; width: 70px;">[@field:Grace_Period]</td>
</tr>
</tbody>
</table>
Thanks,
Bill
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.