Hi, I am using V9.
I am creating a new site using a template.
I have put in the head top banner logo which is wider than the set parameters of the Template.
The logo stretches to the size of the page i want.
I have Aligned centered the site using the following code.
</head>
</div>
<body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">
<div align="center">
But now the left and right side bars are not in line with the ends of the logo.
I want to align the to side bars to each end of the site so they are in line with the ends of the header but i don't know where to adjust the code to do this.
Is there something i need to change here?
or am i looking in the wrong place?
<actinic:variable name="BrochureLogoImage" />
</actinic:block>
</td>
<td align="right" style="background-color: ;<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz%5fBorders%22%20%2f%3e%20%3d%3d%20%22Yes%22">border: solid 1px ; border-left: 0;</actinic:block>" nowrap="nowrap">
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz7%5fCartFunctions%22%20%2f%3e%20%21%3d%20%22Top%22" >
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz7%5fCartFunctions%22%20%2f%3e%20%3d%3d%20%22Top%22">
<!-- shopping cart summary is shown at the top -->
<div class="sidebox" style="width: 170px;">
<div class="boxhead"><h2><actinic:variable name="CartCaption" /></h2></div>
<div class="boxbody" align="right">
<p style="font-weight: bold; margin-bottom: 5px;"><actinic:variable value="Shopping Cart Summary In A Line" name="ShoppingCartSummary" /></p>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz%5fButtons%22%20%2f%3e%20%3d%3d%20%22CSS%20Buttons%22"><p class="text_menu"><actinic:variable name="NavigationIcon" value="Checkout CSS Button" /><actinic:variable name="NavigationIcon" value="View Cart CSS Button" /></p></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz%5fButtons%22%20%2f%3e%20%3d%3d%20%22Images%22"><p style="margin: 0;"><actinic:variable value="View Cart Image Navigation Button" name="NavigationIcon" /><actinic:variable value="Checkout Image Navigation Button" name="NavigationIcon" /></p></actinic:block></td>
</div>
</div>
</actinic:block>
</td>
</tr>
<tr>
I cant find a link here so any help would be very welcome.
Many thanks
I am creating a new site using a template.
I have put in the head top banner logo which is wider than the set parameters of the Template.
The logo stretches to the size of the page i want.
I have Aligned centered the site using the following code.
</head>
</div>
<body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">
<div align="center">
But now the left and right side bars are not in line with the ends of the logo.
I want to align the to side bars to each end of the site so they are in line with the ends of the header but i don't know where to adjust the code to do this.
Is there something i need to change here?
or am i looking in the wrong place?
<actinic:variable name="BrochureLogoImage" />
</actinic:block>
</td>
<td align="right" style="background-color: ;<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz%5fBorders%22%20%2f%3e%20%3d%3d%20%22Yes%22">border: solid 1px ; border-left: 0;</actinic:block>" nowrap="nowrap">
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz7%5fCartFunctions%22%20%2f%3e%20%21%3d%20%22Top%22" >
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz7%5fCartFunctions%22%20%2f%3e%20%3d%3d%20%22Top%22">
<!-- shopping cart summary is shown at the top -->
<div class="sidebox" style="width: 170px;">
<div class="boxhead"><h2><actinic:variable name="CartCaption" /></h2></div>
<div class="boxbody" align="right">
<p style="font-weight: bold; margin-bottom: 5px;"><actinic:variable value="Shopping Cart Summary In A Line" name="ShoppingCartSummary" /></p>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz%5fButtons%22%20%2f%3e%20%3d%3d%20%22CSS%20Buttons%22"><p class="text_menu"><actinic:variable name="NavigationIcon" value="Checkout CSS Button" /><actinic:variable name="NavigationIcon" value="View Cart CSS Button" /></p></actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22Wiz%5fButtons%22%20%2f%3e%20%3d%3d%20%22Images%22"><p style="margin: 0;"><actinic:variable value="View Cart Image Navigation Button" name="NavigationIcon" /><actinic:variable value="Checkout Image Navigation Button" name="NavigationIcon" /></p></actinic:block></td>
</div>
</div>
</actinic:block>
</td>
</tr>
<tr>
I cant find a link here so any help would be very welcome.
Many thanks
Comment