![]() |
Getting the l/p entries to line up NEXT TO personal/billing/etc info in register.tpl
In 4.1.6, I'm trying to shorten the registration and anonymous checkout pages to reduce scrolling.
To that end, I'm trying to get: HTML Code:
{include file="main/register_shipping_address.tpl" userinfo=$userinfo} to show up to the right of HTML Code:
{include file="main/register_personal_info.tpl" userinfo=$userinfo} Everything I've tried has been to no avail.:???: No table design I've used has worked yet. Anybody have pointers on how to make it happen????? TIA |
Re: Getting the l/p entries to line up NEXT TO personal/billing/etc info in register.tpl
Just create a two column table and add the includes into each table cell. I do it all the time :)
|
Re: Getting the l/p entries to line up NEXT TO personal/billing/etc info in register.tpl
LOL That's what I thought too!!!
However, it doesn't seem to work. There's some <tbody> insanity going on in the 4.1.x branch that I've never had to deal with before. Somehow, every time I write a simple two column table, and dump that stuff in, the result is one above another. I'm sure I've simply missed something very, very simple, but I've just been chasing my tail with this. |
Re: Getting the l/p entries to line up NEXT TO personal/billing/etc info in register.tpl
Sorry, forgot that you will need to edit the individual include templates (like register_billing.tpl) to close the tables around each or it will break the main table.
|
Re: Getting the l/p entries to line up NEXT TO personal/billing/etc info in register.tpl
Quote:
:D/ =D> That was it!! I spent all day yesterday trying to get this done. When you posted the above solution, I *knew* I'd already done that . . . so I gave it 24 hrs working on something else. 15 min. of work this afternoon and it's done!! :mrgreen: Thanks again Padraic! |
Re: Getting the l/p entries to line up NEXT TO personal/billing/etc info in register.tpl
Just be careful if you have a checkout mod installed, as the two column display messes up the checkout if you have the login and register boxes side by side. I usually use one registration template for the internal registration form, and one for the checkout registration.
|
Re: Getting the l/p entries to line up NEXT TO personal/billing/etc info in register.tpl
Thanks for the tip. I'll put it to good use.
|
All times are GMT -8. The time now is 02:10 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.