[Solved]: problem in image [Solved]: problem in image
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: problem in image

Started by alsaheruae, April 09, 2008, 12:51:51 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alsaheruae

hi

how r u?

see  the pic

i want  to but the pic in center ??

how can i do that?


Joachim Müller

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.


Joachim Müller

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.

alsaheruae

i delet  text-align:center;

but  the saim


Joachim Müller

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.

alsaheruae