How do you add a tag to your logo?

Kent55

Active member
Hi I just wanted to ask, how do you add a tag on your logo so that when someone hovers their mouse over it, the tag you want it to say will show?
 
Admin CP -> Appearance -> Templates -> logo_block

Rich (BB code):
<div id="logoBlock">
	<div class="pageWidth">
		<div class="pageContent">
			<xen:include template="ad_header" />
			<xen:hook name="header_logo">
			<div id="logo"><a href="{$logoLink}">
				<span><xen:comment>This span fixes IE vertical positioning</xen:comment></span>
				<img title="STUFF" src="@headerLogoPath" alt="{$xenOptions.boardTitle}" />
			</a></div>
			</xen:hook>
			<span class="helper"></span>
		</div>
	</div>
</div>

Screen shot 2012-10-07 at 12.40.56 PM.webp
 
Top Bottom