Author Topic: Page underlay (Big question mark)  (Read 612 times)

danhett

  • Newbie
  • *
  • Posts: 9
Page underlay (Big question mark)
« on: September 02, 2010, 08:18:40 pm »
Hi all

Hopefully a quick enquiry: I'm wondering if anyone knows how to remove the big question mark on pages that are still loading? I've got a custom loader in there that works fine, but there's a huge pixellated question mark in the background that I'd like to get rid of.

Any help would be appreciated!!

Dan

Hans Nücke

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 787
  • MegaZine3 Sales Manager
Re: Page underlay (Big question mark)
« Reply #1 on: September 02, 2010, 09:06:57 pm »
That is an easy one ;-)

Since version 2.0.9 I think the
     thumbloadtext="please wait"
and
     thumbloadtextsize="12"
book parameters are supported.
With thumbloadtext to define custom text, like in this case "please wait".
Alternatively to the default "?".

And with thumbloadtextsize to tweak the size.
Those tweaks have to be done by try and error.
Start with a value of about 12 and then increase/decrease until you achieve the desired fit to your page.

Both parameters go within the <book> ... </book> delimiters

danhett

  • Newbie
  • *
  • Posts: 9
Re: Page underlay (Big question mark)
« Reply #2 on: September 04, 2010, 09:05:58 pm »
That worked perfectly, thanks!