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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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