Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
09-24-2014, 12:22 AM
Post: #1
|
|||
|
|||
iFrame Blogger
Hi there,
I just think how make iFrame on blogger, but not some part, i want have iframe on my all blog. Do you know how i can do this ? i try search it, but without succes, i just found some site to make iframe but its not working, when i put something like this PHP Code: <iframe width="100%" frameborder="0" src="The blog URL Goes here" height="400"></iframe> Code: There should be one and only one skin in the template, and we found: 0 |
|||
09-24-2014, 05:04 AM
Post: #2
|
|||
|
|||
RE:
try with this code:
<iframe width="100%" frameborder="0" src="http://hereyoururl.com" height="400"></iframe> replace: http://hereyoururl.com |
|||