June 22, 200620 yr Hi!My problem is, that I want to install quite a lot of programs, some of which have long names, but I want to fit them into one page.But I can't make WPI put programs under the red line I draw on the picture below.Is it possible somehow to reach this. Because I would like to use only 3 columns.Thanks for your help!Molyember
June 22, 200620 yr Do you have "No Column Breaks in Catagories" Checked it so try unchecking it. also it you want it checked mess around with "Catagories Sort Order". Also set "Number of colums" to "3"". If those methods dont work you just might have to have 2 pages.
June 23, 200620 yr <script type="text/javascript"> if (top.status != "") { winheight = top.status; } cols = Math.round((winheight/3*4)/320,0); if (!maxentries) { switch (winheight) { case '600': maxentries=19; break; case '768': maxentries=26; break; case '1024': maxentries=42; break; case '1200': maxentries=44; break; default: maxentries=31; break; } }</script> This is inside the theme\wpi.htm file.as you can see there is a maxentries section here just make the # bigger untill you ge the right amount.
June 23, 200620 yr Author Thanks for your help!It worked.But I have another question:Is it possible to use justify allignment by the tooltips? Because if I write "justify" in the options it doesn't work. Edited June 23, 200620 yr by molyember
June 23, 200620 yr Author Thanks for your help!It worked.But I have another question:Is it possible to use justify allignment by the tooltips? Because if I write "justify" in the options it doesn't work.
June 24, 200620 yr Author Than I probably don't know the right english word for the alignment type i'm looking for. So for example in Word there are 4 types of alignment: left ; right ; center and the fourth one, which I would like to use now (when the text is aligned to both margins).I hope it is understandable this way.
June 24, 200620 yr Hm... here's my try (but I could be wrong 'coz I'm very dizzy right now)Open tips.js.Search for"+txtTxtAli+"and replace it withstyle=\"text-align:justify\"Note that this will override the TextTextAlign setting in options.It is just a quick dirty workaround. Edited June 24, 200620 yr by sadicq
Create an account or sign in to comment