Welcome Guest, Not a member yet? Register   Sign In
Images not visable
#11

[eluser]m628[/eluser]
You tell me:
http://ampsoft.com/C/User/Login
and
http://ampsoft.com/C/User/Login/



Submit button Removed
#12

[eluser]russel[/eluser]
You can use absolute path for you images. Like: base_url()
Code:
<img src="&lt;?php echo base_url();?&gt;images/A.gif" border="0" width="761" height="135" alt="A.gif (10,970 bytes)">
<img src="&lt;?php echo base_url();?&gt;images/B.jpg" border="0" width="200" height="135" alt="B.jpg (33,887 bytes)">
#13

[eluser]cideveloper[/eluser]
.htaccess? sometimes that is the main culprit when you are dealing with paths. If you are using one, mind showing it.




Theme © iAndrew 2016 - Forum software by © MyBB