What exactly do you mean - the image in the header or the centered image in post?
i mean images post of course. i would like to make rounded edges. please help
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
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/
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