Quote:
Originally Posted by gsmlover4u
sir need some more help can you guide me how i can put this in header under username pass ?
|
Hi,
can you post a snapshot of where you want to place the code?
I believe you can try placing the code at the end of the header in the header template.
Cheers
P.S:
if you want to place the code at the end of the header in the header template, you should place the following code to avoid any error:
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>
and for the style play with this css in additional.css file based on your desire:
Code:
.col4 {
float: left;
margin-left: 56px;
width: 202px;
}
.fallowus {
width: 226px;
}