WP-O-Matic

Discussion in 'Blogging' started by Ichigo91, Apr 25, 2008.

  1. #1
    I was wondering if anyone knows how I can make the thumbnail appear on the side of the context instead of above it?

    And how to make the thumbnail have a border?
     
    Ichigo91, Apr 25, 2008 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Open your style.css. Add something like:

    .imageRight {
    float: right;
    border: 1px solid #111111;
    margin: 0 10px 0 10px;
    }

    Then use that class in your image call like: <img src="thumbnail.gif" class="imageRight">
     
    mizaks, Apr 25, 2008 IP
  3. Ichigo91

    Ichigo91 Guest

    Messages:
    948
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks Alot!
     
    Ichigo91, Apr 25, 2008 IP