Hi all,
I am having a problem with another piece of HTML code. I'm actually working with two HTML files. One is supposed to be the frames document and the other file is the main web page.
Here's the code for the frames document:
<HTML>
<HEAD
<TITLE>Nomad Ltd Online</TITLE>
</HEAD>
<FRAMESET COLS="235,*" FRAMEBORDER="1">
<FRAME SRC="navbar.htm" NAME="nav">
<FRAME SRC="main.htm" NAME="main">
</FRAMESET>
<NOFRAMES>
This page was designed to be viewed with frames. You can open individual pages using the <A HREF="navbar.htm">navigation bar</A>
</NOFRAMES>
</HTML>
The main document code looks like this:
<HTML>
<HEAD>
<TITLE>Nomad Ltd online</TITLE>
</HEAD>
<BODY>
<IMG SRC="images/welcome.jpg" ALT="Welcome to Nomad Ltd online" WIDTH="540" HEIGHT="100">
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" BGCOLOR="#B0E0E6" WIDTH="541">
<TR>
<TD COLSPAN="2"><A HREF="construction.htm"><IMG SRC="images/gradient.jpg" WIDTH="540" HEIGHT="70" BORDER="0" ALT="Schedule your vaccine against cabin fever - Nomad winter tours!"></A>
</TR>
<TR BGCOLOR="#B0E0E6">
<TD ALIGN="right" WIDTH="300"><A HREF="construction.htm"><IMG SRC="images/athlete.gif" WIDTH="203" HEIGHT="116" ALT="Athlete" BORDER="0"></A>
<TD ROWSPAN="2" ALIGN="left" VALIGN="center"><A HREF="construction"><IMG SRC="images/leisure.gif" WIDTH="197" HEIGHT="124" ALT="Leisure" BORDER="0"></A>
</TR>
<TR BGCOLOR="#B0E0E6">
<TD HEIGHT="145" ALIGN="center"><A HREF="construction.htm"><IMG SRC="images/arts.gif" WIDTH="202" HEIGHT="121" ALT="Arts" BORDER="0"></A>
</TR>
</TABLE>
<BR>
<A HREF="construction.htm"><IMG SRC="images/skibar.jpg" WIDTH="500" HEIGHT="63" BORDER="0" ALT="Ski off into the sunset - Fall into Winter sale, October 3-8"></A>
</BODY>
</HTML>
I got the frames document coded like the Beginning HTML book said to code it as and I thought I was doing ok. Turns out that I'm not. I cannot get anything beside the words "Nomad Ltd Online" to appear inside the document

. Am I doing something wrong? Would anyone suggest combining the two HTML pages into one document?
HELP ME!!!
Ben
Madison Area Technical College student