This isn't a problem with anthing particulary to do with Indexhibit, but more an issue with how the code that Flickr allows you to blog is causing scroll bars on my blog, which is inside an iFrame on my blog page.
So I'm fixed all scroll bars issues by adding this piece of code to my iFrame
–––
#iframed { max-height: 3200px; min-height: 1500px; overflow: hidden; }
–––
And this is how the Flickr code looks when inserted into my blog.
–––
< div style="text-align: left; padding: 4px;" >< a href="{photo_url}" title="photo sharing" >
< img src="{photo_src}" style="border: solid 0px #000000;" alt="" />
< span style="font-size: 0.8em; margin-top: 0px;" >[[string:by2:{photo_title}:{uploader_name}]]
< /span>
{ description}=
–––
If you see my direct blog page there's no issue
http://fourcolourblack.blogspot.com/
But within the iFramed page scroll bars
www.fourcolourblack.com/blog
Any ideas? This seems so simple I just can't crack it.
thanks
