I have taken over a Web Site. The Default Page is in two frames. When I go to display the page below, it will not display as a full page (or frame). Been at this four days and for the life of me I do not know what is wrong. This works with two other pages, but not this one!

<Html>
<Head>
<Title> Information for Parents </Title>
</Head>

<Form Name="Default" Method="GET" Action="../Default.htm">

<Body bgcolor="#FFFFFF">

<Font Face="Courier New" size="3"><Strong>
<Center>
<Table Border="3" Frame="All" CellPadding="1" CellSpacing="2">

<Caption Align="Top"><B>Parents</B></Caption>

<tr>
<td>Parents
want the best education for their children. We understand that each school community has
its unique needs. Our goal is to provide your family with a positive learning environment,
the finest educational programs, and services that promote outstanding student
achievement.
Parents are children's first and life-long teachers. We value the partnership between home
and school and recognize that parental involvement is the key to success in school. You can
be involved by helping your child with homework, volunteering in our schools, or joining a
school council. By welcoming and providing opportunities for you to be involved, we can
work together to ensure that children receive the very best education.<BR></font></td></Tr>
<BR>

</Table>
<A Href="../Hatch.htm">RETURN</A>
</Form>
</Body>
</Html>

Any help would be greatly appreciated.

Thank You in Advance

Len

RE: Frame="All" Not Working by Tony

Tony
Sat Jul 17 20:24:02 CDT 2004

Len;
The problem is not with the Page you have below, it is with the page that calls this page. If it works on your other pages chances are you have an error in your target= script.

There is an awful lot to remember, chances are you just forgot to put in the target parent script.

After you check it if you still have trouble let me know. I am a teacher also.

Good Luck

Tony

"Len" wrote:

> I have taken over a Web Site. The Default Page is in two frames. When I go to display the page below, it will not display as a full page (or frame). Been at this four days and for the life of me I do not know what is wrong. This works with two other pages, but not this one!
>
> <Html>
> <Head>
> <Title> Information for Parents </Title>
> </Head>
>
> <Form Name="Default" Method="GET" Action="../Default.htm">
>
> <Body bgcolor="#FFFFFF">
>
> <Font Face="Courier New" size="3"><Strong>
> <Center>
> <Table Border="3" Frame="All" CellPadding="1" CellSpacing="2">
>
> <Caption Align="Top"><B>Parents</B></Caption>
>
> <tr>
> <td>Parents
> want the best education for their children. We understand that each school community has
> its unique needs. Our goal is to provide your family with a positive learning environment,
> the finest educational programs, and services that promote outstanding student
> achievement.
> Parents are children's first and life-long teachers. We value the partnership between home
> and school and recognize that parental involvement is the key to success in school. You can
> be involved by helping your child with homework, volunteering in our schools, or joining a
> school council. By welcoming and providing opportunities for you to be involved, we can
> work together to ensure that children receive the very best education.<BR></font></td></Tr>
> <BR>
>
> </Table>
> <A Href="../Hatch.htm">RETURN</A>
> </Form>
> </Body>
> </Html>
>
> Any help would be greatly appreciated.
>
> Thank You in Advance
>
> Len