• jpearson311

    (@jpearson311)


    Does anyone know if I can wrap the labels around the inputs rather than have the inputs after the labels? If you inspect one of the inputs on the form at the link, you’ll understand what I’m talking about. Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Erik

    (@codekraft)

    in this way?
    <label>[email* your-email placeholder “E-Mail*”]</label>

    Thread Starter jpearson311

    (@jpearson311)

    Yes. <label><input type=”text /></label> If it’s not wrapped, it fails accessibility tests.

    Erik

    (@codekraft)

    did you try the code in my answer?

    <label>[email* your-email placeholder “E-Mail*”]</label>

    [tag] will be replaced with the corresponding html tag

    Thread Starter jpearson311

    (@jpearson311)

    I can’t write code for it. It’s all wysiwyg.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Label Wrap’ is closed to new replies.