jholbrook
Forum Replies Created
-
Forum: Plugins
In reply to: parismma.com AdvWidgetThey contacted me last week. I told them $350/month. LOL.
They accepted my terms right away. I wondered if I asked too little.
They sent the plugin and directions for installing this morning.
After looking at the site they were linking to I found several spelling errors and poor sentence structure. Kinda lame for a classy media marketing firm, don’t you think.
Yeah. Right. Install their plugin on my site. I don’t think so.
Forum: Fixing WordPress
In reply to: Trouble wrapping text around imageI added the edits you gave to the bottom of the styles.css file.
Sweet. Thank you for the help. I can stop bashing my head into the keyboard now. AHHH that feels good.
Thanks again.Forum: Fixing WordPress
In reply to: Trouble wrapping text around imageI’ve tried several variations given on that but no change.
The thememx doesn’t really have anything in the style.css but this/*
Theme Name: ThemeMX
Theme URI: http://theme.mx/
Description: ThemeMX WordPress theme.
Version: 0.1
Author: ThemeMX
Author URI: http://theme.mx/
*/I’ve added this
img.alignleft { float: left; margin-right: 10px; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
img.alignright { float: right; margin-left: 10px;}Don’t have a clue if I’m doing that correctly.
Thanks