Logo Photos

NickM22

Active member
If i wanted to add a youtube logo just to the right of my Site logo that when clicked goes to a specified link, how would i do so?
 
Admin CP -> Appearance -> Templates -> ad_header

Add this code:

Rich (BB code):
<div style="display: inline; margin-left: 10px; vertical-align: -30px;">
	<a href="LINK"><img src="PATH/TO/IMAGE.GIF" /></a>
</div>

You can adjust those pixel numbers to position it.

The result:

Screen shot 2011-11-10 at 6.49.08 PM.webp
 
Top Bottom