• I’m running 1.5, Windows XP, and the URL is https://www.asianmovienews.com.

    If you go to the site, scroll down a bit until you see images (movie posters) showing up on the righ sidebar, underneath the “Latest Movie Reviews” category. Those are linked images with description. What I want to do is align the images “left” so the description will begin near the top of the image and run side-by-side with it instead of starting at the bottom of the image and running away. Basically, I want to use an “align=’left'” on the image.

    How can I do this? I know it involves adding some formatting code to the category’s formatting section in the “Edit Category” page, but what?

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • jackburton I’ve tested it with one of your pictures, be sure the link is deleted ??
    in your style.css

    #rightside a img: **** float:left;****
    replace the **** with the curly brackets

    could be you have to *clear* the float
    I’vent figured it out with _your_ style.css

    lG
    Monika

    Thread Starter jackburton

    (@jackburton)

    Do you mean delete the links in the pics? I don’t quite understand. Sorry, I’m kind of new at this. Just got the WordPress up a few days ago, in fact.

    BTW I’m using journalized-winter.

    I linked your pictures at my *testblog* to test the code above
    and know the link is deleted…

    you have to open your style.css -you’ll find it in the theme directory

    with Wordpad or another editor…
    and copy and paste the code above ..
    safe your style.css
    upload the file

    refresh

    but… sometimes we have to *clear* floats…

    thats are the rules of CSS
    not of wordpress….
    lG
    Monika

    Thread Starter jackburton

    (@jackburton)

    Oh, okay, I need to insert the code you provided into the style.css. Is there a specific place I should insert it?

    no
    at the end
    if you would like

    Monika

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I align my images left in sidebar’ is closed to new replies.