I am not sure if this is the correct forum for this, but please let me know if not.
I am using as my default template "CSSMenu top + 2 columns", which came with the CMSMS stock installation. As I look at the code, it appears that there are some parts that do not flow mentally as I visualize the finished product.
Does anyone know of a detailed documentation on this template that will help newbies like me understand the relationship between the code and the page view? I could sure use a little help on that.
Thank you very much.
Visual Reference Between Template and Actual View
Re: Visual Reference Between Template and Actual View
Wouldn't a decent browser and web inspector help?
I use Firefox and Firebug on Windows.
I use Firefox and Firebug on Windows.
Re: Visual Reference Between Template and Actual View
Just to be nice...
</__body>
<div id="pagewrapper">
body of course is the very outside of site inside of <__html>
pagewrapper is the div holding it at XXpx width
Other wise I don't know what you mean as they all have some kind of comment to tell you what is what, some even tell you where to change what...
{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet "Layout: Top menu + 2 columns" *}
<div id="header">
{* Start Navigation *}
{* Start Search,
{* Start Breadcrumbs *}
{* Start Content *}
{* Start Sidebar *}
{* Start News,
What is in here might seem a little strange but it should be explained in the comment...
{* Start Content Area,
{* Start relational links *}
{* Start Footer.
</__body>
<div id="pagewrapper">
body of course is the very outside of site inside of <__html>
pagewrapper is the div holding it at XXpx width
Other wise I don't know what you mean as they all have some kind of comment to tell you what is what, some even tell you where to change what...
{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet "Layout: Top menu + 2 columns" *}
<div id="header">
{* Start Navigation *}
{* Start Search,
{* Start Breadcrumbs *}
{* Start Content *}
{* Start Sidebar *}
{* Start News,
What is in here might seem a little strange but it should be explained in the comment...
{* Start Content Area,
{* Start relational links *}
{* Start Footer.
Re: Visual Reference Between Template and Actual View
@Dr.CSS, sorry, I didn't mean to bother you or for you to have to go out of your way.
@velden, thank you for the good idea. I have installed it and will give it a go. I appreciate it.
@velden, thank you for the good idea. I have installed it and will give it a go. I appreciate it.
Re: Visual Reference Between Template and Actual View
Hey don't mind me I like to get bothered and I'm way out there anyways... 
