CodeIgniter allows you to customize the First Link .
You can change the opening and closing tags of the First Link .
$config['first_tag_open'] = '';
$config['first_tag_close'] = '
';
So just find out what the other links use by default and use them as your opening and closing tags ..