Index: lams_tool_images/web/pages/authoring/basic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/pages/authoring/basic.jsp,v diff -u -r1.8 -r1.9 --- lams_tool_images/web/pages/authoring/basic.jsp 6 Oct 2010 10:15:28 -0000 1.8 +++ lams_tool_images/web/pages/authoring/basic.jsp 2 Jan 2012 12:41:19 -0000 1.9 @@ -16,8 +16,8 @@ function showMessage(url) { var area=document.getElementById("reourceInputArea"); if(area != null){ - area.style.width="650px"; - area.style.height="100%"; + area.style.width="100%"; + area.style.height="530px"; area.src=url; area.style.display="block"; }