Totally stuck

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
Muzzy

Totally stuck

Post by Muzzy »

Hi Everyone.

I seem to be totally stuck with my layout.

I have a holding page in place on my churchs server (www.rocky-road.org) whilst I am trying to redo the template using CMSMS on my server (www.19sixtyone.co.uk/webs/smc_cms/ for testing etc. As you can see, my attempt at making the template usable by CMSMS is not very good.

Attached are my 2 files, the template and my css.

It looks nothing like I want it to, can anyone help me to sort this out please.

Thanks.
Mike.

[attachment deleted by admin]
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Totally stuck

Post by Dr.CSS »

your main problem is that you are trying to get CSS to do the work of all the inline styling that is embeded in the
any styling in the html will over ride any CSS you use.... HTML is read first CSS is second, as in your case...
interestingly your website has no in it....
are you trying to get a page like the holding page but with a menu?


  SPROWSTON METHODIST CHURCH
  end header


{cms_module module 'somemenu'}
  end menu




image and whatever
    end left




breadcrumbs here
      end bcrumbs

{content}


relational links
  end rlinks

  end content


    end footer

  end main

of course this is just a ruff idea, you have to fill above and below and give it CSS but i hope you get the idea...

    HTH
          mark
Muzzy

Re: Totally stuck

Post by Muzzy »

Hi Mark.

Many thanks, I will try again.

Mike.
Locked

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