![]() |
Text/Images outside of the Container
Hi,
I am working on a 4.1.1 installation and I would like to put some content outside of the main container. I've tried to edit rectangle_bottom and Footer but this places content within the main layout. How do I get outside of it? thanks :-) |
Re: Text/Images outside of the Container
You'd need to edit the template that has the container, which is customer/home.tpl
|
Re: Text/Images outside of the Container
I tried that but it just sits inside the footer? any ideas on how to get outside of that?
thanks for replying |
Re: Text/Images outside of the Container
Well you need to get it outside the last line of code before the closing </body> tag. All depends on how your site was customized
|
Re: Text/Images outside of the Container
its a simple site working on the 3 column layout. It uses a white padding round the site to give the illusion of a thick border. I would like the content to appear under this border.
I've tried before the </body> but that still leaves me inside that container thanks for your reply |
Re: Text/Images outside of the Container
Post your home.tpl
|
Re: Text/Images outside of the Container
Thanks for looking Balinor,
HOME.tpl is as: Code:
{* $Id: home.tpl,v 1.88.2.14 2008/07/15 12:07:39 ferz Exp $ *} I want the content outside of the main container. I have a border round the site which is white.. So essentially I'd the content under the site just on the background Thanks again for looking! |
Re: Text/Images outside of the Container
So how is the border set? Do you have it applied to a class? Posting code in the area shown below will appear outside the container unless you have an unclosed div or table tag causing it to not close:
{if $active_modules.Google_Analytics ne "" && $config.Google_Analytics.ganalytics_code ne ""} {include file="modules/Google_Analytics/ga_code.tpl"} {/if} CODE HERE </body> |
Re: Text/Images outside of the Container
I've put it there but its still within the boundaries, it looks OK though so i'll run with that. Thanks for your help :)
|
All times are GMT -8. The time now is 05:03 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.