Welcome Guest, Not a member yet? Register   Sign In
Object HTML 5 in Codeigniter
#1

[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 ??
#2

[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.
#3

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




Theme © iAndrew 2016 - Forum software by © MyBB