New Zenner
- Join Date:
- Feb 2007
- Posts:
- 14
- Plugin Contributions:
- 0
Login Page Layout
http://hotrodlures.com/store/index.php?main_page=login
http://hotrodlures.com/store/index.php?main_page=create_account&action=process
Thanks.
New Zenner
Deceased
New Zenner
Deceased
New Zenner
I looked at the view source of your site and can't find where your left and right columns have been defined and the width set.
Deceased
New Zenner
clydejones:
again on the create account page, I can't find where your left and right columns have been defined.
clydejones:
{
margin:0;
padding:0;
}
Deceased
<td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
<div id="navColumnOneTopWrapper"> </div>
<?php
/**
* prepares and displays left column sideboxes
*
*/
?>
<div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div><div id="navColumnOneBottomWrapper"> </div></td>
<?php
}
?><td id="navColumnTwo" class="columnRight" style="width: <?php echo COLUMN_WIDTH_RIGHT; ?>">
<div id="navColumnTwoTopWrapper"> </div>
<?php
/**
* prepares and displays right column sideboxes
*
*/
?>
<div id="navColumnTwoWrapper" style="width: <?php echo BOX_WIDTH_RIGHT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_right.php')); ?></div><div id="navColumnTwoBottomWrapper"> </div></td>
<?php
}
?>New Zenner
<td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
<div id="navColumnOneTopWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"></div>
<?php
/**
* prepares and displays left column sideboxes
*
*/
?>
<div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div>
<div id="navColumnOneBottomWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"></div></td>
<?phpand I did this to put a static banner at the bottom:?>
<!--eof- banner #6 display -->
<div id="contentMainFooter">
</body>Deceased
Boognish:
Hey clydejones, thanks for helping me figure this out. :thumbsup:
<!--eof- banner #6 display -->
<div id="contentMainFooter"></div>
</body>[/code]
Deceased
New Zenner
Destination thread ID and reason are required when shown.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.