|
Here's what I figured out so far. In CSS Inserts I entered:
v1 {
font-style: normal;
font-weight: normal;
color: #333333;
font-size: 1.1em;
font-family: verdana, sans-serif;
}
This gives me a Verdana 14 point style. Perfect.
I don't see this available in the Visual Drop Down menu.
Perhaps that's not possible?
So, In my page-post, in HTML editor I manually code:
<v1>text goes here</v1>
This works, but if I change the view back to 'Visual', the code disappears.
<h1>text goes here</h1> works ok, but not my replacement 'v1'
(This is probably that WordPress formatting bug that drives everyone crazy?)
Or perhaps I am doing something wrong?
I was able to put the <v1> & </v1> code into a 'Custom Field' with a reference to the
code as [HTML1] etc (using a plugin to do this)
This works, but it's a pain to do for every page-post
I would RATHER be able to make this:
v1 {
font-style: normal;
font-weight: normal;
color: #333333;
font-size: 1.1em;
font-family: verdana, sans-serif;
}
the default setting for page-posts text, but I don't know where to do that.
I've tried every ATA place I could find, and the only one that works also changes the widget
styles and post Title and other stuff that I don't want.
So
1. How do I make this the default
2. Am I doing the CSS Insert correctly?
Is there another way around the disappearing code in the Visual Editor?
3. Is it possible to get additional style to show in the Visual Editor?
Thanks,
Norm
|