Quote:
Originally Posted by gsmlover4u
i do edit header as you said but socialnetwork images not showing even i upload social folder in my forum root
and not showing up FOLLOW US
and how to put my twiter and facebook link in that ?
|
Link to your forum would be nice!
You sure, you uploaded the social icon folder in the root? cos it works perfectly.
Here is the result..
http://awesomescreenshot.com/06f108lx0c
This is what i did..
Open your header template... find
Code:
<div class="ad_global_header">
Just above that add this..
Code:
<div class="col4 fallowus">
<h3>Follow us on</h3>
<p>
<a href="#" target="_blank"><img width="28" height="28" border="0" alt="Twitter" src="social/social_twitter.png"></a>
<a href="#" target="_blank"><img width="28" height="28" border="0" alt="Facebook" src="social/social_fb.png"></a>
<a href="#" target="_blank"><img width="28" height="28" border="0" alt="youtube" src="social/youtube.png"></a>
<a href="#" target="_blank"><img width="28" height="28" border="0" alt="Flickr" src="social/social_flickr.png"></a>
<a href="#" target="_blank"><img width="28" height="28" border="0" alt="DavianArt" src="social/social_da.png"></a>
<a href="#" target="_blank"><img width="28" height="28" border="0" alt="Dribbble" src="social/social_dribbble.png"></a> <a href="#"><img width="28" height="28" border="0" alt="RSS Feed" src="social/icon_rss.png"></a></p>
</div>
You can edit the [<a href="#"] # to point to your url.
Then open additional.css template & this..
Code:
.col4 {
float: left;
margin-left: 56px;
width: 202px;
}
.fallowus {
width: 226px;
}