_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 -->
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
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?
<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>
<div class="bottomTexts">
Thanks for your help.. It works!
thanks again..
Robin