View Full Version : Centering image in Random Picture Plugin
stueymac
03-07-2006, 12:54 PM
Hi all
Could anyone tell me if there's a way to center the image in the Random Picture Plugin 1.1? It appears to align left and I'd like to keep the displayed picture centered if possible?
Regards
Stueymac
geiri
03-07-2006, 02:01 PM
I think this must be set in the style sheet of your skin?
You could try open randompic.php
find in Line 59
**{
****echo '<img src=" ' . $location . $images[$randomnum];
****if($settings['Border'])
****{
******echo '" style="border: 1px solid ' . $settings['Border Color'];
****}
****echo '" />';
**}
Replace with
**{
****echo '<div align="center"><img src=" ' . $location . $images[$randomnum];
****if($settings['Border'])
****{
******echo '" style="border: 1px solid ' . $settings['Border Color'];
****}
****echo '" /></div>';
**}
stueymac
03-07-2006, 02:07 PM
Thankyou very much Geiri, I'll give that a go. Most helpful.
Regards
Stueymac
Worked perfectly, thanks Geiri.
Regards
Stueymac
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.