PDA

View Full Version : Adding an image in my footer.


SPEEDKILLZ
06-08-2015, 12:38 AM
Hello guys and girls of vborg. I am trying to figure out how to add a pic/logo to my footer. here is my current footer code and a screenshot of my current footer. It doesn't need to be a click-able link only an img. Thank you

<div id="footer_column_2">
<div class="footer_column_inner">
<h4 class="footer_column_header">
Affiliates
</h4>
<ul>
<li><a href="#">Example Link 1</a></li>
<li><a href="#">Example Link 2</a></li>
<li><a href="#">Example Link 3</a></li>
<li><a href="#">Example Link 4</a></li>
<li><a href="#">Example Link 5</a></li>
<li><a href="#">Example Link 6</a></li>
</ul>
</div>
</div>

cellarius
06-08-2015, 04:40 AM
You would probably use an img-HTML-Tag (<img src="path/to/img" alt="" />).

Since you don't tell us where exactly in the footer the image is to go, there's not much more to tell you.