Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 438
0 Users 2 Guests Online

Links; Part 2: Iframes

Final Output
Code
<iframe src ="/link.php" name="frame" width="100%"></iframe>


Explainations

<iframe;Begins the frame;
src;Searchs for the url;
="/link.php";The url;
name="frame";Name of the frame you are linking to;
width="100%";The width of your iframes border;
"></iframe>;The ending of your iframe;
Joshua
Author:
Views:
1863
Rating:
There are currently no comments for this tutorial.