+ Reply to Thread
Results 1 to 2 of 2

Thread: Bug with Image Alignment on Pages

  1. #1
    Join Date
    Oct 2009
    Posts
    4

    Default Bug with Image Alignment on Pages

    Hi,

    I wanted to report a bug for the newest version (2.2) of the black and white Cutline. If you try to align an image and have text wrap around it on a "Page", it won't work. It'll just display the image followed by the text. It works just fine for "Posts", but for some reason the alignment refuses to stay for the "Pages". When I click on the Visual Tab, it displays the image correctly, but when I reload the website the alignment is off.

    This error has occurred on two different blogs of mine, one without hardly any CSS editting, so I know it isn't something I did. Anyways the website is: www.upfromsloth.com

    Thanks! Hopefully you guys can fix it soon!

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    Thanks for the info. Here's the fix:

    Code:
    .entry img.left, .entry img.alignleft, .page_entry img.alignleft 
    { padding: 3px; margin: 0.5em 15px 0.5em 0; float: left; clear: left; }       
    
    .entry img.right, .entry img.alignright, .page_entry img.alignright 
    { padding: 3px; margin: 0.5em 0 0.5em 15px; float: right; clear: right; }
    
    .entry img.center, .entry img.aligncenter, .page_entry img.aligncenter 
    { display: block; padding: 3px; margin: 0 auto 1.5em auto; float: none; clear: both; }
    Basically, add .page_entry img.align(either left/right/center) to your style.css file after adding a comma.

+ Reply to Thread

Similar Threads

  1. Image Alignment Problem (unrelated to other posts)
    By cross44 in forum Posts, Pages, Comments
    Replies: 1
    Last Post: 10-15-2009, 05:16 PM
  2. Help with image alignment
    By Myturningshop in forum Posts, Pages, Comments
    Replies: 3
    Last Post: 09-02-2009, 10:50 AM
  3. New pages in 2.2, how?
    By NEStreet in forum Community Exchange
    Replies: 6
    Last Post: 06-06-2009, 09:26 AM
  4. need some help on the pages, and posts
    By hareanone in forum Community Exchange
    Replies: 1
    Last Post: 05-25-2009, 12:13 PM
  5. Pages 46 - 49
    By deb_n in forum Random Chat
    Replies: 3
    Last Post: 07-24-2008, 01:52 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts