[Pro] Twitterfeed width problem, help please

I have added the Twitter feed as a markup item to the footer of my website. At first I tried it on a single testpage and later added it to my master page. The results in the browser show a difference in width. On the testpage, here; http://appadvies.nl/appblog-1/naamloos.html the feed streches to the available width of the box it is in. On all other pages of my site (based on the master) the feed is not as wide as the box it is in. I used de same markup code and I can not see any diffenrence in the boxes. What is causing the different width?

The link to example has the smaller feed in the footer.
I have been comparing the pages for a whole day now and cannot find a clue anymore. Who sees it with a fresh set of eyes?

http://www.appadvies.nl


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Wim

The code you’ve dowloaded from twitter is different in the “correct” example you have an iframe with a declared width of 340px, whereas in all the others it’s 210px

; max-width: 100%; min-width: 180px; width: 210px;"></iframe>
; max-width: 100%; min-width: 180px; width: 340px;"></iframe>

freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Simon,

Ok, that explains a lot. But where in my code did you find these figures? I can not see this in the twittercode.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options