====== Basic Constructs and Elements ====== ===== Header ===== * **''

''** This is an exception because there is only ever one ''

'' tag on a page. The main heading contains a link ('''') to the website homepage and the name of the website as it's text. It is easy to select this element (we recommend using ''#header h1'' in your CSS incase the FCK Editor output contains an ''

''). You could use an [[http://www.mezzoblue.com/tests/revised-image-replacement/|image replacement technique]] to put the company logo at the top of the page. * **''.logged-in-as''** A simple ''

'' element containing some text and a link to indicate who the logged in user is. The link is around the username and points to the '/my-account.html' page. ===== Body Sections ===== * **''

''** The page/category/product title. * **''.[[.:basics:msg]]''** A generic feedback container. It will either be a ''

'' or ''

'' and will have an additional class name to identify the nature of the feedback message. * **''.[[.:basics:body]]''** This is a class wrapper for all content submitted via FCK Editor. use it to scope your styling. * **''.[[.:basics:document]]''** A link to the attached document for a category or page or product. * **''.[[.:basics:media]]''** The media player container included on pages with a playlist attached.