[Pro] WEBYEP - TinyMCE TEXT STYLING

Hi all,

Im using Webyep in a site I’m building along with Richtext items that also use the TinyMCE editor.

I have created a .CSS stylesheet for the text within the site.

My issue is that the site has a dark background, therefore my text is WHITE! However, when you open the Rich text editor in WP and type in your text & then apply the .CSS predefined styles ‘WHITE text’ I can no longer see the text myself as its on a white background within the eidtor window!!! lol

Am I have a “drrrr my brain hurts moment” or am I doing something wrong, obviously I don’t want my client to encounter this problem too!

many thanks

Worm


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Here’s my style .CSS style sheet if this helps??

Worm

.body {
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
font-size: 14px;
color: #ffffff;
text-align: left;
}

.Links {
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-align: left;
}

.tel {
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
font-size: 18px;
color: #ffffff;
text-align: right;
font-weight: bold;
}

.copyright {
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
font-size: 10px;
color: #ffffff;
text-align: left;
}

a {outline: none;}

a:link, a:visited { 
font-family: Helvetica, Arial, "MS Trebuchet" sans-serif;
font-size: 14px;
color: #ffffff;
text-align: left;
text-decoration; none;
}

a:hover, a:active { 
font-family: Helvetica, Arial, "MS Trebuchet" sans-serif;
font-size: 14px;
color: #ae8c32;
text-align: left;
text-decoration; none;
}

p {
font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
font-size: 16px;
color: #ffffff;
text-align: left;
}

h1 {
font-weight: bold;
font-size: 22px;
}

h2 {
font-weight: bold;
font-size: 18px;
}

h3 {
font-weight: normal;
font-size: 16px;
}

h4 {
font-weight: normal;
font-size: 14px;
}

h5 {
font-weight: normal;
font-size: 12px;
}

h6 {
font-weight: normal;
font-size: 10px;
}

.red {
color: #f00;
}

.blue {
color: #00f;
}

.grey {
color: #555;
}

.black {
color: #000;
}

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Can someone also please explain to me the styles & format options in the Rich text editor…

STYLES - are pre-defines ‘styles’ I wish to use.

Format - are p, H1, H2, H3, H4… etc

if I enter some text into my WP editor, then apply a style say .body. It styles my text! correct?

Should I then format that style, to H2 etc? But this in turn removes my styling?!!

Could someone please explain this all to me as I’m getting confused

Worm


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options