• Hi,
    Went through the documentation but could not find CSS for removing that BR after the Label and before the actual Field.

    Thanks,
    Jim

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Place a label and a form-tag in the same line, don’t put a newline between them, like this:

    <label> Your Full Name (required) [text* your-name] </label>

    Thread Starter akacruiseman

    (@akacruiseman)

    Hi,
    Got that. I think I stated the issue incorrectly.
    After <label> stuff here </label> is where I want to remove the line (BR).
    So it would be
    <Label>Your full name Text area for input</label>
    This is the line I want to remove.
    <Label>Your email Text area for input</label>

    To make it single space and not double space.

    I never realized how difficult to put into words what I am trying to say. LOL
    Thanks,
    Jim

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove BR after label’ is closed to new replies.