
Is there anyway to customize the width or sizing? If not I'll just change my folder structures. Many thanks in advance.
Moderator: moderators

but some abuse the privilege!<frameset rows="70,*,0" border="0" framespacing="0" frameborder="0">
<frame name="upper" src="top.view?">
<frameset cols="15%,85%" border="0" framespacing="0" frameborder="0">
<frame name="left" src="left.view?" marginwidth="0" marginheight="0">
Not be dumb, but how do I even find that index.jsp file? Where is it? I'm using FireFox if that helps.ytechie wrote:Here is how to modify the sidebar width.
We are going to edit index.jsp. There are two index.jsp files. We are editing the one in webapp/WEB-INF/jsp/. Here is the part we are going to edit:
- Code: Select all
<frameset rows="70,*,0" border="0" framespacing="0" frameborder="0">
<frame name="upper" src="top.view?">
<frameset cols="15%,85%" border="0" framespacing="0" frameborder="0">
<frame name="left" src="left.view?" marginwidth="0" marginheight="0">
The 15%,85% is the ratio between the left frame and the right side of the window.
Adjust the values so added they equal 100%. I edited mine so they are 16%,84%.
Hope this helps!
but some abuse the privilege!Users browsing this forum: No registered users and 12 guests