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

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]

1Twitter code Empty Twitter code Sat Aug 13, 2011 3:41 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 11:58 pm; edited 1 time in total

2Twitter code Empty Re: Twitter code Sat Aug 13, 2011 11:17 pm

Nera

Nera
Technician
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.

3Twitter code Empty Re: Twitter code Sat Aug 13, 2011 11:58 pm

Pinks


Registered Member
Registered Member
thank u so much Nera Smile

4Twitter code Empty Re: Twitter code Sun Aug 14, 2011 12:36 am

Nera

Nera
Technician
Technician
Welcome hun.

Solved / Locked

Sponsored content


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