How to fit all browser screen?

Hi,
I designed a webpage by using iweb. I used HTML snippet to input my HTML code. However, different screen resolution PC or browser will display my webpage size and layout differently. Any idea how to solve this?
Besides, I noticed that webpage created by iweb only best view in Mac-Safari browser only. Most of the nice font in iweb couldnt display at other browser.
Please advice.

An iWeb page has a fixed width and height and is also centered in the browser window.
Nothing you can do to change the optical illusion when viewed in different screen/browser window sizes.
When you use a nice font on a webpage, the font has to be on the visitors computer as well.
If not, the browser uses a font that is closest to your font.
Use websafe fonts. The interwebs knows what that means.

Similar Messages

  • Can't remember how to enlarge web browser screen on OSX 10.6. Can anyone help?

    Can't remember how to enlarge web browser screen on OSX 10.6. Can anyone help?

    Hi ..
    Click and drag out the bottom right corner of any Safari window.

  • Menu format that will fit ALL TV screens, old and new?

    I'm having trouble creating a menu that will fit all the variety of screens now. What should I use as my settings in DVD Studio Pro?
    4:3
    16:9 letterbox
    etc. etc.
    The film is a 90 minute docu DV NTSC anamorphic. I originally made a 16:9 (letterbox) menu, which works fine on a regular old 4:3 TV, but is coming up in all sorts of odd combinations with the wide flat screens.
    All ears...
    Ben

    The problem you are facing to a degree is the fact you can't control the user input at the other end once they have the DVD.
    My personal opinion is if the movie is 16x9 Anamorphic then the menus should be too. That means you need to set the menus to 16x9 Letterbox.
    Now you could design your menus cleverly - by making them 16x9 but keeping the elements that are important within the 4x3 frame - that way if the user has their DVD set to output 16x9 they get the full menu if watching on a 16x9 tv set, if they have their DVD player set to 16x9 Letterbox and are watching on a 4x3 set they'll get bars top and bottom (the letterbox) and if they are watching on a 4x3 set and have their output set to 4x3 Pan and Scan (why?) they get the menu with sides chopped off but still see all the important bits... course if they have the tv set that way then they'll be watching your movie with the sides chopped off too
    So that's why when we have a 16x9 movie set up properly in DVD-SP we design our menus to 16x9 and be done with it...
    If the end user wants to watch it squashed, stretched or whatever - there's little you can do about it...
    Hope that makes sense

  • How to clear all selection screen parameters before calling transaction?

    Hi Experts
       I have a ABAP report that displays data using ALV.
      When I double click a cell it calls transaction MB51. Before calling the transaction I need to set some parameters of the selection screen  of the transaction.
      My code is like below:
      <UL>
       <LI>FREE MEMORY ID 'MAT'. <I>"material</I>
       <LI> FREE MEMORY ID 'WRK'. <I>"plant</I>
       <LI> FREE MEMORY ID 'CHA'. <I>"batch</I>
       <LI><I>* Get the selected ALV row data</I>
       <LI>READ TABLE i_recon INDEX p_selfield-tabindex INTO x_recon.
       <LI><I>*   If link MB51 is clicked then open tcode MB51</I>
       <LI> IF p_selfield-sel_tab_field+8(4) = 'MB51'.
       <LI><I>*   Pass material, plant to the corresponding tcode</I>
       <LI>       SET PARAMETER ID 'MAT' FIELD x_recon-matnr.
       <LI>       SET PARAMETER ID 'WRK' FIELD p_plant.
        <LI>      CALL TRANSACTION 'MB51' AND SKIP FIRST SCREEN.
    </UL>
    The problem is:
    <UL> <LI> 1. First, I run the given transaction before running the report in a separate session with some set of values in the selection screen. For example: plant = AB01, Material = 990001 and Batch = 10001.</LI>
    </UL>
    <UL>
            <LI> 2. Then in another session I run my report. In the report ALV I have selected a record where plant = AB01, Material = 990001 but Batch is blank. But it opens the transaction with plant = AB01, Material = 990001 and Batch = 10001.
    Even though in my ALV record the batch is blank yet it uses the batch value from the memory. That is, the batch value that was given in the transaction earlier. Why it is not getting cleared? I have also used FREE MEMORY ID code in the beginning. But still it is not clearing the values in the memory.
    </UL>
    <UL>
            <LI>What shall I do to clear all the selection screen parameters before calling the transaction?</LI>
    </UL>
    <UL>
            <LI>
    Thanks
    Gopal
    </LI>
    </UL>
    Edited by: gopalkrishna baliga on Aug 11, 2010 10:29 AM

    Its because sap memory is globally shared.
    Do it like this.
    READ TABLE i_recon INDEX p_selfield-tabindex INTO x_recon.
    IF p_selfield-sel_tab_field+8(4) = 'MB51'.
    perform bdc_dynpro      using 'RM07DOCS' '1000'.
    perform bdc_field       using 'BDC_OKCODE'   '=ONLI'.
    perform bdc_field       using 'MATNR-LOW'  x_recon-matnr.
    perform bdc_field       using 'WERKS-LOW'  p_plant.
    perform bdc_field       using 'CHARG-LOW'  p_batch.
    perform bdc_field       using 'DATABASE'  'X'.
    call transaction 'MB51' with i_bdcdata mode 'E'.
    endif.
    form bdc_dynpro using program dynpro.
      clear la_bdcdata.
      la_bdcdata-program  = program.
      la_bdcdata-dynpro   = dynpro.
      la_bdcdata-dynbegin = 'X'.
      append la_bdcdata to i_bdcdata.
    endform.
    form bdc_field using fnam fval.
        clear la_bdcdata.
        la_bdcdata-fnam = fnam.
        la_bdcdata-fval = fval.
        append la_bdcdata to i_bdcdata.
    endform.

  • How to translate all my screen to Farsi language.

    Dear SAP guru's,
    i want to traslate some SD MM FI applications screen to Farsi language in ECC 6.0.. ours is a unicode system..
    1) what are the basis settings required?.
    2) what are the patches need to be applied?.
    3) how to change the words when sap does not supports it..
    4) how to use this language convertion?. how to implement this?.
    <removed by moderator>
    Thanks and Regards,
    GSANA
    Moderator message: not directly related to ABAP development, please look for available information, e.g. in the Netweaver Admin forum.
    Edited by: Thomas Zloch on Dec 16, 2010 4:31 PM

    Hi,
    You need to install the language from SMLT transaction and then you need to set language parameter in RZ10 in instance profile and then give a system restart. By this way, you can install the language.
    Thanks
    Sunny

  • How to fit all browsers and monitor sizes?

    Hi there.
    Wondering if there is a code that I can paste on a snippet, that would allows
    the size of the site (margins and background image) to fit to all sizes of different browsers/ different monitors?
    Thanks!

    I don't mean to have something that could fit from a laptop to a mobile phone.
    Just a site with a background image that would keep its margins fixed when seen through different browsers
    and monitors of mainstream computer, let's say all browsers and mac laptops.

  • Qosmio G30-201 connected to LCD - how to fit the whole screen?

    Hi
    I have a Qosmio G30-201 laptop and also using a Toshiba WLT58 32 inch widescreen LCD with a HDMI Connector.
    I am trying to get the film that I am watching to fill the whole screen and leave the borders off.
    Is this possible?
    Cheers
    Steve

    Hi
    Did you check if there is an option in the DVD player software which you use to watch DVDs??? Please check it!
    Additionally you could check the NVIDIA graphic card properties -> advanced settings.
    There you will find tab called GeForce Go.
    Thee you should open the table at the left side which provides useful options.
    Go to the device settings -> device adjustment.

  • Dynamic ALV that fits all screen sizes.

    Hi Pundits,
        Could you please help me with how i can modify an alv, which is created using OOPS, to fit all the screen sizes without having to change the container size.
    Thanks,
    Reson

    Hi Reson,
    For that u need to go for docking container,
    create an object of type ref to CL_GUI_DOCKING_CONTAINER.
    If u see the CONSTRUCTOR of that class, u have parameters like ratio, extension etc.
    ratio : Percentage of Screen, Takes Priority Over
            EXTENSION
    see this sample of code :
    data : o_dockingcontainer1 TYPE REF TO
           cl_gui_docking_container.
    CREATE OBJECT o_dockingcontainer1
          EXPORTING
    Ratio must be included in [5..95]
            ratio                     = '95'
         EXCEPTIONS
          cntl_error                  = 1
          cntl_system_error           = 2
          create_error                = 3
          lifetime_error              = 4
          lifetime_dynpro_dynpro_link = 5
          OTHERS                      = 6.
        IF sy-subrc NE 0.
          MESSAGE i050 WITH text-026. " Error in object
                                        creation
          LEAVE LIST-PROCESSING.
        ENDIF.
    Here the ratio takes the value between 5 and 95.
    Please reward the helpful answers.

  • How to fit page to screenHow to fit page to screen?

    HOW TO FIT PAGE TO SCREEN?

    S-Video is Standard Definition Video only, and assuming you and your TV are in NTSC land, that is a maximum of 720x480 pixels.  Pretty small/low resolution.  You need to use a different input to your TV, like VGA (or "PC" as it is sometimes referred to on TVs) - i.e. a blue multipin connector with 3 rows of 5 pins each row?
    ... or get an HD TV, or a proper computer monitor.

  • How does everyone else fit all their Logic stuff into a 2-screen setup?

    Logic 8 comes with a beautiful setup for fitting all of the display information in one monitor, but are there any custom fit, default set-ups for a dual monitor set-up? Or do I have to make my own. Any suggestions out there for a work flow as intuitive as the one window interface that locks so well into one full screen's space? I've got two 19" (non-widescreen) Samsung's that I am looking to utilize. How did everyone else set themselves up?

    Most of the time I keep an arrange window on one display (full screen), and use the other display for one of the other window types, depending on what I'm doing: piano roll, sample editor, or mixer, typically. I keep the sample editor or piano roll linked to the arrange window so that it gives me a picture of whatever I've selected in the arrange window.
    On a few occasions I've found it handy to have two arrange windows, one on each display, with different zoom levels. If I have a bunch of region editing to do, for example, it can be easier to do big navigation moves in the zoomed-out arrange window and detailed stuff in the zoomed-in one.
    hth,
    -Luddy

  • My desk top is larger than the screen, how can i make it fit all on one screen ?

    My desktop does not fit on the screen.  It is set to the highest resolution, but when I move the mouse to the far right or left, there is more desktop that shifts over.  How do I correct this ?

    Are you zoomed in at all? The default key for zooming should be Control. Hold Control and use the mouse scroll wheel (or 2 fingers on the trackpad) and zoom out. If that's not working, open System Preferences > Mouse (or Trackpad) > and set a "Zoom while holding..." default key and try it.
    If that doesn't work, try using different resolutions in Display settings in System Preferences and see which one works.

  • On my Yahoo Mail everything is sooo large it doesn't fit on the screen. Google Chrome isn't like that on this computer. How can I make it all fit with Firefox? It's really annoyingut

    Yahoomail the text and everything is so large it doesn't fit on the screen. I always have to scroll left and right to read my mail. It's really annoying. I don't know how to adjust that . I tried Google Chrome and it was more normal. Everything fit. I prefer Firefox so what can be done about this?

    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
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • How do i enable flash builder 4.6 to fit all screens

    Hi, recently i've encountered a problem whereby my application is not able to fit all screens for the various handphones. Is there a way to allow the application to fit all screens regardless of the dimensions?

    You can download Flash Builder at http://prodesigntools.com/adobe-cs6-direct-download-links.html.  Please make sure to complete the Very Important Instructions section prior to clicking on the download link.

  • How to adjust the AICC compliant CBT's to fit all screen sizes across browsers in Captivate 4

    Hi,
    I have made changed my Adobe Captivate 4 files to be AICC compliant by changing the Settings in Preferences.
    When I publish the files, the standard.js file no longer adjusts the CBT's to fit all screen sizes across browsers, as it was doing before by adding the below code -
    <style type="text/css"> html, body, #CaptivateContent { height:100%; }
    body { text-align:center; margin:0; padding:0; overflow:hidden; }
    </style>
    Is there a way to scale Adobe Captivate AICC compliant files across different browsers?
    Thanks!

    That code doesn't go in the standard.js file but goes in the head of the HTM template used for AICC output.
    Look in your Captivate install directory for the Templates > Publish > AICC > Default.HTM file and add the code there.
    If you want 300 more troubleshooting tips for Cp, you'll need to read the book:
    http://www.infosemantics.com.au/troubleshoot-adobe-captivate

  • How to handle a large number of query parameters for a Browse screen

    I need to implement an advanced search functionality in a browse screen for a large table.  The table has 80+ columns and therefore will have a large number of possible query parameters.  The screen will be built on a modeled query with all
    of the parameters marked as optional.  Given the large number of parameters, I am thinking that it would be better to use a separate screen to receive the parameter input from the user, rather than a Popup.  Is it possible for example to have a search
    button on the browse screen (screen a) open a new screen (screen b) that contains all of the search parameters, have the user enter the parameters they want, then click a button to send all of the parameters back to screen a where the query is executed and
    the search results are returned to the table control?  This would effectively make screen b an advanced modal window for screen a.  In addition, if the user were to execute the query, then want to change a parameter, they would need to be able to
    re-open screen b and have all of their original parameters still set.  How would you implement this, or otherwise deal with a large number of optional query parameters in the html client?  My initial thinking is to store all of the parameters in
    an object and use beforeShown/afterClosed to pass them between the screens, but I'm not quite sure how to make that work.  TIA

    Wow Josh, thanks.  I have a lot of reading to do.  What I ultimately plan to do with this (my other posts relate to this too), is have a separate screen for advanced filtering that also allows the user to save their queries if desired. 
    There is an excellent way to get at all of the query information in the Query_Executed() method.  I just put an extra Boolean parameter in the query called "SaveQuery" and when true, the Query_Executed event triggers an entry into a table with
    the query name, user name, and parameter value pairs that the user entered.  Upon revisiting the screen, I want the user to be able to select from their saved queries and load all the screen parameters (screen properties) from their selected query. 
    I almost have it working.  It may be as easy as marking all of the screen properties that are query parameters as screen parameters (not required), then passing them in from the saved query data (filtered by username, queryname, and selected
    item).  I'll post an update once I get it.  Probably will have some more questions as I go through it.  Thanks again! 

Maybe you are looking for

  • Why is installing 3 applications from a creative cloud packager taking over an hour?

    Dear Adobe community, I am trying to install 3 Creative Cloud applications, (Illustrator, photoshop, and indesign) on a Windows 7 Hpz420 workstation from a USB hard drive and it is taking over an hour to complete.  i created a package of the 3 applic

  • Email validations in trigger.

    hi, i want to do validations for email in trigger. CREATE OR REPLACE TRIGGER Mand_Triggers_PHONEEMAIL BEFORE INSERT ON PHONEEMAIL_MIG REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN IF :new.Email IS NULL THEN Raise_application_error(-20101, Emai

  • 10.4.6 update failed, unable to boot

    I am working with a couple of iBooks, pretty much the same configurations 1.2 ghz G4s. One had no problems with the 10.4.6 update install, although it did restart itself during the initial boot. Second one will not boot, it used the SU condensed (it

  • How do I clear a TextEntry control programati​cally with Lookout 4.0.1?

    I am trying to put together an entry form using TextEntry objects in Lookout 4.0.1 build 51. I want to clear out the previous text from the TextEntry controls when the panel activates. This was an easy thing to do in Lookout 3.8 but the nature of the

  • Shooting

    ok i have this problem im making a top veiw shooting game with tanks and i need to know how to shoot in all directions im not asking for sombody to write out the exact code for my game i just would like a sample or somthing beacuse i already know how