i am trying to echo out an submit button input tag of the type image, but i cant get it to load the image, it is stored in a directory called imgs in the public_html directory of my site. The code that i have is as such:
echo '<input type="image" src="'.base_url("img/sign_up_0.png").'">';
i have the url helper auto-loaded and use it else were to load images in links the same way.
try this: