It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

How do I align twitter widgets side by side?

How do I align twitter widgets side by side?

Postby BillyBSC on Sun Nov 07, 2010 4:02 pm

Im in the middle of building a web page and I need to put 5 twitter widget side by side with about 5 pixels between each. I cant for the life of me figure out how to do this. I can get the first one to line up okay but when I go to place the second one in it goes beneath it. How do I fix this?

heres the code
<script src="http://widgets.twimg.com/j/2/widget…
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 4,
interval: 6000,
width: 140,
height: 175,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
background: '#000000',
color: '#ffffff',
links: '#4aed05'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'all'
}
}).render().setUser('billybsc').start(…
</script>
BillyBSC
 
Posts: 1
Joined: Sun Nov 07, 2010 3:58 pm

Who is online

Users browsing this forum: No registered users and 8 guests