coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: alsaheruae on April 09, 2008, 12:51:51 PM

Title: [Solved]: problem in image
Post by: alsaheruae on April 09, 2008, 12:51:51 PM
hi

how r u?

see  the pic

i want  to but the pic in center ??

how can i do that?

Title: Re: problem in image
Post by: Joachim Müller on April 09, 2008, 07:28:21 PM
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.
Title: Re: problem in image
Post by: alsaheruae on April 10, 2008, 02:41:35 PM
www.alsaher.ae/testphoto
Title: Re: problem in image
Post by: Joachim Müller on April 10, 2008, 10:46:38 PM
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.
Title: Re: problem in image
Post by: alsaheruae on April 14, 2008, 09:43:35 AM
i delet  text-align:center;

but  the saim

Title: Re: problem in image
Post by: Joachim Müller on April 14, 2008, 06:58:54 PM
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.
Title: Re: problem in image
Post by: alsaheruae on April 22, 2008, 06:41:42 PM
thanks