here is the sshort part of my pages html:
<td id="contents", width="100%" height="539" align="left" valign="top">
<div class="heading">Courses</div>
<div class="text"> The university of gloucestershire offers a number of courses to student and has 4 different schools that are studied over a number of different campuses. the different schools are The business school, the department of accounting and law, department of computing and the department of services managment.
<P>To see a list of all the couses available<p>
<a href=http://www.glos.ac.uk/courses/undergraduate/Pages/default.aspx">Undergraduate<a>
</div></td>
<td height="539">
</tr>
now my problem is this link will not open to the correct page. when i view in browser it appears as a link as it should but when clicked on 500 internal error also how would i get it to open in a parent page rather than itself.
thanks for your help
<td id="contents", width="100%" height="539" align="left" valign="top">
<div class="heading">Courses</div>
<div class="text"> The university of gloucestershire offers a number of courses to student and has 4 different schools that are studied over a number of different campuses. the different schools are The business school, the department of accounting and law, department of computing and the department of services managment.
<P>To see a list of all the couses available<p>
<a href=http://www.glos.ac.uk/courses/undergraduate/Pages/default.aspx">Undergraduate<a>
</div></td>
<td height="539">
</tr>
now my problem is this link will not open to the correct page. when i view in browser it appears as a link as it should but when clicked on 500 internal error also how would i get it to open in a parent page rather than itself.
thanks for your help