WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 Twitter code on Sat Aug 13, 2011 2:11 pm

Pinks


Registered Member
Registered Member
I want to add a follow us twitter button n the right side of d forum,but where can I put dis code?
<div id=”twitter-follow”> <a href=”http://twitter.com/madhuridforum”><img src=”http://4.bp.blogspot.com/_ACL511Lh6M8/TFWWxp92gqI/AAAAAAAAA0Y/rHevMwxLfyg/s1600/twitter+follow+us+button.gif” alt=”Follow Me on Twitter” /></a> </div>
forum version=phpbb3



Last edited by Pinks on Sat Aug 13, 2011 10:28 pm; edited 1 time in total

2 Re: Twitter code on Sat Aug 13, 2011 9:47 pm

Nera


WebArtz Technician
WebArtz Technician
Hi Pinks,

You mean exactly that code?

This goes to Homebox/Message content or annonuncments where ever you want.

Code:
<div id=twitter-follow><a href="http://twitter.com/madhuridforum"><img src="http://i42.servimg.com/u/f42/15/02/56/34/twitte10.gif" alt=”Follow Me on Twitter” /></a></div>


This goes to CSS
Code:
div#twitter-follow {
    position: absolute;
    right: 10px;
}


You can move the pixels, or make it scroll with position:fixed; what ever you want.


_________________

3 Re: Twitter code on Sat Aug 13, 2011 10:28 pm

Pinks


Registered Member
Registered Member
thank u so much Nera Smile

4 Re: Twitter code on Sat Aug 13, 2011 11:06 pm

Nera


WebArtz Technician
WebArtz Technician
Welcome hun.

Solved / Locked


_________________

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum