View Single Post
  #3  
Old 11-30-2011, 07:18 AM
 
bubbafunk1 bubbafunk1 is offline
 

Newbie
  
Join Date: Sep 2011
Posts: 7
 

Default Re: Adding A New Div

thanks...

I added this code to the /2-columns/customer/head.tpl file before the closing div tag:-

<div class="3_banners">three banners</div>

and in the /2-columns/css/altskin.css file i added this code:-

.3_banners {
clear: both;
height: 200px;
background-color: #ff0000;
}

i have refreshed the browser but there is no change at all to the site. Am i changing the correct files?

Kevin
__________________
X-Cart Gold v4.4.3
Reply With Quote