Perhaps there's someone that could help me with my registration page issue. The problem is that I do not know how to fix the positioning of my registration form. Would like it off the left margin and the bottom margin increased (submit button separated more from form).
Also, if anyone has an idea on how to get my modules onto the registration page (like the rest of the website), please let me know.
Re: Login in/registration form styling (positioning)
Posted 17 years 1 day ago
Although simplistic in idea the theory is more complicated.
The code in question starts with this: <table class="contentpane"
Simply by changing the cellpadding from 0 to 5 will fix all of the issues. But this isn't just opening up index.php and changing it. You will have to find that code in the Joomla coding itself and find the table to make the changes.
Maybe if you do a global search for that code and give it a try
Re: Login in/registration form styling (positioning)
Posted 17 years 20 hours ago
Jeff. You were right it is difficult to locate the code that styles the registration form. Does anyone have any idea where I should be looking for the code Jeff alluded to in the prior post? Searching did not help.
Re: Login in/registration form styling (positioning)
Posted 16 years 11 months ago
Hi Jeff. Can you provide any insight to where the code controlling the registration form might be hiding? At this point, I must be missing it or otherwise overlooking it in index.php.
Re: Login in/registration form styling (positioning)
Posted 16 years 11 months ago
After waiting a number of days and searching high and low, I still need some assistance with finding the code controlling the registration form might be hiding. I'm trying to align the registration form (default J! registration form) and add some additional text to the form.
Please rescue me from my registration page fiasco.