f18lumpy
Forum Replies Created
-
Forum: Your WordPress
In reply to: Minding My Own BusinessLike I said Chris. Thanks for the feedback. 🙂
Jeff
Forum: Your WordPress
In reply to: Minding My Own BusinessChris,
I’m not really interested in discussing content here in this forum about Minding My Own Business.
I thought I might be able to get some good feed back about the appearance of the blog, its readability, layout, does it look to busy etc.
While the sticky in this forum references customization, it doesn’t limit discussion to only that area in my opinion.
So I take it you didn’t like it. 🙂
Thanks for the feedback.
JeffForum: Fixing WordPress
In reply to: Text style changed on its own?SUCCESS!!! You guys are my heroes! Thanks for the help and teaching me something new.
Jeff
Forum: Fixing WordPress
In reply to: Text style changed on its own?Sorry, the link is not posting for whatever reason.
Here it is: http://www.mindingmyownbusiness.net
Thanks
JeffForum: Fixing WordPress
In reply to: Upgraded to WP 2.6, now Pictures and Text don’t wrap properlyI have since figured out what is causing the problem, but not an effective solution.
I compared the HTML code of my new post (WP2.6 generated) with that of an older (WP2.5.1 generated) post. I discovered that with 2.5.1 the code “float: left;” and “float: right;” appeared in the HTML view of the post. These snippets of code are not appearing for the pictures that I placed and formatted with WP 2.6. After I manually added this bit of code for each picture, all was good.
Now the question becomes: “Why does WP2.6 no longer automatically place this bit of code into the HTML when working with pictures?”
Does it expect that it resides elsewhere (maybe in the alignleft/alignright functions in a style sheet somewhere?
I apologize if I’ve butchered some of the HTML details, I’m new to HTML coding.