Welcome Guest, Not a member yet? Register   Sign In
Display PNG img in view not working
#8

My code below :
Code:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

<div>


<img src="<?php echo FCPATH.'assets/download.png'; ?>"/>
<img src="/assets/download.png"/>

</div>

</body>
</html>
The first image does not work (don't know why ?)
The second one works.
Reply


Messages In This Thread
Display PNG img in view not working - by flav - 11-25-2021, 06:17 AM
RE: Display PNG img in view not working - by flav - 11-26-2021, 04:33 AM
RE: Display PNG img in view not working - by flav - 11-29-2021, 06:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB