Ok, maybe I'm having a mental block, but I work on one monitor sometimes that I use in portrait mode, basically a wide screen that I flip on it's side.
In any case when I work on that monitor some of the admin pages do not fit on my screen and I cannot get the left-right scrollbar to show up at the bottom of the main frame. Here is how I changed the frameset template and maybe someone can figure out what I'm doing wrong.
The only changes I made was in the first line cols="15%,*" from cols="15%,85%", I've also tried cols="15%,auto". I've added the scrolling="auto", and have trid scrolling="yes". None of these changes have worked. Any ideas?
Comments on simple html help needed
Forum Regular
Usergroup: Customer
Joined: Apr 03, 2007
Location: NY & PA
Total Topics: 94
Total Comments: 339
Ok, maybe I'm having a mental block, but I work on one monitor sometimes that I use in portrait mode, basically a wide screen that I flip on it's side.
In any case when I work on that monitor some of the admin pages do not fit on my screen and I cannot get the left-right scrollbar to show up at the bottom of the main frame. Here is how I changed the frameset template and maybe someone can figure out what I'm doing wrong.
The only changes I made was in the first line cols="15%,*" from cols="15%,85%", I've also tried cols="15%,auto". I've added the scrolling="auto", and have trid scrolling="yes". None of these changes have worked. Any ideas?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Due to internet explorer bugs, scrolling is disabled in the admin stylesheet. Remove the html {} bit.
Forum Regular
Usergroup: Customer
Joined: Apr 03, 2007
Location: NY & PA
Total Topics: 94
Total Comments: 339
Got it, thanks!