PDA

View Full Version : IFrames.. (The Easy way)



-o-
07-12-2005, 09:18 PM
The Iframe

iframe name="FRAME1" src="content1.htm" width="xx" height="xx" frameborder="1" ></iframe>

Change the "xx" To the size of the Iframe you want.

Change "Content1.html" to the page you want in the IFrame when your website loads.

-------------------------------------------------------------------------------------
Link's to the IFrame

<a href=www.habboxforum.com (http://www.habboxforum.com) target="FRAME1">HxF</a>

Change "HxF" To What you want the link to say EG: Click here (http://www.habboxforum.com/www.habboxforum.com)
Change www.habboxforum.com (http://www.habboxforum.com) To What the link will go to (In the IFrame Like www.habboxforum.com/signup.php (http://www.habboxforum.com/signup.php)
-------------------------------------------------------------------------------------
Changing Colour of Scroll Bar

<style type="text/css">
body
{
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000;
}
</style>

Change the code's "#000000" (its currently black) Find the code's here http://www.computerhope.com/htmcolor.htm
NOTE: This is only the IFrame at the right not the IFrame scroll Bar!


------------------------------------------------------------------------
IFrame Coloured Scroll Bar

Follow the tutorial above but put your colours + Html Code in every HTML Page that will go in the IFrame


Hope this tutorial Helped
Andy :D

Dan Williamson
07-12-2005, 09:48 PM
This is probably the 6th Iframe tutorial I have seen "/

- Dan

Lysine
07-12-2005, 09:56 PM
Lol
6Th

specialV.I.P
07-12-2005, 10:47 PM
OMG I know iFrames are the easiest to use lol and dont come on the forum with 1 post and thinking you got good tut ive seen about 5 and there better yours :o

PM Or Reply To Add To Freinds List

Dan Williamson
07-12-2005, 11:09 PM
And it's much easier and professional to use PHP includes :)

- Dan

specialV.I.P
07-12-2005, 11:27 PM
Lol I know , Experienced Designer Myself Dan

P.S I Repped Yah On My Buddies List As I Said I Do +Rep

-Gary

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