In this category, you'll learn how to create frames and how you can use them effectively.
Total: 30
Showing: 15
Page 1 of 2
HTML - Frames HTML / Frames
Frames are not very commonly used in websites but the can be useful in some instances. Basically frames will split up your browser screen so that it is possible to view two or more different web pages at once.
A good introduction to HTML frames HTML / Frames
Frames may be a bit old fashioned, but it can still be handy and it's a must know for beginning webdevelopers. In this tutorial you will learn it all.
Frames and the Frameset HTML / Frames
Frames help the developer split a page into two parts. One of the simplest frame set splits the page into main information and the menu.Each window of a frame set contains an HTML document. Hence, a 2 frame "frame set" consists of three HTML documents. One is the frame set HTML, One is the Menu HTML, and the last is the Main Information HTML.
Iframes HTML / Frames
iFrame is a fancy name for how HTML can be used to display another page's content within its own page. It can be handy if you have a news page you edit news into and that you want to display in your main layout without editing the layout each time.
Frames and Spiders HTML / Frames
Will the use of frames stop your pages from being spidered properly by the search engines? Not if you follow these guidelines!
Margins Through Frames Tutorial HTML / Frames
This method may or may not be the best for your site. Just learn what you can, and go from there.Let's say you want to have your main page content a certain width. Of course, you could use frames or tables and simply specify the width in pixels.But what if you want it centered in the middle of the page with equal "Margins" on both sides, no matter at what size the user's screen is set?Then your content will be in a window of a specific size in the middle of the screen.
Inline Frames HTML / Frames
Learn how to embed a page by using a floating frame. Floating or inline frames enables a full page to be added inside another. Unlike PHP and SHTML, inline frames use a .html file as the embeded file and includes a scrollbar.
IFrames HTML / Frames
IFrames are different from regular frames, because unlike regular frames, IFrames can be positioned anywhere on the page, and can be any size.