Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Forum: Fixing WordPress
    In reply to: Image Wrap?
    Thread Starter whisperedhope

    (@whisperedhope)

    Ah, thanks so much for the reply ^^ I actually don’t mind if the images are floating left if I be less picky, I really just want the words to be on the right of the image with space between it. I’d also like to center an image with words underneath, but I guess a permanent floating left image wouldn’t premit that to work ^^;

    I tried taking out the .post img and made two classes, and it worked for the one picture in the screenshot (although the image was on the right instead of the left), but all my other images became distorted. I tried playing around with the margins also, and the pictures weren’t distorted anymore, but I found that the border around said images disappeared when I did so.

    Forum: Fixing WordPress
    In reply to: Image Wrap?
    Thread Starter whisperedhope

    (@whisperedhope)

    I’d still like some help if anyone’s willing…

    Forum: Fixing WordPress
    In reply to: Image Wrap?
    Thread Starter whisperedhope

    (@whisperedhope)

    Hm, okay, well, I tried putting that class=”right”, class=”left”, etc. in the image src but that didn’t leave a space. Then I put

    img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
    img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }

    in the style sheet, but that didn’t work, either. My stylesheet currently has this pretaining to images:

    .post img {
    float:left;
    border:1.5px solid <?php echo $water_maincolor_1; ?>;
    margin:0 0 1px 3px;
    }

    .post .wp-smiley {
    float:none;
    border:0;
    margin:0;
    }

    #content a img {
    border: 1.5px solid <?php echo $water_maincolor_2; ?>;
    }

    Forum: Fixing WordPress
    In reply to: Image Wrap?
    Thread Starter whisperedhope

    (@whisperedhope)

    I’m sorry? I don’t what people need to help @_@; Sorry I asked v_v;

    Forum: Fixing WordPress
    In reply to: Image Wrap?
    Thread Starter whisperedhope

    (@whisperedhope)

    Oh, that margin worked for the one picture in the screenshot, but then all my other pictures went wrong xP But thanks for the help! Definitely got closer.

    EDIT: Oh, here’s the site, then: http://butterflyd.animeblogger.net/

    Forum: Fixing WordPress
    In reply to: Image Wrap?
    Thread Starter whisperedhope

    (@whisperedhope)

    I tried the Codex @_@; That was where I got the ‘class’ thing and the stuff I put in the style sheet, both of which didn’t work, unless I did something wrong somewhere @_@;

    Is layout the problem? I just wanted the text to wrap..@_@;

    Thread Starter whisperedhope

    (@whisperedhope)

    ‘Kay, I went with the excerpt xD; I’m doing something wrong, though, because it excerpts posts I don’t want excerpted, and the ones I do aren’t showing a link @_@;

    Thread Starter whisperedhope

    (@whisperedhope)

    The excerpt doesn’t accept images though, ne? I tried that excerpt field area once but it either didn’t work or I did something wrong @_@;

    It’s that default with the ‘more’ thing that I have a problem with. It jumps to the part of the post after the quicktag, but that part they skip over is what I don’t want showing at all after they see the full post. Can I only correct this if I use the excerpt?

    It’d be nice if that aspect mereged with the quicktag xD

    Thread Starter whisperedhope

    (@whisperedhope)

    Oh, do I have to choose one? ^^; I thought that with my questions, there could only be one that I would have to go with. -thinks- Whichever one’s easier to understand and execute, I guess. I came across that article before, and it looks good, though I don’t know which parts of it I need and which I don’t xD; That article is for the quicktag, ne? I guess I’ll choose that one ^^;

Viewing 9 replies - 1 through 9 (of 9 total)