Scroll area options

I would like to add a text area with a scroll bar to make the
text space embedded into a webpage. For examples visit the
Nadasurf.com website and click to get to the main page..then click
on news or others. I'm assuming flash. But I was wonder what
options I would have for doing this. Preferring to not use frames.
Similar to the text box for forms, but this text would be
entered by me not the user.

Karl Warnke wrote:
> I would like to add a text area with a scroll bar to
make the text space
> embedded into a webpage. For examples visit the
Nadasurf.com website and click
> to get to the main page..then click on news or others.
I'm assuming flash.
> But I was wonder what options I would have for doing
this. Preferring to not
> use frames.
>
> Similar to the text box for forms, but this text would
be entered by me not
> the user.
>
The link you refer to is Flash, as you say. You can make a
basic
scrolling area using a <div> container for the
text/images and css
overflow: auto; as below, but no custom scroll bar, just the
standard one.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
#scroller {
width: 200px;
height: 400px;
overflow:auto;
</style>
</head>
<body>
<div id="scroller">
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
<p>This text will scroll once it reaches a height of
400px.</p>
</div>
</body>
</html>

Similar Messages

  • Touchpad scroll area on hp dv9500

    I've been trying to get the right-hand scroll area on my touchpad to work, without success. I assume the modifications I need to make are within xorg.conf, but I really don't understand all that arcane X'ery. Some help with this would be really appreciated.
    Here is my current xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "GLcore"
    Load "record"
    Load "dbe"
    Load "xtrap"
    Load "extmod"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 370 230 # mm
    Identifier "Monitor0"
    VendorName "SEC"
    ModelName "3847"
    HorizSync 30.0 - 130.0
    VertRefresh 50.0 - 100.0
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection

    @ Thunar:
    I have a hp dv9920us which needs the synaptics touchpad to work. I found this touchpad a bit more difficult to configure than my last hp dv4230us touchpad.
    This is what works for me in my XF86Confg (xorg.conf for nvidia).
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5200"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "35"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "FastTaps" "on"
    Option "CoastingSpeed" "0.03"
    Option "CornerCoasting" "on"
    Option "VertEdgeScroll" "on"
    Option "VertTwoFingerScroll" "on"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.05"
    Option "MaxSpeed" "0.05"
    Option "AccelFactor" "0.0000"
    Option "SHMConfig" "on"
    # Option "Repeater" "/dev/ps2mouse"
    EndSection
    ... I also had to use the System-->--Preferences-->--Mouse settings to make it feel perfect.
    these are my other sections:
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    and:
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Last edited by methuselah (2008-08-13 12:36:17)

  • Talking Login Screen Problem "you are currently on a scroll area..."

    Hi,
    On my login screen the text box shown below appears and the MBA reads aloud the text, eg: " you are currently on a scroll area...".
    Its obviously some sort of universal access option, but I cannot see any universal access or text to speech options that are turned on in system prefs and it only happens during the login screen, never on the desktop.
    I would be eternally grateful if anyone knows specifically where this can be turned off?

    Found it ! Its not an access option after all, Go to...
    System Prefs / Users and Groups / Login Options (below the list of users, NOT 'Login Items')
    Uncheck 'Use Voiceover in the login window'
    Phew! that was irritating

  • Input text in scrolling area

    I am working on a site in Flash and the content is within a
    scrolling area. On one of the pages I am making a form using input
    text but when I publish the file you are not able to type anything
    in the input boxes. Does anyone have any idea why this could be
    happening? You can preview the file online at
    http://www.creativeradiocontent.com/test/index2.htm
    and the form is on the Contact Us page. Sorry if I posted this in
    the wrong area, but I think it may be a problem with
    ActionScript.

    I am working on a site in Flash and the content is within a
    scrolling area. On one of the pages I am making a form using input
    text but when I publish the file you are not able to type anything
    in the input boxes. Does anyone have any idea why this could be
    happening? You can preview the file online at
    http://www.creativeradiocontent.com/test/index2.htm
    and the form is on the Contact Us page. Sorry if I posted this in
    the wrong area, but I think it may be a problem with
    ActionScript.

  • How to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area

    how to add a scroll bar within a view window ?I want to display x and y axis outside the scoll window and keep those axis static and move the graph within scroll area
    ananya

    Hey Ananya,
    I believe what you want to do is possible, but it will not be
    easy.  If you want to add a scroll bar that will scroll the graph
    back and forth but keep the axis set, you would want to add a
    horizontal or vertical scrollbar.  Then you would create an event
    handler for the scroll event.  You would have to manually plot
    different data within this scroll event.  Unfortunately, there is
    not really a built in way to do this with the Measurement Studio plot
    control.
    Thanks,
    Pat P.
    Software Engineer
    National Instruments

  • How to detect the size in pixels or percentage of a scrolling area?

    Hello there!
    I'm working capturing scrolling images and found a problem when I try it in another laptop, the thing was the resolution because in mine the scrolled area is added to the principal image and as I go down I merge the scrolling. But in other machines the image appears wrong, with the browser status bar in every scroll.
    Can somebody help or give me some other address where I could find something useful?
    Thank you in advance.

    So you have some sort browser with a scrolable view. As scrolling is preformed you add the newly revealed area to an an image. As more area is revealed, the image is made larger to paint the new area in addition to the old area. Ideally when the whole view has been looked at and scrolled through, then the image reflects the entirety of the view. The problem is, on one particular laptop when the user scrolls, the status bar keeps appearing as part of the newly added area, so you end up with an image of the view along with a bunch of status bars painted in various places of the image.
    Am I correct so far?
    If so, then I guess the question is are we even dealing with Swing components? Why can't you just call
    myScrollPane.getViewport().getView();and paint that?

  • Why does my Adobe Reader DC stop working when I click scroll down options?

    I used to use PDF Suite 2014 Standard to view pdf files.
    However, tonight a message appeared when I attempted to open files saying ..."if the document does not load then the pdf viewer may not be able to display this type of document"
    I went to the website provided to download Adobe Acrobat Reader DC.
    Although I was able to load pdf documents and fill in forms, the program repeatedly would crash whenever I attempted to click on scroll down options on forms.
    Any help is appreciated
    ....and talk/write slowly for I am not super computer literate.
    Regards,
    Luisa

     Dear Aedesh, Thank you for your assistance.  I did all that you instructed below, regarding uninstalling, and using the Adobe Reader and Acrobat Cleaner Tool.  I restarted my computer, then installed Adobe Acrobat Reader DC (for Windows 7, English and version: Reader DC 2015). I continue to have the problems: (1) When I attempt to use a scroll down option within a pdf form, the program stops working. (2) If I send the pdf to my iPhone, and I open the pdf, I receive the message "Please wait...if the message is not eventually replaced by the proper contents of the document, your pdf viewer may not be able to display this type of document..." However, when I send pdf's created earlier than 4-28-15, I am able to open in my iPhone.I am able to open on my laptop the pdf's created after 4-28-15, but have the scroll option issue  (thank you in advance for your patience)Luisa 
     Luisa Montaini-Klovdahl, Ph.D.Licensed Psychologist &
    Captain, US Army Reserves Medical Service Corps4153 Park Blvd
    Palo Alto, CA 94306
    Telephone: 650.384.6559
    Facsimile: 650.384.6547 This e-mail may contain confidential patient information. If you have received this transmission in error, please delete and contact the sender.   
         From: aadeshs76610910 <[email protected]>
    To: Luisa Montaini-Klovdahl <[email protected]>
    Sent: Thursday, April 30, 2015 9:55 AM
    Subject:  Why does my Adobe Reader DC stop working when I click scroll down options?
    Why does my Adobe Reader DC stop working when I click scroll down options?
    created by aadeshs76610910 in Acrobat Reader - View the full discussionHi Luisa,  Please follow the steps below :- 1) Uninstall Adobe Acrobat Reader DC. 2) Run the cleaning tool Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs3) Restart the computer.4) Install Adobe Acrobat Reader DC using this link Adobe Acrobat Reader DC Install for all versions Let me know if the issue persist.  Regards,Aadesh If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7499212#7499212 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7499212#7499212 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following" 
    Start a new discussion in Acrobat Reader by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Refresh rate for scroll area in html widget (iBooks Author)

    So, I am finding that within the html widget, the refresh rate of a scrolling area is lagging.
    As someone scrolls, the scroll window is black before the content catches up and is viewable.
    Any recommendations to fix this problem?

    This is stripped down test code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta name="viewport" content="width=1024px" />
    <title>Test Scrolling Area</title>
    <style type="text/css">
              body { overflow: hidden; background: #000; margin: 0px;}
              #section { position: absolute; }
              .bkgrd { position: absolute; }
              .list {    width: 348px;    height: 471px;    position: absolute;    top: 108px;    left: 8px; overflow: scroll; -webkit-overflow-scrolling: touch; }
              .fill { width: 348px; height: 471px; overflow-x: hidden; overflow-y: scroll; background: transparent; font-size: 1em; font-family: "Optima" sans-serif; color: white; }
              .fill p.lineup { font-weight: bold; color: #fff; margin: 0;}
              .fill .head { font-weight: bold; color: #d40000;  }
              .fill .normal { font-weight: normal; color: #fff; margin: 0;}
              .fill .head { font-weight: bold; color: #d40000;  }
              .fill .date { color: #d40000;  }
              .fill .city { font-weight: bold; }
      </style>
    </head>
    <body>
    <div id="section">
              <div class="bkgrd">
                        <img src="images/bgrd.jpg" width="1024px" height="auto" />
              </div>
              <div class="list">
                        <div class="fill">
                                  <p><span class="head">June</span><br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            </p>
                                  <p><span class="head">June</span><br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span>            Venue          <br />
                                            <span class="date">          00          </span>   <span class="city">          City, ST          </span><br />        Really Long Venue Name<br />
                                            </p>
                                  <br />
                        </div>
              </div>
    </div> <!-- end section -->
    </body>
    </html>

  • Force the "Fit To Printable Area" Option in Adobe Acrobat [Reader] Print Dialog

    Hi,
    I was wondering if there is a way to force Adobe Arcobat Reader to  always use the "Fit To Printable Area" Option in the print dialog?
    If this is possible, how can I achieve it?
    Thanks...

    If you only have Reader (that is different from Acrobat, the full product), then your only options would be under the preferences in Reader. If they are not there, then the answer is no. To really get a better idea, ask in the Reader forum. If you have Acrobat, then provide the version to get more specific help.

  • What are options available to cancel the Excise Invoice?

    Hi,
    What are options available to cancel the Excise Invoice?
    Does cancelling the commercial invoice automatically cancels the excise invoice
    if not what are the other options?
    Any settings required to achieve that.
    Usefull answers will be rewarded
    Thanks
    Regards

    Dear Rajiv
    No cancelling commercial invoice will not cancel the excise invoice in background.  For that, you need to run the T.Code J1IH where if you click on Cancel Excise Invoice, system will ask for excise invoice reference, financial year and series group.  Here while giving the excise invoice number, you have to ensure that it is preceded with zeroes as you can see in J1I7.
    thanks
    G. Lakshmipathi

  • Scroll Area Action

    There's probably a really stupid thing here that I did wrong (it's bee a very long day) http://www.adelmanadvertising.com/update/awards.html
    I just want the scroll area action to work. I've used it before and can't figure out what I did wrong.

    >So, the bottom line is to use IE...
    Hard to do on MAC :-P
    (dont work in safari and FF)
    You dont think it has somthing to do with the onClick="javascript:urchinTracker('/downloads/tutorial/CSSLink1_Flash') in the link ??
    <strong>Basic CSS and links part I.</strong><br>
    <a href="../video/golive/csslinks1.html" target="_blank" onClick="javascript:urchinTracker('/downloads/tutorial/CSSLink1_Flash');">[Flash video 4MB]</a><br>
    <a href="../video/golive/csslinks1.ZIP" onClick="javascript:urchinTracker('/downloads/tutorial/CSSLink1_Flash_zip');">[Flash download 3.9MB]</a></td>
    I can see it if i load the swf file directly /video/golive/csslinks1.swf :-/

  • My mouse fell now the scroll/zoom option doesn't work. Any tips?

    My mouse fell from the couch to a carpeted floor. Now the scroll/zoom option doesn't work. Any tips? It landed and rolled a bit.

    Hello:
    I suggest you buy a new one.
    Barry

  • Insert HTML area within Scroll Area

    Hi,
    how can i insert HTML arean within the Scroll area.? Scroll area contains HTML area only. while i am saving the page, it raise an error message like "No data for scroll: RecordName.Scroll Area. (15,19)". Any one tell me the solution for that.

    Did you bind the HTML Area to a Derived/Work record? A scroll doesn't make much sense without data, because the point of a scroll is to iterate over a series of rows. If the Derived/Work record doesn't help, then add a field from some other record. If you really don't want data, then just create a record, build it, but don't put any data in it. You can set the field to hidden so it doesn't visibly appear. It just needs to be in the grid.

  • I'm trying to make a time sheet and include a grid, but I'm having a hard time figuring out how to print a full grid on my spreadsheet.  There are options for shaded grids but I want a defined grid, and I have spent the last 2 hours looking for the answer

    I'm trying to make a time sheet and include a grid, but I'm having a hard time figuring out how to print a full grid on my spreadsheet.  There are options for shaded grids but I want a defined grid, and I have spent the last 2 hours looking for the answer.  Any ideas?

    Hi Cynthia,
    Are you planning to have this table do any of the calculation, or is is to be used as the electronic equivalent of a sheet of paper with a grid printed on it—a place to record the data.
    For your seven column table:
    Are you using one or more rows at the top of the table to label the data below? If so, you might want this row (or these rows) to be set as Header Rows.
    Are you using the leftmost column to label the rows? If so, you may want this column to be a Header column.
    The default table supplied on the "Blank" templates contains one header row and one header column. If you need more (or fewer) Header rows or columns, select the table, then go Table (menu) > Header Rows > (choose the number you need). Repeat to set the number of Header Columns.
    To make a seven column table from the table supplied by default, click on any cell in column H (The eighth column), and drag right to add more cells to the selection, until you get to the last column of the table. With these cells selected, Go Table > Delete Columns.
    To make the remaining seven columns fit across a single page:
    Go View > Show Print View to show the table as it would appear when printed to paper.
    Select the table by clicking its icon in the Sheets List to the left (easy method), OR by carefully clicking on the outside boundary of the table itself (fiddley method).
    With the table selected, you will see square white handles at each corner and at the middle of each side (including the top and bottom).
    With the mouse, grab the handle in the middle of the right side of the table and drag right (or left) until the table just fits onto the width of the defined page.
    With the table still selected, set the thickness and colour of the cell boundaries using the Gaphics Inspector (as described by Jerry), or using the Stroke, Thickness and Color Well controls in the Format bar above the working portion of the Window.
    Regards,
    Barry

  • Hello i am using ms word when i open my saved documents but cannot edit anythings and all are option is hide .....so how to edit

    hello i am using ms word when i open my saved documents but cannot edit anythings and all are option is hide .....so how to edit

    Hi,
    In regarding of the issue, I need more information:
    Which Office and operation system do you use?
    Does the other Office suits encounter the issue?
    Does the issue occur in some special documents or every documents (even a new blank Word document)?
    Do you get some error message? Please upload some images about it if you can.
    Let's try some methods, check if they are helpful:
    a) Delete the Word Data registry subkey.
    1.Exit all Office programs.
    2.In Windows 8 or Windows 8.1, swipe in from the right edge of the screen, and then tap Search. (If you're using a mouse, point to the upper-right corner of the screen, move the mouse pointer down, and then click Search.) Type regedit in the search box, tap
    or click Apps, and then tap or click Run.
    Or, in Windows 7, Windows Vista or Windows XP, click Start, click Run, type regedit, and then click OK.
    3.Locate the following registry subkey, as appropriate for the version of Word that you are running:
    Word 2013
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Word\Data
    Word 2010
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Data
    Word 2007
    HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Data
    Word 2003
    HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Data
    4.Click Data, and then click Export on the File menu.
    5.Name the file Wddata.reg, and then save the file to the desktop.
    6.On the Edit menu, click Delete, and then click Yes.
    7.Exit Registry Editor.
    8.Start Word.
    b) Start Word in
    safe mode, if it works fine, the issue may be caused by the add-ins, please try to check them one by one.
    c) Repair Office.
    http://office.microsoft.com/en-us/project-help/repair-office-programs-HA010357402.aspx
    For more detail information, please refer to the following link:http://support.microsoft.com/kb/921541/en-us
    Regards,
    George Zhao
    TechNet Community Support

Maybe you are looking for