Forum index / General Chat / I frame

I frame

17 posts · page 1 of 1

post #2
29 March 2005, 13:51 UTC#2
if you type in english maybe some one will help
post #3
29 March 2005, 14:01 UTC#3
CODE <iframe src="http://yoururlhere.com/link to html documents" name="Arch Rivals" width="800px" height="600px" align="middle" scrolling="yes" frameborder="no"></iframe>


On the src thingy, you need to change that to whichever page you want your iframe to read, width and height can be changed to whatever, it will be centered, aloopa loo
post #4
29 March 2005, 14:04 UTC#4
chhers where do u put the text in
post #5
29 March 2005, 14:17 UTC#5
in your HTML between the <body> and </body> code of course..

or if you mean the text that appears in the frame, that would be in the file you put where gazaa said "http://yoururlhere.com/link "

ok.

starts looking like a goddamn webdesign forum here :P banners n scripting lol.
post #6
29 March 2005, 14:18 UTC#6
Insert it into whereever you want in the webpage inside the body tags, you'll get the hang
post #8
29 March 2005, 14:29 UTC#8
QUOTE (kuffi @ Mar 29 2005, 02:17 PM) in your HTML between the <body> and </body> code of course..

or if you mean the text that appears in the frame, that would be in the file you put where gazaa said "http://yoururlhere.com/link "

ok.

starts looking like a goddamn webdesign forum here :P banners n scripting lol.

HAHA, I feel like webdesign support some days External image not preserved — inspect source: http://homegrownforums.com/html/emoticons/laugh1.gif

People are lucky to have people like Moi and Kuffi
post #9
29 March 2005, 14:33 UTC#9
</body><iframe src="TEXT IN HERE" name="Arch Rivals" width="800px" height="600px" align="middle" scrolling="yes" frameborder="no"></iframe></body>

is that right cos im not shrue its working
post #10
29 March 2005, 14:36 UTC#10
where u put TEXT IN HERE put something like dickhead.html, make a file called dickhead.html where you put in all the text and images u want to show up in the iframe and voila.
post #11
29 March 2005, 14:37 UTC#11
<iframe src="URL TO WEBPAGE."

The way iframes work are by reading another page, so you need to add content to a page upload it, then link the iframe to that page, so it will look like

<iframe src="http://archrivals.net/pagedisplayed.html"

Pretty self explanatory, I know thats not your URL, I was just giving an example.

EDIT...Kuffi keeps beating me to it biggrin.gif
post #12
29 March 2005, 14:38 UTC#12
this may sound stupid but wta does one make the file on
post #13
29 March 2005, 14:39 UTC#13
draac.com

if you don't understans them, go to that website, its easy. biggrin.gif
post #14
29 March 2005, 14:40 UTC#14
Like a normal page except smaller, because it has to fit inside the iframe if you catch me. So use frontpage or whatever you want, its simple as hell
post #15
29 March 2005, 14:53 UTC#15
how do I find the name of the htm of the page
post #16
29 March 2005, 14:57 UTC#16
omg man.. maybe you shouldnt make a website.

create a file called SHIT.HTML and type stuff in it.

then if you make an iframe with:

</body><iframe src="SHIT.html" name="Arch Rivals" width="800px" height="600px" align="middle" scrolling="yes" frameborder="no"></iframe></body>

it will show SHIT.html in an iframe. Whats so hard about that?