HomeUnityBlogs
 
 
Robin

_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 -->
bad
0
good
 
 

Comments

okweb
okweb 258 days agocomment permalink
 
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 have do bellow.

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

That's it!
 
bad
0
good
 
 
Robin
Robin 258 days agocomment permalink
 
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?
 
bad
0
good
 
 
okweb
okweb 258 days agocomment permalink
 
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>
 
bad
0
good
 
 
okweb
okweb 258 days agocomment permalink
 
I forgot, and above the DIV
<div class="bottomTexts">
 
bad
0
good
 
 
Robin
Robin 257 days agocomment permalink
 
Hey Okweb,

Thanks for your help.. It works!

thanks again..
Robin
 
bad
0
good
 
 


Post a Comment

Please login to post a comment.

This Post
 
 
Robin Blog
All Blogs
Found a bug? Have a suggestion? We really value your feedback!
 
© 2008 BoonEx Ltd
ABN 27 127 966 581
 
PET:0.557599067688