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]
Totally stuck
Re: Totally stuck
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
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