Page 1 of 1

Totally stuck

Posted: Fri May 26, 2006 9:02 pm
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]

Re: Totally stuck

Posted: Fri May 26, 2006 9:54 pm
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

Re: Totally stuck

Posted: Sat May 27, 2006 5:37 am
by Muzzy
Hi Mark.

Many thanks, I will try again.

Mike.