Frames

Despite the fact that the recent trend in web design frowns upon the use of frames and tables in large, commercial websites, as they are a disadvantage when registering a site with many major search engines, frames and tables remain extremely useful for amateur webmasters. Despite their many disadvantages, frames and tables allow beginners to put together attractive web sites that are well-organized and viewable in most major web browsers. In the section below, we will provide you with the basics you need to get started on your web site with frames and tables, so that you can get your site online as soon as possible!

In order to help you understand how to create frames more easily, we at HostSearch will use the HTML code of this page to show you how to build frames from scratch. Using this as a guide, you should be able to build frames and specify a frame target.

<html>
<head>
<title>Creating Frames For Your Web Pages.</title>
</head>


<FRAMESET COLS="100%" ROWS="60,*" border=no frameborder=0 framespacing=0>
     <FRAME NAME="upper" SRC="frameup_frame.htm" SCROLLING="NO" NORESIZE>
    <FRAMESET COLS="160,*" border=no frameborder=0 framespacing=0>
        <FRAME NAME="left" SRC="framelf.html" SCROLLING="AUTO" NORESIZE>
        <FRAME NAME="main" SRC="right_frame.html" SCROLLING="AUTO" NORESIZE>
    </FRAMESET>
</FRAMESET>

<noframes>
<body bgcolor="#FFFFFF" text="#000000">
<p>This web page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</html>

Below is the step by step description of what each line means.

We don't need <bo

©2008 WOWhostingCatalog.com. All Right Reserved. Privacy