coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: D2K on October 25, 2007, 07:05:52 PM

Title: register, align right
Post by: D2K on October 25, 2007, 07:05:52 PM
hey, i would like to know how i can align the text (username, password, email, etc.) to the right. i managed it for the login since it was more or less pure HTML; but in the register.php it is pure PHP...

can u help me out?
thanks :)
Title: Re: register, align right
Post by: Sami on October 26, 2007, 07:36:21 AM
- Around line #104 find this

<td width="40%" class="tableb"  height="25">

and change it to this

<td width="40%" class="tableb"  height="25"  align="right">


- do the same for #146 and #161