HomeNotes_footer file
1528 days ago in 
Tags: footer
Reactions: 5 comments 0 points0 reports
 
 

_footer file

Hey guys...
i'm putting in a image but the image is over flowing out side the box housing all the links.. how do i keep the image inside the box.
the image size is width=740 and hight is 75.
how can i expand the box that was housing the links on the bottom so my image doesnt over flow
www.netvillage.ca

<!-- bottom -->
  <div class="bottomBlock" >
   <div class="clear_both" ></div>
  <!-- remmed out the links listed below on march 20 2008 --> 
  <!-- __dol_orca_ray__    -->
  
   <div class="bottomTexts" >

   <div align="center"><img src="/xmyfiles/footerlogo.jpg" width="740" height="75"/> </div>
         
    </div>    
   
   <div class="clear_both"></div>
  </div>
 <!-- end of bottom -->

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
Please login to post a comment.
okweb
You can do this:

1) Edit templates/tmpl_uni/_footer.html

<div class="bottomBlock">
<div class="clear_both"></div>
<!-- __dol_orca_ray__ -->

<div class="bottomImages">
<img src="/xmyfiles/footerlogo.jpg" width="740" height="75"/>
</div>

<div class="bottomTexts">

2) Edit templates/tmpl_uni/css/general.css

Find this block and change height from 60 to 150 like I see more have do bellow.

.bottomBlock
{
position:relative;
//height: 60px;
height:150px;
border:1px solid #D0D0D0;
}

That's it!
Robin
Hey Okweb,

Modifiying the footer with image seem to through the setting off in firefox...

and at the same time the bottom footer isn't centred anymore..

any ideas?
okweb
Don't set image in the DIV bellow
<div class="bottomTexts">

But set it inside here (See what I write above)

<div class="bottomImages">
<img src="/xmyfiles/footerlogo.jpg" width="740" height="75"/>
</div>
okweb
I forgot, and above the DIV
<div class="bottomTexts">
Robin
Hey Okweb,

Thanks for your help.. It works!

thanks again..
Robin
 
 
 
PET:0.061710834503174