hi,
I'm having a really strange problem ... the field postcode rendered in tpl_create_account.php appears completely unaligned to the right ... strange because I checked the stylesheet and input fields have all the same rules ... but postcode doesn't follow them ...![]()
Here is a code excerpt
From there I can see it uses zen_draw_input_field() function, but strangely instead of appear normally the input field is shifted all the way to the right!Code:<label class="inputLabel" for="postcode"><?php echo ENTRY_POST_CODE; ?></label> <?php echo zen_draw_input_field('postcode', '', zen_set_field_length(TABLE_ADDRESS_BOOK, 'entry_postcode', '40') . ' id="postcode"') . (zen_not_null(ENTRY_POST_CODE_TEXT) ? '<span class="alert">' . ENTRY_POST_CODE_TEXT . '</span>': ''); ?> <br class="clearBoth" />
THis is what I mean:
postcode xxx
The others:
city:
xxx
Perfectly aligned to the left ...
why? don't know all the other input fields are properly aligned ...
and ruled by:
plus there are no differences in the php code or anything that might cause this behavior ...Code:INPUT { margin:.3em .5em; } LABEL.inputLabel { width:85%; float:left; margin:.3em 0; }
If anybody has found a solution please let me know ...



