Jeff
|
| Posted: 01/04/2005, 9:55 AM |
|
Hello :
I have linking problems that while I try to create a new project with my own or with the solution in CCS. And then upload to the server. But I can't link/click any pages, like i want to get in login page in default page.
And I can't see the header and footer pages. It is only show that {header} and {footer} at the top and bottom. I went to Include Page setting in Properties and choose the page with Header.ccp but I can't choose Header.asp.
For example (.html):
<head>
<title>Administration</title>
<link rel="stylesheet" type="text/css" href="Themes/MailBox/Style.css">
</head>
<body class="MailBoxPageBODY" bgcolor="#ffffff" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
{Header}<br>
<center>
<table cellspacing="4" cellpadding="4">
<tr>
<td><font class="MailBoxFormHeaderFont">SVEC - Administration Menu</font></td>
</tr>
<tr>
<td class="MailBoxDataTD"><a href="{Link1_Src}"><img border="0" height="16" src="images/adminArticles-icon.gif" width="16"></a> <a class="MailBoxDataLink" href="{Link7_Src}">Articles
(Main Content)</a></td>
</tr>
<tr>
<td class="MailBoxDataTD"><a href="{Link2_Src}"><img border="0" height="16" src="images/adminEvents-icon.gif" width="16"></a> <a class="MailBoxDataLink" href="{Link8_Src}">Events</a></td>
</tr>
<tr>
<td class="MailBoxDataTD"><a href="{Link3_Src}"><img border="0" height="16" src="images/adminClubOfficerss-icon.gif" width="16"></a> <a class="MailBoxDataLink" href="{Link9_Src}">Club
Officers</a></td>
</tr>
<tr>
<td class="MailBoxDataTD"><a href="{Link4_Src}"><img border="0" height="16" src="images/adminLinks-icon.gif" width="16"></a> <a class="MailBoxDataLink" href="{Link10_Src}">Links</a></td>
</tr>
<tr>
<td class="MailBoxDataTD"><a href="{Link5_Src}"><img border="0" height="16" src="images/adminMembers-icon.gif" width="16"></a> <a class="MailBoxDataLink" href="{Link11_Src}">Members</a></td>
</tr>
<tr>
<td class="MailBoxDataTD"><a href="{Link6_Src}"><img border="0" height="16" src="images/adminNews-icon.gif" width="16"></a> <a class="MailBoxDataLink" href="{Link12_Src}">News</a></td>
</tr>
</table>
</center>
<br>
<br>
{Footer}<br>
</body>
</html>
Should I change every {header}, {footer} by myself in evey generated pages. Or Did I miss some setting ?
Thank you very much,
Jeff
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/04/2005, 10:04 AM |
|
Jeff,
You should choose Header.ccp and not Header.asp, thus it doesn't look like there is a problem there.
It looks though that you are opening an HTML page instead of the ASP page. Therefore if for example your page name is "Page1" then please open in your browser "Page1.asp" instead of "Page1.html".
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|