1 beki Aug 01, 2009 20:50
3 beki Aug 01, 2009 22:03
Thank you, John.
I tried your suggestion, but with the same results as before, exactly. Also, before I changed it, I noticed that the <br><br> were automatically changed to <br/> when i tried to save before.
Any other thoughts?
4 john Aug 01, 2009 22:11
Beki I just posted the following with no problems at all
<p>Usually our dogs are pretty easy: Fun to pet, fun to play with, happy to play by themselves or just lay around sleeping. </p>
<div class="image_block"><img src="http://bekikernsadkins.com/media/users/beki/DSCN3381.JPG" alt="" title="" width="250" height="275" /></div>
and
Usually our dogs are pretty easy: Fun to pet, fun to play with, happy to play by themselves or just lay around sleeping.<br /><br />
<div class="image_block"><img src="http://bekikernsadkins.com/media/users/beki/DSCN3381.JPG" alt="" title="" width="250" height="275" /></div>
In the side panel of the "write" screen, under "Text Renderers" try unticking or ticking Auto P and see if that makes a difference.
Nice dogs :)
5 beki Aug 01, 2009 22:16
Snort. thanks. Let me try that and see.
6 beki Aug 01, 2009 22:22
Okay. Sigh. I just tried exactly that one paragraph on a brand new post. Once with the Auto P ticked and once with it unticked. Both with same results as before.
Gah.
7 john Aug 01, 2009 22:32
What happens if you put <div class="center"><img src="http://bekikernsadkins.com/media/users/beki/DSCN3381.JPG" alt="" title="" width="250" height="275" /></div>
I see image_block in your css files and it should work, but lets try and discount a class error.
8 beki Aug 01, 2009 23:07
Snot. Same thing.
This is admittedly a dumb question, but where are you finding my css files?
9 john Aug 01, 2009 23:44
Ok, in your Admin, go to the Users tab, click on Administrators and UNTICK "Prevent CSS tweaks WARNING: if allowed, users can easily deface the site, add hidden text, etc"
If it's not already unticked
Posted and reviewed the photo just fine :)
10 beki Aug 02, 2009 00:16
Yay, yay, yay!!!
The blog is up NOW so you can see the fixes worked. Thank you, John. Appreciate it!
Beki
www.BekiKernsAdkins.com
The Nice Girl
11 john Aug 02, 2009 00:19
Good stuff :)
Try changing those <br>'s to <br />
Even better try ...
<p>Usually our dogs are pretty easy: Fun to pet, fun to play with, happy to play by themselves or just lay around sleeping. </p>
<div class="image_block"><img src="http://bekikernsadkins.com/media/users/beki/DSCN3381.JPG" alt="" title="" width="250" height="275" /></div>