I\'m trying to customize the CSS/HTML for error message displays in codeigniter so I can apply a tag too each and style them up.
I tried to Google this and search t
$this->validation->set_error_delimiters('', '');
This is wrong syntax. the Correct is
$this->form_validation->set_error_delimiters('', '');