PDA

View Full Version : IFrames on piczo?



exterier
10-03-2007, 03:45 PM
how do i get iframes on piczo..
some people have it so i know it can be done..
i've been searching the web but just cant find.
cheers...

Robbie
10-03-2007, 04:56 PM
<iframe name="frame" src="http://google.com"></iframe>

Ceoxe
10-03-2007, 05:05 PM
Yea, but you have to host the actually iframe source somewhere else.

exterier
10-03-2007, 06:57 PM
?
can u please give me an example please.

Ceoxe
10-03-2007, 07:08 PM
Ok, <iframe name="frame" src="www.freewebs.com/newb/lol.html"></iframe> you would have to host the "Hey.hmtl" somewhere else like freewebs or soemthing, once you have made a freewebs acc, lets say i made one called newb i would change the lol.htm to www.freewebs.com/newb/lol.htm (http://www.freewebs.com/newb/lol.htm) and the code would be: <iframe name="frame" src="www.freewebs.com/newb/lol.html"></iframe>

and also, i would waste a domain on a piczo site.

myke
10-03-2007, 07:12 PM
It wont work ;) Never use piczo. If you want something free and you're that desperate use freewebs.

exterier
24-03-2007, 09:26 PM
its not that im despr8 but just dont know how to use html lol
neva tryd it..

F32
24-03-2007, 09:28 PM
Then you really need to learn:

www.w3schools.org

ScottDiamond
24-03-2007, 09:30 PM
Ok, <iframe name="frame" src="www.freewebs.com/newb/lol.html"></iframe> you would have to host the "Hey.hmtl" somewhere else like freewebs or soemthing, once you have made a freewebs acc, lets say i made one called newb i would change the lol.htm to www.freewebs.com/newb/lol.htm (http://www.freewebs.com/newb/lol.htm) and the code would be: <iframe name="frame" src="www.freewebs.com/newb/lol.html"></iframe>

and also, i would waste a domain on a piczo site.

Why the hell would you 'need to host it somewhere else'?

Anyone with an IQ over 30 would know how to copy and paste a link. I should know, I've had an iFrame on a piczo website before.

scubadiva
24-03-2007, 09:31 PM
I did it with my old site, I can't remember how. I think I either typed in iFrames on google.com, went on a generator, generated a code and added it to an HTML box, or I found it on a Piczo Pros page. I can't remember which, try both :)

Mentor
24-03-2007, 09:38 PM
Why the hell would you 'need to host it somewhere else'?

Anyone with an IQ over 30 would know how to copy and paste a link. I should know, I've had an iFrame on a piczo website before.

Anyone with an IQ over 30 would also have actualy read what he said, and possibly answered it with something that made sence?
*** has copy and pasting a URL got to do with weather or not the ifraim target location is located on the same domain's server space or not?

Also does Pizco even support multiple pages o.0

QuickScriptz
24-03-2007, 10:14 PM
Ok to simplify what was already said above....

The Basic Code Of An iFrame
<iframe src="http://www.piczo.com/yourfilehere.html" width="100" height="100"></iframe>

Red/Link = the location of the file in the iframe
Blue = the width of the iframe in pixels
Purple = the height of the iframe in pixels

So basically how it works is you go to your site and make a file called "yourfilehere.html" and then open it in your web-browser. When its open copy and paste the url (in the address bar) and replace the text in red with that url. So now anything you put in yourfilehere.html will show up inside the iframe. Just remember that the iframe code has to be in a different file than "yourfilehere.html" otherwise it is calling itself which just doesn't work.

Hope this helps :) Remember people, power in simplicity!

EDIT: Of course piczo supports multiple pages! Its not that primitive :P

ScottDiamond
24-03-2007, 11:54 PM
Anyone with an IQ over 30 would also have actualy read what he said, and possibly answered it with something that made sence?
*** has copy and pasting a URL got to do with weather or not the ifraim target location is located on the same domain's server space or not?

Also does Pizco even support multiple pages o.0

When you create a new page, the link is something like this load of rubbish:


http://10.piczo.com/page/81271276312786431876d/4562789642.html

Copy and paste that in the iFrame scroll and you will have a nice iFrame. :)

And I did read it, don't jump to conclusions. :)

Want to hide these adverts? Register an account for free!