Posted: Jul 01, 2010 1:22 pm
by LIFE
newolder wrote:How do I make the instance of the ratskep forum on my machine make <div><class=”logo-image”>...</div> point to http://farm5.static.flickr.com/4096/474 ... ce7d_b.jpg
please?


Excuse me? You downloaded the forum?
If I understand you correctly you could do it like this:

Code: Select all
<div class=”logo-image”><img src="http://farm5.static.flickr.com/4096/4749632449_65b393ce7d_b.jpg" width="[width of image]" height="[height of image]" alt="Logo" /></div>


Replace width and height with the actual pixel values of the image.