Jump to content

Style all the label inside the table tag


Recommended Posts

I see, can you confirm if you're using similar HTML structure below? Can you go to your DataPage --> preview --> right click on the label --> choose inspect.

<tr class="cbFormTableRow">
 <td class="cbFormLabelCell cbFormLabel"><label for="InsertRecordTour">Tour</label></td>
  <td class="cbFormFieldCell">
    <input type="text" maxlength="255" name="InsertRecordTour" id="InsertRecordTour" value="" class="cbFormTextField" size="25">
  </td>
</tr>

 

Link to comment
Share on other sites

Go to your DataPage --> edit --> proceed to the configure fields wizard --> add a Header/Footer in it --> go to footer --> advance --> uncheck the "Enable HTML editor" check box --> go back to standard tab --> Paste the following code.

td:nth-child(1) {
    color: blue;
}

 

Let me know if this helps.

 

~ H

Link to comment
Share on other sites

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
Reply to this topic...

×   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...