I for got how to rezice the catagory bar, I made it to small a while back, and now can't remeber it. Tried search but to many links that did not cover it.
Sorry to ask.
Page 1 of 1
Quick Question - The catigory Bar how to resize
#2
Posted 11 July 2005 - 01:23 AM
make the change by editing the "boxes.js" file found in wpiscripts. Look for the following:
CODE//c h a n g e category header info here
{
txt += ('<div class="category" color="red">' + cat[i][0] + '</div><hr align=\"left\" width=73% color=\"18339F\">');
oldcat = cat[i][0];
cats += 2;
}
I added the comment "//c h a n g e category header info here" and then changed the width= value to 73% for my purposes. I may have also changed the color and alignment values. Play with the width value and I think you will achieve success. Good luck.
CODE//c h a n g e category header info here
{
txt += ('<div class="category" color="red">' + cat[i][0] + '</div><hr align=\"left\" width=73% color=\"18339F\">');
oldcat = cat[i][0];
cats += 2;
}
I added the comment "//c h a n g e category header info here" and then changed the width= value to 73% for my purposes. I may have also changed the color and alignment values. Play with the width value and I think you will achieve success. Good luck.
#3
Posted 11 July 2005 - 01:53 AM
Thank you!
This post has been edited by almulder: 11 July 2005 - 01:54 AM
Share this topic:
Page 1 of 1



Help

Back to top









