Greetings, I'm running into a problem with the validation plug-in and was wondering if someone can point out the solution to me; I'm sure I have just missed something somewhere.
Currently, using the markup below, error messages are showing up below the input field and I would like them to show up inline with the label ... How do I accomplish this? [code] <p> <label for="menu_item">Create a new menu item:</label<br/><input id="menu_item" name="menu_item" class="required"/> </p> [/code] Thank you, Michael