CodeIgniter Forums
Object HTML 5 in Codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Object HTML 5 in Codeigniter (/showthread.php?tid=54489)



Object HTML 5 in Codeigniter - El Forum - 09-11-2012

[eluser]Unknown[/eluser]
How to make <object> tag in HTML5 in Codeigniter

<object data="footer.php" width=100% height="300">

</object>

How to make this code in CI ??


Object HTML 5 in Codeigniter - El Forum - 09-11-2012

[eluser]PhilTem[/eluser]
Well...

Just put this code in your view(s):
Code:
<object data="footer.php" width="100%" height="300"></object>

That's it... Call me stupid but your question is neither very specific nor does it face any real CodeIgniter-related issues.

And by the way: You've posted it in the wrong forums.


Object HTML 5 in Codeigniter - El Forum - 09-11-2012

[eluser]Unknown[/eluser]
Where can I post this Quesion