![]() |
||||||||
![]() |
||||||||
![]() |
||||||||
![]() |
||||||||
![]() |
||||||||
Every Site will need one or more Styles. A Style is a page (usually html) which you will clone. Part of the cloning process is defining within the page "DIV's". These "DIV's " are then replaced with text/code defined for each "Page " by SiteClone when you "Build the Site ". In the demonstration example a style "standard " has been defined. The html code is below. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Title of page</title> <meta http-equiv="Content-Type" content="text/html; charset="> <meta name="Author" content=""> <meta name="description" content=""> <meta name="distribution" content=""> <meta name="revisit-after" content=""> <meta name="robots" content=""> <meta name="rating" content=""> <meta name="copyright" content=""> <meta name= "Classification" content=""> <meta name="Language" content=""> <meta name="keywords" content=""> <meta http-equiv="reply-to" content=""> <meta name="generator" content=""> <script type="text/javascript" language="JavaScript" src="../demo_javascript.js"> </script> </head> <body onload='subLists("menu_01 ");'> <table border="0" cellspacing="0" cellpadding="0" width="800"> <tbody class=textsize10> <tr><td colspan="3"><img alt="Your Company" src= "../images/demo_header.jpg"></td></tr> <tr> <td width="190" valign="top"><br> <div id="menu_01"></div> </td> <td width="10" style="background: url('../images/background_gradient.jpg') no-repeat;"> <br> </td> <td width="600" valign="top "> <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tbody class=textsize10> <tr><td colspan="2"><br> <br><br></td></tr> <tr><td valign="top"><div id=text-info></div></td> <td valign="top"><div id=page-image></div></td></tr> <tr><td colspan="2"> <hr style="width: 100%; height: 1px;"></td></tr> <tr><td colspan="2" valign="top"> <div id=main-text ></div></td></tr> </tbody> </table> </td> </tr> </tbody> </table> <div id="h1-tag" ><h1> <div id="h1tag"></div></h1></div> <div id="langs"> <div id= "language"></div></div> <div class=textsize10 style="background: url('../images/demo_footer.gif') no-repeat;"> <br><br> <img src="../images/demo_c.gif">Copyright 2007 © e21Software.com. All Rights Reserved. </div> </body> </html>DescriptionThis is used by the "Search " option when you are finding Styles throughout SiteClone. PathThis is the location on disc of the html (or other type) page which you want to clone. Use the button on the right to browse for the file. <Div id="..">Each div is given an "id". Those div's which you want replaced when the page is cloned are defined here. The above screenshot is for the demonstration page above. The id's are show in red. When the "Build Site" option is run all pages which had this style associated with them are built and the div's are replaced with the text relevant for each page. The whole div text including the "</div>" is replaced. Please note there must be no text between the <div> and the </div > tag otherwise the <div> will be ignored. LanguageA div is defined in the above example (in green) with an id of "language". This is very specific. If you want to use the language functions of SiteClone you must use an id of "language" for a div with no text between the <div> and the </div>. This is discussed further in the " Sites" option. In the above example its position on the page will be defined using a css style sheet. MenuesA div is defined for the "menu". This can be located within the structure of the page or outside of the page structure (before the </body> tag) and positioned using a css style sheet. Example shown above in blue. Ten different menues can be defined using the structure: <div id="menu_01"></div> Replace 01 with 02, 03, 04 etc. Visit the "Menues" section for more information. |
||||||||
![]() |
||||||||
|
||||||||
![]() |
||||||||
| News and Updates |