This is a notification for Guests

Border Help Please

Locked
Results 1 to 19 of 19
This thread is locked. New replies are disabled.
05 Aug 2006, 23:31
#1
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Border Help Please

I am trying to put a border off to the right of the sideboxes see url here http://jenniejdesigns.com/index.php?main_page=index i want it to look like this http://jenniejdesigns.com/ where theres a border between the links (boxes) and the main content, i can not for the life of me figure it out any help is appreciated please and thank you
Avie :smile:
05 Aug 2006, 23:34
#2
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Posts:
1,090
Plugin Contributions:
0

Re: Border Help Please

This one ?
#navColumnOneWrapper
( border-right: 1px solid #00000;}

Hope that helps
06 Aug 2006, 04:13
#3
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Re: Border Help Please

nope that moved it to the side i want a line for the border like this screen shot i took .

06 Aug 2006, 04:28
#4
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Posts:
1,090
Plugin Contributions:
0

Re: Border Help Please

What about if you left border on the .centerColumn ?
06 Aug 2006, 04:41
#5
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Re: Border Help Please

where do I do that, in the new stylesheet still learning the new zencart lol.
:wink2:
06 Aug 2006, 04:50
#7
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Posts:
1,090
Plugin Contributions:
0

Re: Border Help Please

That's because of the Breadcrumb -

One more shot... did you change #navColumnOne or #navColumnOneWrapper ?

One of those should do it for sure - they are the left box containers.
06 Aug 2006, 04:53
#8
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Posts:
9,707
Plugin Contributions:
6

Re: Border Help Please

I think what you are looking for is to remove the border for the center column border and find
#navColumnOne {
padding: 0.5em;
border-left: 0px solid #cccccc;
}
Replace it with
#navColumnOne {
padding: 0.5em;
border-right: 2px solid #000000;
}
You can adjust the pixels to suit your needs.
Nothing will go all the way to the pink line as there is a space built in to the logo.gif but, this gets you close.
06 Aug 2006, 04:57
#9
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Re: Border Help Please

Thanks yall I think I got it :yes:

this look ok
http://jenniejdesigns.com/index.php?main_page=index

also how do I make my main page content more centered I have tried everything and searched but cant find it I did it once but forgot how :blush:

thanks so much for all your help

Avie :thumbsup:
06 Aug 2006, 04:59
#10
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Posts:
1,090
Plugin Contributions:
0

Re: Border Help Please

Do you have your right sidebar turned off globally in admin/ configuration / layout settings?

Many times that is why center content doesn't appear centered :)

The border looks fantastic :thumbsup:
06 Aug 2006, 05:06
#11
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Posts:
9,707
Plugin Contributions:
6

Re: Border Help Please

add this to the stylesheet
.centerColumn {
text-align: center;
}
06 Aug 2006, 05:08
#12
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Re: Border Help Please

yep I have the right column shut off maybe its my graphic lol.
thanks so much for all your help :wink2:
06 Aug 2006, 05:09
#13
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Re: Border Help Please

AHHH HAA thanks that made it centered woohooo
lol

thanks so much again :P
06 Aug 2006, 05:38
#14
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Re: Border Help Please

ok can someone help me with why my border is doing this???
I moved my login/ home below my logo.gif and I then lost my border for my whole page this is the code I used.

<table border="0" width="100%" cellspacing="0" cellpadding="0" class="header">
<tr><!-- All HEADER_ definitions in the columns below are defined in includes/languages/english.php //-->
<td valign="middle" height="<?php echo HEADER_LOGO_HEIGHT; ?>" width="<?php echo HEADER_LOGO_WIDTH; ?>">
<?php echo '<a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
</td>
<td align="center" valign="top">
<?php
if (HEADER_SALES_TEXT != '') {
echo HEADER_SALES_TEXT;
}
if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) {
if ($banner->RecordCount() > 0) {
echo zen_display_banner('static', $banner);
}
}
?>
</td>
</tr>
</table><table class="centershop" style="border-left: 2px dotted #000000" style="border-right: 2px dotted #000000" style="border-bottom: 2px dotted #000000" cellspacing="0" cellpadding="0" bgcolor="#ffffff">
<?php
if (!isset($flag_disable_header) || $flag_disable_header == false) {
?>
<tr><td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="headerNavigation">
<tr>
<td align="left" valign="top" width="35%" class="headerNavigation">
<a href="<?php echo zen_href_link(FILENAME_DEFAULT, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a> | 
<?php if (isset($_SESSION['customer_id'])) { ?>
<a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a> | 
<a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a>
<?php
} else {
if (STORE_STATUS == '0') {
?>
<a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>
<?php } } ?>
</td>
<td align="center" width="30%" class="headerNavigation"><?php require(DIR_WS_MODULES . 'sideboxes/' . 'search_header.php'); ?></td>
<td align="right" valign="top" width="35%" class="headerNavigation">
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?>»</a>
<?php }?>
</td>
</tr>
</table>


but when I go to put the border around the header it throws it all off this is what it looks like

http://jenniejdesigns.com/index.php?main_page=index

what am I not doing right? :blink:
06 Aug 2006, 06:03
#15
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Posts:
9,707
Plugin Contributions:
6

Re: Border Help Please

It appears you have moved the nav inside the main content wrapper.

<soapbox>
You are spending an awful lot of time producing something that may or may not be supported in the next release. Surely the table-based Classic will be forgotten by 1.4.x. There's no time like the present to move to the custom template that uses the template_default directory as a guide. Check out the posts on the override system. IMHO continuing with the Classic template is like taking the time to learn a dead language. You may find a couple of people that speak it but, you'll be able to "talk" to a lot more people with the new, universal language.
</soapbox>
06 Aug 2006, 16:19
#16
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Re: Border Help Please

gee thanks thats not what i was looking for but thanks anyway:bored:
06 Aug 2006, 16:23
#17
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Re: Border Help Please

how do i make this my own custom template?:sleepy: :sleepy:
06 Aug 2006, 19:30
#19
avielf avatar

avielf

Zen Follower

Join Date:
Aug 2006
Posts:
109
Plugin Contributions:
0

Re: Border Help Please

thank you :wink2: