<html>
<head>
<title>Add A Link Category<title>
<link href="../../style.css" rel="stylesheet" type="text/css">
</head>
<body>
<h2 align="center">Add A Link Category</h2>
<br>
To Create a new link category enter the name in the box below<br><br>
<form name="form1" method="post" action="/pub/admin/links/addcat.php">
Category Name :
<input name="catname" type="text" class="textbox">
<br><br>
<input name="submit" type="submit" class="button" value="submit">
<input name="lg" type="hidden" value="y">
</form>
You may need to refresh the add new link page to see your new category in the dropdown list';
</body>
</html>
But it doesnt show when it viewed in the browser but when you click view source it comes up with the above code, can anyone tell me why?