molyember Posted June 22, 2006 Posted June 22, 2006 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
almulder Posted June 22, 2006 Posted June 22, 2006 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.
Kelsenellenelvian Posted June 23, 2006 Posted June 23, 2006 <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.
molyember Posted June 23, 2006 Author Posted June 23, 2006 (edited) 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, 2006 by molyember
molyember Posted June 23, 2006 Author Posted June 23, 2006 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.
molyember Posted June 24, 2006 Author Posted June 24, 2006 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.
Kelsenellenelvian Posted June 24, 2006 Posted June 24, 2006 Text location in the config section is where you will find that...
mritter Posted June 24, 2006 Posted June 24, 2006 No, there is no justift option for the tips. I wish there was, too.
sadicq Posted June 24, 2006 Posted June 24, 2006 (edited) 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, 2006 by sadicq
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now