Forums

how to make image displaying like this (6 posts)

  1. jss
    Member
    Posted 2 years ago #

    can you help me how to make image displaying like at this webite:

    http://blogmirasa.wordpress.com/2009/02/27/maria-holic-odcinki-5-6-i-7-oraz-drobne-zmiany/

    ? is it possible to make this at inove theme? http://wordpress.org/extend/themes/inove

    --
    ian

  2. @mercime
    Member
    Posted 2 years ago #

    What exactly do you mean - the image in the header or the centered image in post?

  3. jss
    Member
    Posted 2 years ago #

    i mean images post of course. i would like to make rounded edges. please help

  4. Factstream
    Member
    Posted 2 years ago #

    well the rounded edges happen automatically when you upload a image into your post through The admin CP, see mine for example http://factstream.singularity.ro/

    I did'nt do anything else but upload it.

    If u want rouned edges on the actually photo aswell as the grey box thats surrounds it i suggest u do that in photoshop before uploading.

    Any questions do ask :)

    Mark Bookham

  5. jss
    Member
    Posted 2 years ago #

    but it's not works at my theme: http://wordpress.org/extend/themes/inove

    can you chelp me what to change in css to have rounded corners? my style.css: http://www.wklej.org/id/119224/

  6. Xamataca
    Member
    Posted 2 years ago #

    wp-caption {
      background:#F7F7F7;
      border:1px solid #CCC;
      padding:5px 0;
      margin-bottom:5px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
    }

    This won't be visible in Iexplorer
    -moz-border-radius: 3px; --> Gecko
    -webkit-border-radius: 3px; --> Webkit
    border-radius: 3px; --> Opera

Topic Closed

This topic has been closed to new replies.

About this Topic