Index: lams_tool_vote/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/authoring/BasicContent.jsp,v diff -u -r1.41.12.1 -r1.41.12.2 --- lams_tool_vote/web/authoring/BasicContent.jsp 10 Mar 2010 15:00:58 -0000 1.41.12.1 +++ lams_tool_vote/web/authoring/BasicContent.jsp 4 Jan 2012 02:15:18 -0000 1.41.12.2 @@ -37,7 +37,7 @@ function showMessage(url) { var area=document.getElementById("messageArea"); if(area != null){ - area.style.width="640px"; + area.style.width="100%"; area.style.height="100%"; area.src=url; area.style.display="block";