Quote:
Originally Posted by PnL
HoG - this always redirects me back to the page from which our members log in.
QUESTION: How do I manipulate the size of the "Log In" button? I'd like to be able to streamline this hack so it fits neatly in a small area, and the button is quite large right now - can I adjust the size of it?
|
In the file
login_inc.php
find the line with
// You can style this with html or CSS as normal if desired.
and you will see the login form code.
You can make the boxes smaller by editing
size=10
and/or you can add css or html tags to format the text size/colour/font etc as desired.