Links; Part 2: Iframes


Final Output
HTML Code
  1. <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's Avatar
Author:
Views:
2,097
Rating:
There are currently no comments for this tutorial, login or register to leave one.