hi
how r u?
see the pic
i want to but the pic in center ??
how can i do that?
Post a link to your gallery - a screenshot won't help, as it won't tell us about the theme you use nor the stylesheet you applied.
www.alsaher.ae/testphoto
http://www.alsaher.ae/testphoto/themes/sahir.net/style.css
.tableb , .display_media , .catrow {
background: #F2F5F7 ;
padding-top: 3px;
padding-right: 10px;
padding-bottom: 3px;
padding-right: 10px;
text-align:right;
}
If you want it centered, don't use text-align:right; ;)
Use the Web Developer Toolbar to figure such stuff out.
i delet text-align:center;
but the saim
Deleting the definition means that it goes back to default or inherits the properties from the parent element. Usually, the default is left-aligned for LTR languages, not sure what it is for RTL languages.
Don't delete the definition, but change the definition so that it meets your requirements.
thanks