Flags in the centre Flags in the centre
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Flags in the centre

Started by StuartDH, January 31, 2005, 12:26:26 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

StuartDH

Hi,

I've got 1.3.2 running the Mac OS theme at www.wildaboutbritain.co.uk and all is working well apart from the position of the flags at the bottom of the page. I'd like to have them sitting in the centre as opposed to their current position on the left but I'm not too sure which line of which file I need to change. Any help would be gratefully received.

Thanks

Stuart

Abbas Ali

#1
For Mac_ox_x theme edit themes/mac_ox_x/template.html

Replace (somewhere at the bottom of file)


{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}{LANGUAGE_SELECT_FLAGS}


with


<div align="center">{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}{LANGUAGE_SELECT_FLAGS}</div>


This will center align theme selection box, language selection list and flags.

To center align only flags replace above code with


{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}<div align="center">{LANGUAGE_SELECT_FLAGS}</div>
Chief Geek at Ranium Systems

StuartDH

Excellent! Exactly what I was looking for.

Thanks Abbas, I don't know how I missed it?

Cheers

Stuart