Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Need help editing vanilla

edited August 2005 in Vanilla 1.0 Help
Hi, I'm trying to edit the code vanilla churns out so it is level A accessible. I need to add an alt tag onto an input form on this page: http://vanilla.aspiramedia.com/ There's an input form at line 24 that's not accessible. What file do I edit to do this?

Comments

  • Options
    MarkMark Vanilla Staff
    edited August 2005
    Read the documentation

    Particularly, the order of operations.

    The code for that form is in the control file for signin.php, which is located in controls/signin.php.

    There should be a SignInForm control that has a Render method. The form itself will be in there.
This discussion has been closed.