can the "code boxes" go FULL width of screen?
I know this has been brought up before, but is there ANY way this can be fixed? It is really a pain when trying to read something, and you have to scroll left and right, left and right, left and right with the slider, inside of the code area.
The code area is already full width of the browser, just that the text itself does not go the full width as well.
It seems that the code box is "hard coded" to 600 pixels wide. I am not sure if this is a table, CSS or what, but with tables for example, you can simply tell it you want the table width to be 100%, instead of a pixel count, and it will go the width of the browser, regardless of what resolution the users screen is set to.
If it has to be hard coded, maybe make it wider at least. Looking at screen resolution statistics from my website, .4% of people are browsing the web at 640 x 480 (What the code boxes seem to be accommodating as of now). more than 85% are set to wider than 1024 pixels.
Here is an example, copied from another post, to show what I am talking about:
Code:
1-create a folder Scripts\HungGame under your skin folder
/***************************************HUNGGAME****************************************
"HUNGCONFIG","CLCLEAR;ALL||MENU;HUNG_LANGUAGE.skin||CLLOAD;$SKINPATH$Scripts\HungGame\LANGUAGES.txt;TRUE||UPDATE_PIC||SETLIST;17"
"SAVELANGUAGE","SETVARBYCODE;HUNGLANGUAGE;LISTTEXT||SETVAR;HUNGLANGUAGE;$HUNGLANGUAGE$||WAIT;0.5||EXIT"
"ONCLCLICK","UPDATE_PIC",HUNG_LANGUAGE.skinUPDATE_PIC",HUNG_LANGUAGE.skinUPDATE_PIC",HUNG_LANGUAGE.skin"
"UPDATE_PIC","SETVARBYCODE;LANGUAGE;CLDESC||SETVAR;LANGUAGE;$LANGUAGE$.gif",HUNG_LANGUAGE.skin
"UPPIC","UP||UPDATE_PIC"
"DOWNPIC","DOWN||UPDATE_PIC"
/*****************************************************************************************