MLS Full Screen Course View

What you will need to do is find out exactly the size of the area the browser is allowing for the content. Basically, not including the browser's border or attributes like the toolbars, menu bars, file menus, etc. If you can determine that, then you should be able to set your title to that size and fill the entire work area with content and not worry about scrollbars. There isn't an easy way I know of to get this value, but I suppose you could test a single page which is not giving you scrollbars and resize the page so that the content just fits. Whatever that page size is set to would be the size you would use for all your titles. If you want to find the maximum space allowed, then you could move on object by one pixel to the right and down and publish out and continue doing so until you see scrollbars. Once you do, go back in and move the object back to the previous location where it did not display scrollbars and set your page to that exact size so the object just fits on the new resized page. That would be your maximum work area allowed without causing scrollbars to appear. Hope that helps.What you will need to do is find out exactly the size of the area the browser is allowing for the content. Basically, not including the browser's border or attributes like the toolbars, menu bars, file menus, etc. If you can determine that, then you should be able to set your title to that size and fill the entire work area with content and not worry about scrollbars. There isn't an easy way I know of to get this value, but I suppose you could test a single page which is not giving you scrollbars and resize the page so that the content just fits. Whatever that page size is set to would be the size you would use for all your titles. If you want to find the maximum space allowed, then you could move on object by one pixel to the right and down and publish out and continue doing so until you see scrollbars. Once you do, go back in and move the object back to the previous location where it did not display scrollbars and set your page to that exact size so the object just fits on the new resized page. That would be your maximum work area allowed without causing scrollbars to appear. Hope that helps.

Discussions have been disabled for this post