pbassett 0 Newbie Poster

I have a .cgi file that reads POSTed data from an HTML questionnaire Form and displays HTML that lists all the scholarships the person may qualify for. I want to Include a file with CSS and a Header image. Unfortunately none of this is taking effect, only the list of scholarships that are not in the Font I want.
If you take the quiz at http://www.solotraveller.com/new%20student%20scholarships/Questionnaire.shtml and answer anything Yes you will see the (undesirable) results.

The HTML (below) that the .cgi file generates, when saved to an .shtml file, renders the way I want. The page is http://www.solotraveller.com/New%20Student%20Scholarships/cgi-bin/testlist.shtml

Can someone let me know why the .cgi does not load the Include file correctly?
Thanks!

<html>
<head>
<title></title>
</head>
<body>
<h1></h1>
<!--#include file="../header.htm"-->
<table width=800 border=1 cellspacing=0 cellpadding=0><tr><td><input type="radio" name="q1" value="DeVryHighSchool"</td><td width="90%"><a href="../Scholarship Requirements/Deans Scholarship.shtml">DeVry High School Scholarship</a></td></tr><tr><td><input type="radio" name="q1" value="Deans"</td><td width="90%"><a href="../Scholarship Requirements/Deans Scholarship.shtml">Dean's Scholarship</a></td></tr><tr><td><input type="radio" name="q1" value="Transfer"</td><td width="90%"><a href="../Scholarship Requirements/Deans Scholarship.shtml">Transfer Scholarship</a></td></tr></table></body>
</html>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.