View Single Post
  #7  
Old 12-01-2011, 02:49 AM
 
bubbafunk1 bubbafunk1 is offline
 

Newbie
  
Join Date: Sep 2011
Posts: 7
 

Default Re: Adding A New Div

I have added this line of code to the file /common_files/customer/home.tpl, using webmaster mode:
<div class="3_banners">3 banners div is here</div>
positioning it just below the code below -

<div id="header">
{include file="customer/head.tpl"}
</div>

I then added this css code to this file skin/2-columns/css/altskin.css

.3_banners {
clear: both;
height: 150px;
background-color: #ff9900;
}

i ran cleanup.php and cleared the browser cache.

I then saved the page and open it up in Dreamweaver and there is the div showing in the correct place and colour. When i preview in any browser, the div disappears again.

The url is www.iso2.co.uk
__________________
X-Cart Gold v4.4.3
Reply With Quote