Can anyone lead me in the right direction on who to fix the problem I'm having with different fonts for my posts?
http://www.massagelaunch.com/blog
I've searched through my WordPress theme editor menu and can't figure out how to fix. I just want to use the default font for this theme (Qwilm)
PS - I'm already aware of some HTML code violations - will fix those next.
Looks like you've been writing posts in a Word Processor and pasting them into the WYSIWYG editor.
Don't.
You end up with stuff like this in your posts:
<span style=\"font-size: 11pt; font-family: Verdana\">
Thanks. Guess I'll run it through a text editor to strip an formating first,etc.
Any idea how I can remove those span tags? Whenever I try to "manage" the post it shows the HTML for about 2 seconds, then after that I can't get to the tags.
Thanks.
An easy way would probably be to just disable the wysiwyg editor for a bit.
Users -> Your Profile, uncheck the option to use the visual rich editor.
Or copy the post, paste it to Notepad (or a similar text only editor). Select from notepad, paste back into the post editor. That'll strip ALL formatting.