zmbotta
Posts: 4
|
| Posted: 04/18/2005, 12:37 PM |
|
HELLO everybody,
i want try make the following:
################file header:
<html>
<head>
<meta http-equiv="Content-Language" content="pt-br">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="MANY OTHERS" content="I HAVE MANY OTHER HEADS....">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nova pagina 1</title>
<meta name="Microsoft Theme" content="saae-s-o-carlos 111, default">
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="100%" colspan="2">here i put my banner<p> </td>
</tr>
<tr>
<td width="23%">here the menus<p>menus</p>
<p>menus</p>
<p>menus</td>
<td width="77%" valign="top">
###################end of file
###################file footer:
</td>
</tr>
<tr>
<td width="100%" colspan="2">
<p align="center">here other informations....</td>
</tr>
</table>
</body>
</html>
##################end of file
if i create a new file as index with
{header}
my texts and records
{footer}
and remove the tags: html, body, ... of file index
the codecharge puts again html, body and another tags again...
there is someway to configure codecharge to dont make this changes automatically???
in case of the login page, there are many scripts that codecharge generate.... how i can do this???
obs: the title of the pages can be the same in all.
now i am doing this with another editor.
i generate pages with codecharge and later i edit in notepad all pages and change the top and footer of all files to include top and booton pages (my pages).
if you don't understant what i'm trying try merge the files in the top of this question (header and footer) in a file
|
 |
 |
Nicole
Posts: 586
|
| Posted: 04/19/2005, 2:31 AM |
|
Hello!
You can use includable pages for each HTML part. Then create empty CCS page and add includable pages to it. Note, that <html>, <head>, <title> tags are automatically added to normal CCS pages and automatically removed from includable CCS pages. There’s no way to change it.
About Login page. Usually Login form is created with Authentication builder, all necessary code is generated by CCS. You can also use this builder to add Logout functionality to your page.
_________________
Regards,
Nicole |
 |
 |
|