Make iWeb resize to fit dif. monitor resolutions?

Does anyone know how to make a website published through iWeb resize to fit and center itself on different monitors? I built the site on my comp, which is at 1024 by 768 I believe. I checked it on a monitor set at 800 by 600 and had vertical and horizontal scroll bars. Is there a way to use something like MassReplaceIt to add a bit of html to each page to dynamically resize pages? My weblink is http://www.markmcleod.org Any help, including code would be very helpful.

Hi Mark,
This is a good topic of discussion, but there is no way to do this in iWeb. The most recent thread I know of where a good discussion took place on this is here:
http://discussions.apple.com/thread.jspa?messageID=3076143&#3076143
If you want to skip the thread and get what I think is a pretty good perspective on it, see these notes:
http://thepattysite.com/window_sizes3.cfm
This was a big problem for me with my first attempts at a website; working on this G5 movie screen I built these huge pages, but soon learned to make them much smaller.

Similar Messages

  • Can pages be resized to fill bigger monitor resolutions?

    It seems most iWeb pages are automatically built for old 800 x 600 monitors. Is there anyway that I can make a page with iWeb that will automatically detect a persons display & expand to fill it on the fly, instead of leaving empty spaces on the sides?
    Sorta like my photo site here: www.photosbykerry.com Go there & drag the corner of your browser's window to make it smaller/bigger. See how it fits everything on the fly?? I want that, or something close to it.
    If you look at pages that were made using iWeb on bigger monitors, it looks pretty small & way old school. Thanks.

    I've cobbled this together based on the above:
    <script language="JavaScript">
    <!--
    function ScreenWindow (url) {
    var screenW = 640, screenH = 480;
    if (parseInt(navigator.appVersion)>3) {
    screenW = screen.width;
    screenH = screen.height;
    else if (navigator.appName == "Netscape"
    && parseInt(navigator.appVersion)==3
    && navigator.javaEnabled()
    var jToolkit = java.awt.Toolkit.getDefaultToolkit();
    var jScreenSize = jToolkit.getScreenSize();
    screenW = jScreenSize.width;
    screenH = jScreenSize.height;
    newwindow = window.open(url,"newwindow",'toolbar=1,location=1,directories=1,status=1,menuba r=1,scrollbars=yes,top=0,left=0,width='+ screenW + ',height=' + screenH);
    //-->
    </script>
    <a href="javascript:ScreenWindow('yourpage.html')" >Link to open new window to fill entire screen.</a>
    Paste this into your html page.
    I haven't tested it on all the various browsers.
    Michael
    iMac 20" Intel Core Duo 2GHz

  • What is the best way to make a program fit different monitor resoultions?

    In our lab all our test stations have 1280x1024 resoultion monitors. In the "other lab" all the test station monitors are 1440x900 resoultion.
    Now I am tasked with making my programs run on the test stations in the other lab. I have tried setting the options "maintain proportions of windows for different monitor resoultions" and "Scale all object on front panel as the windows resizes" and of course neither one of these options really does what I would expect it to do.
    What is the best way to make programs fit different monitor resoultions?

    J-M wrote:
    I resize the Front Panel when the program start to fit the monitor resolution.  After that, I use the "SBE_Determine If Screen Resized.vi" from TomBrass (http://forums.ni.com/t5/LabVIEW/Resizing-controls-on-a-tab-control-within-a-pane/td-p/1520244 ).  This vi is very useful if you don't want to monopolize the CPU with the "Panel Resize" event.
    I don't like this function for a couple reasons.  First for the example you don't need any custom code to handle the window resizing, just use a couple splitters.  Even if you did need to handle the resize, you only resize after the mouse is up after the resize which is not how normal Windows programs work they resize as the mouse moves.  So I modified the VI to resize objects as you resize the window.  Then because doing this can generate 100 events very quickly, I use a boolean in a shift register to make sure that we only handle the resize event if there is no new resize events after 0ms.  This essentially makes a lossy queue and handles the last resize event.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    Resizable_Graph.vi ‏22 KB

  • Resizing image to fit  lower display resolution

    Hi!
    I'm pretty new in Java and have some problems regarding image sizing.
    I have a picture (imageIcon) placed in a JLabel (placed on a panel among other JLabels). It fits fine in 1024 by 768 pixels but when I change the resolution to 800 by 600 it doesn't. I thought that the LayoutManager was supposed to take care of that? How can I make it all adjust to the current resolution? Oh, and I'm maximizing the frame using setExtendedState() but that doesn't have anything to do with it, or does it..? I use GridBagLayout by the way...

    It depends how you want to control them - and what maths you want to use to do that.
    For the code I posted above, instead of using:
    Dimension ss = new Dimension(toolkit.getScreenSize());
    int w = ss.width;
    int h = ss.height;it would be generally better if you just used:
    int w = getWidth();
    int h = getHeight();This will make w equal the JFrame's width, instead of the screens.
    I know that you are using a JFrame the size of the screen, however, this code will prevent bugs when the user resizes the window etc.
    ps. dont forget to hand out them dukes.

  • How do you make html page resize to fit any browser

    Hi All,
    How do you make the html page resize to fit any browser/window both vert and horizontally.
    Thanks!
    Randy

    Horizontally by using percentage width instead of pixels.  This is called a liquid layout.
    http://alt-web.com/TEMPLATES/CSS2-Liquid-Page.shtml
    Vertical resizing is irrelevant in web design.  Page content determines page height.  The more content, the longer the page.  The less content, the shorter the page.  Scrollbars appear when needed.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • HOW TO RESIZE MONITOR RESOLUTION

    Can anyone tell me if i distribute a cd with a projector on
    it, is it possible to resize the monitor resolution to 800*600
    automatically? and when the projector is closed can i have it
    return the monitor back to the owners previous settings??? Or
    should i just have a note with disc saying 'best viewed at 800*600.
    If it possible to do this in Director Mx can anybody tell me
    how?

    > if i set the projector full screen (800*600), how about
    those computer with different resolution.
    Fullscreen means your projector will play at whatever stage
    size you
    have set. The border around the stage will be at the size of
    the monitor
    resolution (effectively filling the screen - hence the name)
    and with
    the color of your stage background. Try it and see.

  • How can I resize my Flash site to fit any screen resolution?

    I built a 100% flash site with tiled framing but I have a
    problem. My flash was built 766 x 750 pixiels. When viewed at
    resolutions greater than 1024x768 the webpage looks great but
    anything less than that it looks like @#$@. I know most people
    probably view at 1024 x 768. Is there anyway to auto resize based
    up on screen resolution or something to detect the screen size and
    adjust the webpage accordingly.
    www.platlimosvc.com
    Below is my html (index.html) for my flash movie:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN">
    <html>
    <head>
    <title>Untitled</title>
    <meta http-equiv="content-type" content="text/html;
    charset=UTF-8">
    <link href="style.css" rel="stylesheet"
    type="text/css">
    </head>
    <body>
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:100%">
    <tr>
    <td valign="top" style="width:100%" height="750">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:100% " align="center">
    <tr>
    <td valign="top" width="234" style="height:750px ">
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swfl
    ash.cab#version=6,0,29,0" width="766" height="750">
    <param name="movie" value="flash/xxxx_main.swf">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <!--[if !IE]> <-->
    <object data="flash/xxxx_main.swf"
    width="766" height="750"
    type="application/x-shockwave-flash">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="pluginurl" value="
    http://www.macromedia.com/go/getflashplayer">
    FAIL (the browser should render some flash content, not
    this).
    </object>
    <!--> <![endif]-->
    </object>
    </td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign="top" style="width:100%; height:1px;
    background-color:#6C6C6C">
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:1px">
    <tr>
    <td valign="top" style="width:50%;
    height:1px"></td>
    <td valign="top" style="width:766; height:1px">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:1px ">
    <tr>
    <td valign="top" width="766" style="height:1px
    "></td>
    </tr>
    </table>
    </td>
    <td valign="top" style="width:50%;
    height:1px"></td>
    </tr>
    </table>
    </td>
    </tr>
    <tr>
    <td valign="top" style="width:100%; height:100%">
    <table cellpadding="0" cellspacing="0" border="0"
    style="width:100%; height:100%">
    <tr>
    <td valign="top" style="width:50%;
    background:url(images/bottom-3.gif) top right;
    height:100%"></td>
    <td valign="top" style="width:766;
    background-image:url(images/bottom-5.gif); height:100%">
    <table cellpadding="0" cellspacing="0" border="0"
    width="766" style="height:100% ">
    <tr>
    <td valign="top" width="766" style="height:100%
    "></td>
    </tr>
    </table>
    </td>
    <td valign="top" style="width:50%;
    background:url(images/bottom-4.gif) top left;
    height:100%"></td>
    </tr>
    </table>
    </td>
    </tr>
    </table>
    </body>
    </html>

    tlcarl,
    > I know most people probably view at 1024 x 768.
    You think so? Even if they have their resolution that high
    (which is
    fairly standard, nowadays), do you think most people maximize
    their browsers
    to fill that whole area?
    > Is there anyway to auto resize based up on screen
    > resolution or something to detect the screen size and
    > adjust the webpage accordingly.
    There is, indeed. :) Check out the Stage.onResize event in
    the
    ActionScript 2.0 Language Reference. That event is dispatched
    when the
    browser (or whatever container) is resized -- in cases where
    the SWF is
    embedded with percentages. If that's your aim, you'll need to
    code against
    that event, which can be done like this ...
    http://www.quip.net/blog/2006/flash/how-to-position-movie-clips-browser-resizing
    It can take a bit of thought, depending on the complexity of
    your goal,
    but the result is usually worth it. The site in your URL is
    already built,
    so this wouldn't do much of anything without opening the
    hood, so to speak,
    and completely rebuilding the engine. A Flash movie has to be
    designed and
    programmed to respond to the Stage.onResize event.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Set front panel size to fit different monitor ( 2 monitors-pattern to 1 monitor-pattern)

    Hello, Everybody,
    I have here some questions about front panel size.
    At first I have create my LabVIEW programs with 2 monitors and run them with 2 monitors, because of this reason I have created a huge front panel with many objects.
    But sometimes I will run the program only with 1 monitor, the problem is, the front panel is too big, I can not see the front panel with all objects completely on one monitor! I know, I can scroll aroud it, but I don´t like this way. I would like to set the front panel size automatically to fit the window ( to differenz window sizes or resolutions), how can I do that?
    I have tried with "Maintain proportions of window for different monitor resolutions" and "Scale all objects on front panel as the window sizes" to finish that, but they did`t work, I can not see the front panel at once on one monitor;-(
    Can you help me?
    regards,
    Johnny

    As noted in the KB article What Is the Difference Between the Options
    "Scale All Objects on Panel" and "Maintain Window Proport..., the "Scale All Objects on Panel causes all the objects inside the panel to scale when the panel itself is resized". If the panel isn't resized, the objects arent's scaled. You may also want to read the KB article How Do I Scale All of the Objects of My Front Panel with the Window Size?.

  • Why does IOS 7 enlarge pictures for the wallpaper and then disallow you to make them smaller to fit the screen?

    Why does IOS 7 enlarge pictures for the wallpaper and then disallow you to make them smaller to fit the screen?

    Now correct me if I'm wrong but I am sure I have read that the parallax effect in iOS 7 is the main reason behind wallpapers not being able to be shrunk. However, even disabling the effect will not allow you to resize the pictures like you could in previous versions of iOS, so as Skydiver119 said, it kind of is a glitch. If you are like me, and don't regularly change your wallpaper, then it may be worth creating a photoshop document which is slightly larger than your screen resolution(400px in each direction or so) and then placing your picture to suit, before copying it your device. Obviously, this would not be ideal if you were changing your wallpaper daily or very regularly as it would be a bit of a hassle having to do this every time you wanted to change your wallpaper.
    Hope this Helps!

  • How do I make a long table fit on one page?

    I do a community newsletter, one page of which is a directory of residents. On this page, I have a table with 3 columns: name, address, and phone. There are 61 rows, which is too big to fit on an 8 ½ x 11 page. As people move in and out, I need to be able to change the name for the particular address and re-sort by name. Retaining this ability, how can I make this fit on one page? Ideally, I would be able to "break" the table into two parts of 30/31 rows each, with each part side by side on the 8 ½ x 11 page. I can't find a way to do this. Any help would be appreciated. I am working in Yosemite 10.10.1, and Pages 5.5.1. I have also created a Numbers 3.5 version of this table, but still cannot find a way to do what I want to do.

    Hi Saundra,
    Do you have to print it, or are you sending this out via E-mail/PDF?
    The fix below, should work, either way:
    If you are actually not printing it, and are E-mailing/posting online, Export as PDF, and E-mail address will still be active...
    If it must fit on a smaller page, for printing or for whatever reason, drag the aforementioned PDF into a 8.5 x 11 document, open Inspecter to Metrics, click to not constrain proportions, resize to fit then Export again as a PDF. The E-mail addresses will remain active. Here's screenshot of one with 61 rows, I made in less that 2 minutes as a mock-up. Links/E-mail still works.
    Luck!
    Lena

  • Est. external monitor resolution

    I am trying to set up a samsung syncmaster 191Tplus as an external monitor on my macbook from early 2008 running 10.6.8. When I plug it in, both screens flash (not just a flicker) as shown in this youtube video posted by someone else, but my problem is the same
    http://www.youtube.com/watch?v=2-Yz-Em2GU4.
    I am using the mini-DVI to VGA adaptor. The resolution of the samsung is 1280x1024, which is not listed in my choice of display resolutions. Is this the cause? What can I do? I can't access settings to change anything after the monitor is connected, and I can't find settings for the external monitor before it is connected. Would using SwitchResX work to create a monitor resolution preset before plugging in the second monitor?

    OK, here is something to try. Go into System Preferences and select Displays. In the window that opens will be a checkbox for "Show displays in menu bar." Put a checkmark there and make it active. There should now be a little icon of an Apple display on the right side of the menu bar at the top of the screen. If you click on it, it will drop down and give you a short cut to different resolutions. There should be a checkmark next to the currently active resolution. Is it set to 1440 x 900? If not, set it there.
    If you are still getting that message from the monitor, well, I don't think the Mac is lying about sending 1440 x 900. If the screen doesn't look right to you, try using the Auto Adjustment feature on your Viewsonic monitor. It could just be that the image needs adjusting.

  • Hi! hooked up my new macbook pro to my LGE2442 monitor using a MDP to HDTV cable and the monitor resolution is terrible. suggestions? thanks!

    hi! hooked up my new macbook pro to my LGE2442 monitor using a MDP to HDTV cable and the monitor resolution is terrible. suggestions? thanks!

    thanks, guys mirror on/off didn't make a difference and there were no resolution options with the cable. switched to a VGA adaptor and all is working great now! cheers

  • Dynadock WUXGA monitor resolution

    I have a SAMSUNG 730U3E laptop connected to the Toshiba Dynadock U3.0 and have several hardware items connected to the dynadock like network cable, wireless mouse and keayboard and BenQ 24" WUXGA monitor.
    I haven't updated my drivers since January 2014 which means i was on the v7.4.51587.0 (aka v7.5 M0) before i went to ugrade to the latest drivers. When i upgraded to the latest avaliable driver v7.7.59540.0 (aka v7.7M3) i noticed my monitor is forced into HD1080 resolution instead of the WUXGA. What's more, i didn't notice any WUXGA resolution avaliable for the monitor in either Windows 8.1 (64 bit) Control Panel options nor in the dynadock U3.0 options menu.
    I've tried with various (not all) v7.7 and v7.6 drivers. Every one i've tried missed the WUXGA resolution. Did the dynadock drop support for the WUXGA resolution?
    Is there any way how to force the WUXGA resoultion on the new dynadock drivers?
    I've currently reverted back to the v7.4 drivers which are mostly stable (with minor issues when i unplug my laptop from the dynadock which usually requires a restart to fix the resolution issue when i plug it back to the dock).

    Hi, James -
    Re the monitor resolution, try throwing away the files Display Preferences and Monitor Preferences (the latter is in a folder by the same name). Then restart, and redo any settings necessary in the Monitors control panel.
    Make sure the correct profile is selected for your monitor. That selection is made in the Monitors control panel, by clicking the Color button.
    Re the sleep function, what is the exact message given?
    Are you using the automatic sleep functions in the Energy Saver control panel? Or, are you using the Sleep item in the Special menu or the Control Strip?

  • Scaling dimensions of controls according to monitor resolution in Labview ver 8.6 (Windows)

    Hello.  I got a VI containing a lot of controls and indicators; the Vi was made on a 1920x1080 resolution and it occupies the full screen.
    I need a way to automatically scale all controls as window scales in different (minor) monitor resolution.  Vi settings make controls not to scale properly and to loose their relative position.
    In the past, I used multiple VI to distribute controls, now I cannot.
    What' s the better way to solve the problem?
    Thanks in advance
    Stefano

    Hello Stefano,
    I think this is what you are looking for.
    Front Panel Objects Moving When My LabVIEW VI is Transferred to Another Computer
    http://digital.ni.com/public.nsf/allkb/7567EF257B9CFDF986256F630073228F?OpenDocument
    Let me know if this helps!
    Regards,
    Antonios

  • Bug in LR 5.6 export "Resize to Fit: Dimensions" feature?

    A site that I shoot for requires uploaded photos to be EXACTLY 3000 x 2216 pixel JPGs. In LR 5.6 I created a custom crop aspect 3.000 x 2.216 (~1.354:1). When I export the images, I set the "Resize to fit" parameters to be "Dimensions" and 3000 x 2216 pixels (also, "Don't enlarge" is OFF, and resolution is 300 ppi). However, most of the Nikon D800 RAW photos I export this way end up being 2992 x 2216. For example I cropped an image using the custom aspect and the dimensions became 3320 x 4495, which is also ~1.354:1. However when I export this using the above "resize to fit" parameters, the resulting image is 2216 x 2992.Another image cropped to 4194 x 5677 correctly exported at 2216 x 3000.
    Is this a bug or am I misunderstanding something here.

    Sorry, Bob, you are confusing the "resize to width and height" setting, which preserves aspect ratio, with the "resize to fit dimensions" setting, which is supposed to set the exact dimensions, even if it changes the aspect ratio.
    From the Lightroom help pages:
    Dimensions - Applies the higher value to the longer edge of the photo and the lower value to the shorter edge regardless of the photo’s original aspect ratio. Specifying 400 x 600, for example, produces a 400 x 600 portrait photo or a 600 x 400 landscape photo.
    I'm pretty sure this is a bug, but I can't figure out a workaround other than to write a Photoshop action to fix the dimensions after I export them.

Maybe you are looking for

  • Need to send notification to a specific person based on condition

    Please help. I need to send notification to a specific person based on condition. When a specific hold is placed on an invoice, send a notification to the Buyer who is referenced on the Purchase Order that is associated with that invoice. It will be

  • Upload text file from PC to table control

    Hi Experts, I realize that this question was posted many times in SDN, but I am not able to find a clear answer. I have uploaded the file into internal table using GUI_UPLOAD function module (PAI module - MODULE UPLOAD_FROM_PC - I have created a push

  • Marketing Campiagn and Sales order integration

    Hello, one can create and launch a marketing campaign. Its successs is measured with the number of sales orders generated (in my scenario). Here I have some very basic questions: 1. How do we create a link between a campaign and sales order. Where do

  • BSoD Packager for AIR

    I'm running v1 of TCS on a Dell Optiplex 755 w/4GB RAM. When I run RoboHelp Packager for AIR on any output, repeat "any output," after I review the output and exit the packager, I get a BSoD. This is dependable and replicable...10 times so far today

  • Iplanet Proxy Administrator doesn�t work...

    Hi all I have just instaled iPlanet Web Proxy 3.6 in a Windows machine and when i try to connnect to the Administrator Web page, it returns an error page. At the error log file, i saw this failure: "the CGI program C:\Netscape\SuiteSpot\bin\admin\adm