X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   how to display registration into side by side (https://forum.x-cart.com/showthread.php?t=18041)

mmoskva 11-17-2005 08:28 AM

how to display registration into side by side
 
I've been trying to display my registration information like 'register_personal_ info.tpl' and my 'register_account.tpl' side by side (across) not verticlly down. can someone hep me out with that; but even when i use my table it wont do it for me.

http://<a href="http://www.michaelmoskva.com/xcart/register.php" target="_blank">http://www.michaelmoskva....gister.php</a>

Code:

<TABLE border="0" width="77%" cellpadding="0" cellspacing="0" class="WhiteBgsignin">
<TR>
<TD height="50" width="517">{include file="main/register_personal_info.tpl" userinfo=$userinfo}</TD>
<TD height="50" width="692">{include file="main/register_account.tpl" userinfo=$userinfo}</TD>
</TR>

<TR>
<TD height="50" width="517">{include file="main/register_billing_address.tpl" userinfo=$userinfo}</TD>

</TR>
<TR>
<TD height="50" width="517">{include file="main/register_shipping_address.tpl" userinfo=$userinfo}</TD>

</TR>
</TABLE>


balinor 11-17-2005 08:57 AM

Adjust the widths to smaller. They are wrapping due to the width restriction of your site.

mmoskva 11-17-2005 10:39 AM

I adjusted the table from width="77%" to width="10" and the cell width="20"; it crunched everything together tight but the tables did'n adjust horizontally?

Code:

<TABLE border="0" width="10" cellpadding="0" cellspacing="0" class="WhiteBgsignin">
<TR>
<TD height="50" width="20">{include file="main/register_personal_info.tpl" userinfo=$userinfo}</TD>
<TD height="50" width="20">{include file="main/register_account.tpl" userinfo=$userinfo}</TD>
</TR>
<TR>
<TD height="50" width="20">{include file="main/register_billing_address.tpl" userinfo=$userinfo}</TD>
</TR>
<TR>
<TD height="50" width="20">{include file="main/register_shipping_address.tpl" userinfo=$userinfo}</TD>
</TR>
</TABLE>


shan 11-18-2005 03:23 AM

change the widths to 50% or similar instead of pixels

mmoskva 11-18-2005 05:29 AM

I tried changing the widths="50%" but the menus just aligned to the left and didn't adjust horizontally.


All times are GMT -8. The time now is 03:35 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.