Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    mintonman replied on February 19, 2008 09:29 to the problem "Images are not visible in Firefox or Opera" in PBwiki:

    mintonman
    Hi Clif -

    images aren't too wide (Listening.jpg is 300px, Cecilia.jpg is 100px and SmallGroup.jpg is 179px), and if I take out the "align" tags, they are happily displayed (but only at left, with no text wrapping) alongside the SideBar.

    So the issue isn't image width. (I've run up against that one before here, so now always set the width attribute for my images)

    If you look at the home page (in Firefox) and scroll down, you'll see three images gathered on a level with the Share This box under the SideBar. (If you change the font size with [Ctrl]+ [+], you'll see that these three photos maintain themselves level with the Share This box. At particular font sizes, they may also be above, below, or on a level with (and overlapped by) the fourth photo in the page (linked in from flickr) - which behaves itself, as it doesn't have an align tag (but therefore can't have text wrapped around it).

    Removing the SideBar is possible - but a huge pain on my Front Page, where I really want it!

    We could really do with a way to use these not-hugely-obscure img attributes to make pretty layout of text and images next to the SideBar without having to always resort to tables (as I do further down the rather long front page). It certainly used to work fine a few months ago ...

    And looks like my code examples got snaffled in my last post - I meant a (left tag bracket) br clear="all" (right tag bracket), and then a (left tag bracket) br clear="left" (right tag bracket).

    Thanks again for your help!
  • problem

    mintonman replied on February 18, 2008 09:03 to the problem "Images are not visible in Firefox or Opera" in PBwiki:

    mintonman
    Hi Clif,

    thanks for the tip - using the HTML plugin doesn't fix the glitch though.

    Actually, the images aren't disappearing, they are moved to immediately after the bottom of the sidebar - suggests to me that the sidebar is rendered in some way that interacts with other elements?

    I tried adding a
    , and then a
    at the top (just before the first paragraph) - the first moves all the main text down below the bottom of the sidebar, the second restores the text, but leaves the images down there.

    Anybody know what's up with the sidebar element that breaks the "align" functionality in the main page? It's a pretty basic function for keeping basic visual control over layout of text and images ...

    (I know my front page source code looks complicated - but much of it is a long piece of javascript that just gives a random quote in the sidebar quote box ...)

    All help gratefully appreciated!
  • problem

    mintonman reported a problem in PBwiki on February 07, 2008 12:53:

    mintonman
    Images are not visible in Firefox or Opera
    Hi there,

    I've been having trouble adding images to my pbwiki pages and aligning them to left or right.

    It's often worked before - but at the moment, when I add images and align them left or right, they don't seem to show up when Firefox or Opera are used to browse that page (IE works fine). If I remove the "align" bit of the "img" tag, the images show up - but not in the layout I want, obviously.

    It's not a very complicated page (homepage of the wiki, at foleshillfields.pbwiki.com) - and the source code looks sensible and fine.

    Please help!!!!!