Using TinyMCE. How best to setup for clients?
Posted: Mon Feb 25, 2008 2:59 pm
Hi All,
Here's the situation. After developing a site for a client using css and setting up areas like this:
{content block="First para"}
{content block="Second para "}
So my stylesheet reads:
#first_para, #first_para p {
font-size:12px;
}
I've included #first_para AND #first_para p so cover for both eventualities i.e. they may use the enter key which creates a paragraph.
Now, I'm confused about a couple of things: The content within the editor boxes looks nothing like that on the site (the site is correct though), and I don't seem to have the right styles available within the Styles drop down. It's all very confusing. So how can I/Should I set this up so that the client just types in the text and selects the appropriate style from the drop down.
How do you guys do it?
Any ideas/thoughts/work practises would be gratefully recieved.
Sarah
Here's the situation. After developing a site for a client using css and setting up areas like this:
{content block="First para"}
{content block="Second para "}
So my stylesheet reads:
#first_para, #first_para p {
font-size:12px;
}
I've included #first_para AND #first_para p so cover for both eventualities i.e. they may use the enter key which creates a paragraph.
Now, I'm confused about a couple of things: The content within the editor boxes looks nothing like that on the site (the site is correct though), and I don't seem to have the right styles available within the Styles drop down. It's all very confusing. So how can I/Should I set this up so that the client just types in the text and selects the appropriate style from the drop down.
How do you guys do it?
Any ideas/thoughts/work practises would be gratefully recieved.
Sarah