How do i make a page fit a screen with no horizontal scroll

I would like to know how to make it so my page does not look
different depending on the size of the screen you are viewing it
on. In particular, avoiding how sometimes you have to scroll
horizontally to see the entire page.
I would prefer to get the look consistent but don't know how.
Please help.

Make sure that your horizontal widths are *not* specified in
pixels wider
than the smallest viewport you want to support for any
container or
contents.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Johnny the boy" <[email protected]> wrote
in message
news:fip6m1$dq5$[email protected]..
>I would like to know how to make it so my page does not
look different
> depending on the size of the screen you are viewing it
on. In particular,
> avoiding how sometimes you have to scroll horizontally
to see the entire
> page.
>
> I would prefer to get the look consistent but don't know
how. Please
> help.
>

Similar Messages

  • How do I make a page  fit the screen automatically

    How do I make the Safari page fit the screen automatically

    Try keyboard shortcut Control+Command+F (^⌘F)

  • How to make web pages fit the screen width?

    Some web pages don't fit the screen width and Firefox user (me) has to scroll horizontally, which is very annoying:
    https://www.dropbox.com/s/kjyubp6f3z104ku/ScreenShot021.jpg
    Opera user, on the other hand, just clicks on the "Fit to width" button and everything looks great again:
    https://www.dropbox.com/s/hfsgl45f4d7uzgw/ScreenShot023.jpg
    Is there a way to force web page text to wrap?

    I get EXACTALY what "SantosHaHa" posted above. (Ffox 20 Win 7 64).
    Zoom doesn't help. Make things bigger or smaller, BUT THE PAGE WIDTH IS STILL CROPED!
    Have had this problem for 2 years and several versions.
    NOTHING seems to work.
    I wander why Ffox keeps changing versions so often, with so many new problems apearing, if Netscape worked fine 15 years ago!!!!

  • How do I have a page fit the screen without having to zoom in every new tab?

    Wen I open a new window/ tab, the page is in VERY small fonrt and centred in the middle of the page and I must zoom in to have it fit the page as it did before and should.

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    * http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use one of these extensions to adjust the default font size and page zoom on web pages:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • HT4283 How can I make my pages docs created on my iPad totally private and secure? I am a psychotherapist.

    How can I make my Pages doc on my iPad totally private and secure?
    <Email Edited by Host>

    No.

  • How do you make a page scroll horizontally with mouse wheel?

    As the title says, how do you make a page scroll horizontally with mouse wheel in edge animate?

    This should get you there
    http://css-tricks.com/snippets/jquery/horz-scroll-with-mouse-wheel/
    1. Load the mousewheel min script via CDN (jquery-mousewheel - cdnjs.com - the missing cdn for javascript and css)  into the Scripts Panel;
    2. Add the provided snippet into your Stage > compositionReady event handler.
    hth
    Darrell

  • How can I make new pages software spellcheck a selection like in appleworks?

    How can I make new pages software spellcheck a selection like in appleworks?
    I just installed pages a new download from apple store.
    1. I cannot find any way to activate a spellcheck for a selection in a document.
    2. I want to elemenate a red line under a word it doesn't like the spelling of.

  • How do you make new pages from a page so they have the first page in their address.

    I am talking about something like the adobe site.
    Like www.adobe.com/support/dreamweaver/whatever
    How do you make a page be under another like the dreamweaver page is a link from the support page.
    My goal is something like this.
    I have www.architecture.com/profile
    I need
    www.architecture.com/profile/Commercial
    www.architecture.com/profile/Residential

    If im understanding you correctly, you want the folder to have an automatic landing page. Ex. If your folder is
    "profile" you want the visitor to see the first profile page when they visit www.yoursite.com/profile. Correct?
    If thats what you need, name the page you want your visitor to see when they go to ex. www.yoursite.com/profile "index.html" or "index.php" ad save that file in your "profile" folder. When you're visitor will go to www.yoursite.com/profile the page you named "index" will open.
    Let me know if you dont understand or if its not what your trying to do.

  • How can I make lined pages in pages

    how can I make lined pages in Pages

    Well I just spent some time searching for that and found one round-about way:
    Open a document and choose Table in the toolbar.
    Open Inspector and choose Table.
    The default on mine was 3 rows and 3 columns - I changed that to fill up the page with horizontal lines and chose 1 column in the page width.
    That resulted in this (partial screenshot):
    That may not be what you wanted, but it's the only thing I found.
    FWIW, why do you need lines in a word processing app?

  • How can I make my pages a smaller size after completing my work?

    I have finished making some newspaper styled pages, however they are too big (due to poor calculations). How can I make  my pages  smaller, or to be the size I want?
    Thanks!

    As DOD and Peter have suggested, Layout Adjustment is probably the way to go. You will have to do some manual adjustments, but this tool can help save you some time.
    If you are using CS5 or earlier this explains the process:
    For CS6 you can use the Liquid Layout menu to do this:

  • How do I make a page marker so the module will resume from tha last page, including quiz slides.

    How do I make a page marker so the module will resume from tha last page, including quiz slides.

    Whow that is a long time ago. If I remember well, even then bookmarking was enabled by default, Resume Data were sent. Did you try it out on the LMS? Because even though all claim to be SCORM compliant, they don't always have all the functionality

  • Make a StringItem fit the screen width

    Hi,
    I�m using a String Item in a Form and I�ve tried to make the Item fit the screen width by using the setPreferredSize(). But if the Text of the String Item is to long, the device still uses a second line to display the end of the text, which I don�t want.
    This is how I tried to make my String Item be displayed on an unique line.
    iTitleString = new StringItem("title : ","",Item.PLAIN);
    int preferedWidth = this.getWidth();
    iTitleString.setPreferredSize(preferedWidth,-1);
    iTitleString.setText("blablablablablalblablalblalbla");
    Thanks for your help

    If you mean that it should fit to the screen width by making the font smaller, then you're out of luck. You can try setting a preferred height to avoid multiple lines, but in a best case scenario it would just mean that not all of the text will be displayed.
    shmoove

  • How do i set it to fit to screen to print the entire file?

    How do i set it to fit to screen to print the entire file?  I have a file that is smaller than 8.5x11 but it says it's larger and clipping will occur and when I print it, it does not fit the paper.  Ive even clicked the box that says Scale to Fit Paper Size and it's still giving me that message and cutting info off. 
    I also need to be able to size it by percentage so I can adjust it to fit into a pre made form Im working with.

    First, I am new to this forum and I was told by Adobe that I would get help from Adobe as well as other users here, so that's why I posted.  But nobody asked me for basic info about image dimensions and printing sizes.  I never claimed to be an expert, just a basic user of PS, which is why Im asking for help.  I've used this program for my basic needs which is probably 1/1000th of what PS is capable of, but it's what I've used and I've always had success doing what I needed to do with it. If you can help, I very much appreciate it but if you just want to slam me and say you don't believe what I say, then that's not really helpful. Since nobody else responded to this post with any offers for help, the info you seek is below.  If you have any thoughts on how to help, I greatly appreciate it.
    Im not sure how the image dimensions apply to my question at all but here they are: 3300x2550 with a 300 dpi resolution. 
    Im simply trying to get the program to allow me to fit the image to the paper Im printing and adjust it as necessary to make it fit a partially pre-printed form I need for work and in every PS version I've used that I can recall, it allowed that.  It certainly allowed it, using the same printers Im using now, in CS5.
    Also, you mentioned that the printer driver handles this but I can do this in every other program I have on this computer with the same printers, from Numbers (it's a Mac) to Preview to Mac Mail so why wouldn't it do the same thing in PS? That's what Im trying to find out here and with most software, I can pick up a phone or get on a one-on-one chat and get help, but apparently not with PS and since it's not a cheap program, I expected more.  I never needed to call for help before using this new version, so that's something I need to consider.
    Again, if you are able to help, I appreciate it. Thanks!

  • How to open a jsf page on a link with a record . Link is in email

    Respected Friends ,
    I am facing a need for sending a email link to users for opening a form for processing a record . I have created a servlet for forwarding the user to the desired page on which we need to render a perticualr record. The servlet forwards the user to the required page but when the page is rendered it gives
    java.lang.NullPointerException     at iffco.wf.view.servlets.UserLinkRedirectServelt.getApplicationModule(UserLinkRedirectServelt.java:143)     at iffco.wf.view.servlets.UserLinkRedirectServelt.doPost(UserLinkRedirectServelt.java:125)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:712)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)
    Please help me ,
    I want to know how i can load a page from a link with a perticular record .
    I am using jdeveloper 10.1.3 . Also when i acess the current application module from the servlet it gives me the null pointer exception.
    Thanks in advance

    HI FRANK THANKS FOR THE QUICK REPLY I AM PASTING THE CODE OF MY SERVLET..
    frank can you please provide me how to pass parametres along with jspx link and how to acess them in the managed bean .this will also solve my problem.
    package iffco.wf.view.servlets;
    import java.io.IOException;
    import java.io.PrintWriter;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import iffco.wf.view.backing.LoginPageBean;
    import iffco.wf.view.utils.ADFJSFUtils;
    import oracle.jbo.ApplicationModule;
    import oracle.jbo.ViewObject;
    import oracle.jbo.client.Configuration;
    import iffco.wf.model.wf_servicesImpl;
    import javax.faces.context.FacesContext;
    import javax.faces.el.ValueBinding;
    import oracle.adf.controller.v2.context.LifecycleContext;
    import oracle.adf.controller.v2.lifecycle.PageController;
    import oracle.adf.model.BindingContext;
    import oracle.adf.model.binding.DCDataControl;
    public class UserLinkRedirectServelt extends HttpServlet {
        private static final String CONTENT_TYPE = "text/html; charset=windows-1252";
        public void init(ServletConfig config) throws ServletException {
            super.init(config);
        /**Process the HTTP doGet request.
        public void doGet(HttpServletRequest request,
                          HttpServletResponse response) throws ServletException,
                                                               IOException {
            String var0 = "";
            String var1 = "";
            String var2 = "";
            response.setContentType(CONTENT_TYPE);
            PrintWriter out = response.getWriter();
            out.println("<html>");
            out.println("<head><title>UserLinkRedirectServelt</title></head>");
            out.println("<body>");
            out.println("<p>The servlet has received a GET. This is the reply.</p>");
            out.println("</body></html>");
            out.close();
            System.out.println("Inside doget method of servlet");
            LoginPageBean LoginBeanInstance = new LoginPageBean();
            System.out.println("Login bean initiated--->" + LoginBeanInstance );
            String nextJSP = "/faces/LoginPage.jspx";
            RequestDispatcher dispatcher = getServletContext().getRequestDispatcher(nextJSP);
            dispatcher.forward(request,response);
        /**Process the HTTP doPost request.
        public void doPost(HttpServletRequest request,
                           HttpServletResponse response) throws ServletException,
                                                                IOException {
            String var0 = "";
            String var1 = "";
            String var2 = "";
            response.setContentType(CONTENT_TYPE);
            PrintWriter out = response.getWriter();
            out.println("<html>");
            out.println("<head><title>UserLinkRedirectServelt</title></head>");
            out.println("<body>");
            out.println("<p>The servlet has received a POST. This is the reply.</p>");
            out.println("</body></html>");
            out.close();
            System.out.println("Inside post method of servlet");
            LoginPageBean LoginBeanInstance = new LoginPageBean();
            System.out.println("Login bean initiated--->" + LoginBeanInstance );
            String        amDef = "iffco.wf.model.wf_services";
            String        config = "wf_servicesLocal";
            wf_servicesImpl service = (wf_servicesImpl)Configuration.createRootApplicationModule(amDef,config);
            System.out.println("service created --> "+ service);
            ViewObject vo=service.getLoginVO();
            System.out.println(vo);
            vo.setNamedWhereClauseParam("p_personal_no","109128");
            vo.setNamedWhereClauseParam("p_password","abc");
            vo.executeQuery();
            System.out.println("View Object has -->"+vo.getEstimatedRowCount()+" Rows");
            ADFJSFUtils newHelperClass = new ADFJSFUtils();
            System.out.println("New Helper Class Initated -->"+newHelperClass);
            ApplicationModule currentAM = newHelperClass.getDataControlApplicationModule("wf_servicesDataControl");
            System.out.println("Current AM is -->"+currentAM);
            ViewObject vo = currentAM.findViewObject("LoginVO");
            System.out.println(vo);
            vo.setNamedWhereClauseParam("p_personal_No","109128");
            vo.setNamedWhereClauseParam("p_password","abc");
            vo.executeQuery();
            System.out.println("View Object has -->"+vo.getEstimatedRowCount()+" Rows");
            System.out.println("Before method");
            wf_servicesImpl wfser=getApplicationModule();
            System.out.println("after method value got-->"+wfser);
            String nextJSP = "/faces/LoginPage.jspx";
            RequestDispatcher dispatcher = getServletContext().getRequestDispatcher(nextJSP);
            dispatcher.forward(request,response);
        public wf_servicesImpl getApplicationModule() { 
                 FacesContext context = FacesContext.getCurrentInstance(); 
                 System.out.println("context --"+context);
                 ValueBinding vb = context.getApplication().createValueBinding("#{data}"); 
                 BindingContext bc = (BindingContext) vb.getValue(context); 
                 DCDataControl dc  = bc.findDataControl("wf_servicesDataControl"); 
                 return (wf_servicesImpl) dc.getDataProvider(); 
        private void redirect(
            ResponsePage aDestinationPage, HttpServletResponse aResponse
          ) throws IOException {
            String urlWithSessionID = aResponse.encodeRedirectURL(aDestinationPage.toString());
            aResponse.sendRedirect( urlWithSessionID );
          private void forward(
            ResponsePage aResponsePage, HttpServletRequest aRequest, HttpServletResponse aResponse
          ) throws ServletException, IOException {
            RequestDispatcher dispatcher = aRequest.getRequestDispatcher(aResponsePage.toString());
            dispatcher.forward(aRequest, aResponse);
    }

  • How do I make a 20 X 30 print with layers of 16 X 20, 12 X 18, 11 X 14, 8 X 12, 8 X 10, 5 X 7 and 4 X 6 of the same image to display the different sizes available to someone?  Using Elements 13 with Windows 8.1

    How do I make a 20 X 30 print with layers of 16 X 20, 12 X 18, 11 X 14, 8 X 12, 8 X 10, 5 X 7 and 4 X 6 of the same image to display the different sizes available to someone?  Using Elements 13 with Windows 8.1
    A senior citizen needs some help.
    Thanks

    Saving each image as different size - is it an option for you?  I would save images with their name as: 20x30.png, 16x20.png etc etc.
    Or explain whether you want these in a webpage  in which case only one image is necessary and different sizes are displayed with good CSS code.  this is question for Dreamweaver forum if this is what you want.

Maybe you are looking for

  • Page Forward & Reverse buttons do not work & are "grayed-out" after upgrading to, as is the Main-Menu Items such as File-Edit-view etc...

    After upgrading to Firefox 3.6.12 all functionality appeared to be intact. Then after a few days it lost the ability to "page forward" or to "page back" and are "grayed-out". Additionally, the Main menu items such as File, Edit, View, History, Bookma

  • Not showing the column name

    Hi I am using jdev 11.1.1.3 .i i dragged an adf table from data control.it has got 3 columns.i changed the name of first column as Lang grades.when i run that it is showing the column name as lang grades.then in that table two fields r mandatory.so i

  • Motion crashing system

    I am doing a 30 sec stills animation spot. About every 10 mins,the gray screen of death comes up and tells me I need to restart my computer. Now, I do have something like over 100 png files under one layer, but considering I have a g5 quad w/ 8 gb ra

  • Form builder saves no settings

    Hello, I just installed Form-Builder 6i. Whenever I start it I get the welcomescreen. Even if I say don't show next time it will show again. Also the recently used files don't show up in the file-menue as in 6.0. Is this normal behaviour? Thanks Marc

  • Trouble with tutorial

    I'm trying to do the exercise here , but I get an error when I compile my 2 .java files. I have speakers.java which compiles just fine (I use the javac command in the command prompt to compile, like they show in the tutorial). class Speaker {      in