Need help in adding an extra content DIV under the menu

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
99debra99

Need help in adding an extra content DIV under the menu

Post by 99debra99 »

Hello there,

My first post so I would firstly like to say hello  :)

I love cmsmasdesimple and I would like to say well done and thanks to everyone who makes it such a great CMS.

Anyway...my problem...please take a look at:

http://www.excal-test.co.uk/index.php

I'm a web an old fashioned web designer who is just making the transition to tableless sites and what I really would like to know is...how can I add a small extra content section directly underneath the menu?

I'm guessing I would have to add a extra DIV in my template stylesheet but truth be told...I dont really know.  >:(

If anyone could help I would really appreciate it.

Thanks, Debra.
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: Need help in adding an extra content DIV under the menu

Post by Greg »

You have a number of options here:
This is assuming you are using the Bulletmenu Vert 1 col template
in Admin go to "Layouts - templates - Bulletmenu Vert 1 col"

1. in your template in the area just before the add a global content block. (Create the global content block first)This would result in the same content below the menu in all pages.

2. in your template in the area just before the add {content block="belowmenu"} this will give you a content block that can be changed for each page you create using that template. When you start a page with this template selected you will see two content blocks to add content to - the belowmenu block and the main content block.

3. you could add hardcoded html in the same spot on your template.
Greg
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Need help in adding an extra content DIV under the menu

Post by Dr.CSS »

you have this in your template;

 
 
        You are here: Home
 
 

 

 
 

     
     
        Navigation
          some menu

     
     
     

you could put it here, which in your page will put it below the menu and next to the content as in;
       
        nother Blurb
        {content block='block1'}
     
of course you will have to style it in the CSS,,  div#content2{style:? style:? style:?}


     
     

when you go to edit your page you will have a new content edit box it will say  Block1:

    mark
Edit: sorry misread what you were looking for  ;)
Last edited by Dr.CSS on Tue Apr 11, 2006 1:57 pm, edited 1 time in total.
99debra99

Re: Need help in adding an extra content DIV under the menu

Post by 99debra99 »

Thank you Mark and Greg!

Your explanations you gave were really helpful.

Thanks again. Debra.  :D
Locked

Return to “Layout and Design (CSS & HTML)”