I added this:
<?php wp_link_pages(
array(
‘before’ => ‘<div class=”pagenav”>’,
‘after’ => ‘</div>’,
‘next_or_number’ => ‘next’,
‘nextpagelink’ => __(‘<img src=”mydomain.com/files/image.png” />’),
‘previouspagelink’ => __(‘<img src=”mydomain.com/files/image2.png” />’)
)
); ?>`
Instead of the your code and it is working perfectly!