I've for a while now wanted to code layout's in HTML & in Iframes.
Could anyone post a tutorial for doing so? I've search and i cant find one. so
Please?
Thanks x

I've for a while now wanted to code layout's in HTML & in Iframes.
Could anyone post a tutorial for doing so? I've search and i cant find one. so
Please?
Thanks x
What would life be, without music?
Try looking at http://www.w3schools.com/ for HTML (can't be bothered explaining)
Also as for iFrames....
Just insert the following into the body of the document for example -
The<iframe src="iframes/index.php" frameborder="0" height="100%" width="100%" name="master" ></iframe></td>is just to determine whether or how thick the border on the iFrame should be e.g. "0" means no border.frameborder="0"
Thedirects the iframe to show the file "index.php" stored in the directory "/iframes/" in the iframe.<iframe src="iframes/index.php"
Alsomeans that the iframe is refered to as "master" you can change this name but you MUST give the iframe a name if you plan to use links to connect to change the iframe for example...name="master"
That would set the text "Home" to lead to the link "iframes/index.php" but the new page would display in the iframe (if it is named "master").<a href="iframes/index.php" target="master">Home</a>
I don't know if that helped but that was a very quick explanation for you..![]()
Thank's +REP for helping me on that.... can anyone help me on the Coding in HTML Part?
What would life be, without music?
Want to hide these adverts? Register an account for free!