What is iFrame
If you want to display a portion or a whole website in any of your pages, you can create an iFrame to do it. It can come in the form of a scrolling text box following a fixed size. Or it can fill up an entire window, with just your website’s header showing.
If you find iFrames useful for your site, here’s a simple tutorial on how to make them:
1. First, determine the URL of the site that you would like to display inside the iFrame.2. Determine the right width and the height.3. Now, copy the following code in a notepad. A few editing is needed.
<iFrame src=”http://www.yourdomain.com” style=”border:1px blue solid;” name=”frame1″ scrolling=”auto” frameborder=”yes” align=”center” height = “200px” width = “300px”></iFrame>
4. Change the following:
a. Source (src)http://www. yourdomain.com to the URL you’d like use.
b. StyleThe border used for the code is 1 pixel. Change it if you want a wider border. Or take everything out if you don’t.The border is also filled with solid blue color. Change the color if you want.
c. NameThe name given to this code is frame1. It’s possible to change this too. Or just leave it as is.
d. ScrollingHere, the scrolling used is auto. It’s best that you leave it as such. Otherwise, change it to “yes” or “no” as needed.
e. Frame borderIf you want your iFrame to have a boarder, add this code.
f. AlignmentYour choices are center, left, and right.
g. Height and widthPut in the size you have determined for your iFrame. Change the height and width values accordingly. Measurement is in pixels.
5. After editing the code above, the iFrame should be ready for your website. Copy the code and paste it exactly where you would like the iFrame to appear.
How to create a Facebook Group
How to add chat to your website
How to Use the Include File Syntax in ASP, HTML, and PHP
How to Install a Free Guestbook on your Site
How to create a free forum website
How to Add a Free Counter to Your Site
Internal 500 Error
Header Tags
What is a FavIcon
Horizontal Dividers
How to remove copyrighted links
What is iFrame
How to setup an email on your domain
Accept Donations with PayPal
How to add a plug-in to WordPress
How to make a theme for Xoops
How to Install Xoops
How to make a Joomla theme
How to Make a WordPress Theme
How to add a shout box to your website
How to Burn Feeds using FeedBurner
How to install Mambo
How to Justify Texts on your Website
How to create a contact me form
How to make a table in Html
The Div tag
Disabling Right Clicks on your Website
How to Add Background Music to a Web Page
How to Install Joomla in 5 Easy Steps
How to Install WordPress on Your Website
How to Use the HTML Font Tags
SMF Forum
How to add a image to a link
How to add your website to Google
How improve your pagerank
The Redirection Code
Hex Color Chart
Scrolling text
The Font Tag
Special Html Characters
What is a URL
Hyperlink Code
How to Center a text
The "Underline" Html Tag
Bold Html Tag
Line Break
New Paragraph Html tag
How Does FTP Work?
How to add Youtube videos to Myspace
How to add Youtube videos to your web page
What NOT to do when making a website