Jump to content
  • 0

Row Offset in HTML Table


bbeshlian

Question

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

Row_Offset.PNG

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...