Hello again
Maybe it’s really just me but I try to get one of my pages into the EE CMS on my local machine setup and - I am lost
What I wanted to achieve is setup a basic template that includes Header / Footer and also the login panel (those part, however are not hard-coded in the template but rather kinda chunks created separately (since they may vary from one template to another template) The rest of the page are all separate chunks as well which I add to the template as needed. - - - In other words, the template itself is pretty much empty and build on call depending on what I wanted to have on it.
I also tried to figure out on how to connect the menu links (navigation) but I can’t find any reference that would help me further.
This is a sample page which I tried to work into EE.
Also, I have no idea on how to structure and where to place the information in between the <head> what goes in here and how </head> tags. Below is a typical page head of my pages but how is this part put together in EE and how are the link paths to CSS / JS files?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta name="robots" content="noindex, nofollow">
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>China Business Registration: Outsourcing | Company Formation Service</title>
<meta name="description" content="" />
<meta name="keywords" content="En" />
<meta name="robots" content="ALL" />
<meta name="rating" content="general" />
<meta name="distribution" content="global" />
<meta name="object type" content="China Business Development index Page" />
<meta name="owner" content="IFE Group Limited" />
<meta http-equiv="cache-control" content="cache" />
<meta http-equiv="expires" content="0" />
<meta name="author" content="Norbert Harms - <a href="http://www.chinabiz21.com">http://www.chinabiz21.com"</a> />
<meta name="generator" content="Norbert Harms" />
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="view-source" content="no" />
<link rel="Shortcut Icon" href="/cb21.ico" />
<!-- _________________________________ COMMON CSS __________________________________ -->
<link rel="stylesheet" href="css/pg_globals2.css" type="text/css">
<link rel="stylesheet" href="css/pg_navigation.css" type="text/css" />
<link rel="stylesheet" href="css/biz_style2.css" type="text/css" />
<!-- _______________________________ LOGIN PANEL CSS ________________________________ -->
<link rel="stylesheet" type="text/css" href="css/login_panel/login_panel.css" media="screen" />
<!-- _________________________________ NEWSFEED CSS _________________________________ -->
<link rel="stylesheet" type="text/css "href="css/newsfeed/newsfeed.css" media="screen" />
<!-- _________________________________ FEEDBACK CSS _________________________________ -->
<link rel="stylesheet" type="text/css" href="css/forms/feedback_slidein.css" media="all">
<!-- ******************************* VALIDATE FILES ********************************* -->
<link rel="stylesheet" href="css/forms/validate.commons.css" type="text/css" />
[removed][removed]
<!--[if IE 6]><link rel="stylesheet" href="css/ie_css/fix_ie_css_cb21.css" type="text/css" media="screen" /><![endif]-->
<!--[if lt IE 7]>
[removed][removed]
<![endif]-->
</head>Help - please - to kick me off :down: