CodeIgniter Forums
img in views ( noobs problem) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: img in views ( noobs problem) (/showthread.php?tid=42456)



img in views ( noobs problem) - El Forum - 06-07-2011

[eluser]RaiNnTeaRs[/eluser]
Hi all, I'm sorry for this noobs problem, but

can you help me ?? I made a simple coding,
in main controller
Code:
$this->load->view('bt_b.php');

then in bt_b.php(views section), I wrote :
Code:
<?
echo "<img src='..//images/some_pic.jpg'>";
?&gt;

and the pics won't displayed , what should I do to fix it ? thx


img in views ( noobs problem) - El Forum - 06-07-2011

[eluser]RaiNnTeaRs[/eluser]
Sorry, wrong thread,can't delete it, I've just recreated the topics in other sections. please delete this topics. Thanks