How do I specify that an image should be in the shared images folder?

I created a simple 4 page website, and my background, title and subtitle are the same on all four pages. In iWeb, it saves the same image to all pages, basically because there is no ability to duplicate an existing page.
Yes I know I can modify the HTML in the published version, but this is annoying if I need to go back in and change something.
Having a background image load slowly because its a PNG is one problem, but having the same image reload slowly in a second page is unacceptable.
Is there an option I'm missing???

That's what iWeb does. It's all part of making it easy to use for novices. Those that aren't novices will notice it can be inefficient, but you can't have it all ways.

Similar Messages

  • How can I specify that a border should have a certain length on a side?

    how to customize a border so that length can be specified?
    (I know that you can use createMatteBorder() to specify which sides should have a border. But this is different - how do you specify the length on a side).
    for example, here is one side: --- is the side and ==== is the border
    ===========
    how do I implement it?
    I am stumped.
    thanks,
    Anil

    BorderFactory does dispense some static instances depending on the type of
    border being created. But you'll need to subclass MatteBorder to customize it;
    I don't think you'll be able to do it via BorderFactory. You can either override
    the paintBorder method to not paint the entire top part of the border or paint
    over it; the latter approach is taken below:
    import java.awt.*;
    import javax.swing.border.MatteBorder;
    import javax.swing.*;
    public class PartiallyPaintedBorder extends MatteBorder {
         private final static int MARGIN = 15;
         public PartiallyPaintedBorder( int top, int left, int bottom, int right, Icon tileIcon ) {
              super( top, left, bottom, right, tileIcon );
         * Paints the matte border.
        public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) {
             super.paintBorder( c, g, x, y, width, height );
            Insets insets = getBorderInsets(c);
            Color oldColor = g.getColor();
            g.translate(x, y);
            color = c.getBackground();
            if ( color == null )
                 color = Color.gray;
            // Erase part of top matte edge
            g.setColor(color);
            g.fillRect( width / 2, 0, width, insets.top);
            g.translate(-x, -y);
            g.setColor(oldColor);
         // Example use on a JPanel containing a JButton.
         public static void main( String[] args ) {
              JPanel p = new JPanel();
              p.setBorder( new PartiallyPaintedBorder( MARGIN, MARGIN, MARGIN, MARGIN, UIManager.getIcon( "FileView.computerIcon" ) ) );
              p.add( new javax.swing.JButton( "Press me" ) );
              JFrame f = new JFrame( "Tester" );
              f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              f.getContentPane().add( p );
              f.pack();
              f.setVisible( true );
    }

  • How do I specify that I want no more than x instances of my MDB ?

    How do I specify that I want no more than x instances of my MDB ?
              After all, I don't want as many MDB instances as messages, what's a queue for then...
              Does Max Beans In Free Pool do the trick ?
              Thank you.
              [att1.html]
              

    Hi Rosalie,
              Max Beans in Free Pool is there for this purpose. Note
              that MDB concurrency is also limited by the thread pool size,
              and that it is often useful to give MDBs their own
              thread pool to prevent them from stealing threads from other
              applications. See:
              http://edocs.bea.com/wls/docs81/ejb/DDreference-ejb-jar.html#dispatch-policy
              You will likely find it useful to read through the
              JMS Performance Guide if you haven't already done so. The above
              information, as well as related info, is included:
              http://dev2dev.bea.com/products/wlserver/whitepapers/WL_JMS_Perform_GD.jsp
              Tom
              Rosalie Mignon wrote:
              > How do I specify that I want no more than x instances of my MDB ?
              >
              > After all, I don't want as many MDB instances as messages, what's a
              > queue for then...
              >
              > Does Max Beans In Free Pool do the trick ?
              >
              > Thank you.
              >
              >
              >
              >
              >
              >
              >
              >
              >
              

  • How can I prevent that emails are downloaded (POP3) when the lid of my MacBook Pro is closed?

    How can I prevent that emails are downloaded (POP3) when the lid of my MacBook Pro is closed?

    Disable Power Nap in the Energy Saver pane of System Preferences. Uncheck the box marked Enable Power Nap... in each of the tabs.

  • I used an upgrade from a different phone to purchase a new iPhone.  How do I assign that phone its original number (not the one that it was upgraded from)?

    I used an upgrade from a different phone to purchase a new iPhone.  How do I assign that phone its original number (not the one that it was upgraded from)?

    Phone number of the device is assigned by the carrier.
    Ask the carrier.

  • HI , I, ON THE MONTH TO MONTH BILLING FOR Ps AND Lr ($9.99) ... i downloaded Ps but now want to download Lr ... how do i do that because it only gives me the option to take it on a month to month wit the $9.99 .... isn't it included with the package im cu

    HI , I, ON THE MONTH TO MONTH BILLING FOR Ps AND Lr ($9.99) ... i downloaded Ps but now want to download Lr ... how do i do that because it only gives me the option to take it on a month to month wit the $9.99 .... isn't it included with the package im currently on ??

    Niel.v.d.h please utilize the steps listed in Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html to install Photoshop Lightroom through the Creative Cloud Desktop application.

  • My iPhone has the correct Apple ID for everything BUT iCloud.  How do I change that.  Going through Settings shows the incorrect ID but it does not allow change.

    My iPhone has the correct Apple ID for everything BUT iCloud.  How do I change that.  Going through Settings shows the incorrect ID but it does not allow change.

    Settings > iCloud > delete account
    You want to keep all content on your iPhone
    Resign back in

  • I bought a MBP 13 and I got the £70 App Voucher for being a student, I know want to return the MBP how can I do that? can I just pay the £70 for the app store voucher or what do i need to do? MacBook

    I bought a MBP 13 and I got the £70 App Voucher for being a student, I now want to return the MBP how can I do that? can I just pay the £70 for the app store voucher or what do i need to do?
    Thanks

    If you have redeemed the voucher for something separate from the computer, then it's a non-issue. If you redeemed it as a price reduction for the computer, then they will return only what you paid less the coupon.

  • How we will know that dimension size is more than the fact table size?

    how we will know that dimension size is more than the fact table size?

    Hi,
    Let us assume that we are going to take Division and distribution channel in a dimension and assume we have 20 distinct values for Division in R/3 and 30 Distinct values for Distribution channel .So Maximum, we can get 20 * 30 records in dimension table and we can take rough estimation of records in the cube by observing the raw data in source system.
    With rgds,
    Anil Kumar Sharma .P

  • I have itune on my first computer, but i cant download it for my other one,how can i do that, i tryed many time with the link it says you download it but nothing follows  thank you

    I have itune on my first computer, but i cant download it for my other one, how can i do that, i tryed many time with the link it says you download it but nothing follows  thank you

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • I have upgraded my software to OS X Snow Leopard. Now I want to update that to Lion. How do I do that? When I look at the Lion software available for download on the apple site it all seems to be update software for people already a version of Lion.

    I have upgraded my software to OS X Snow Leopard. Now I want to update that to Lion. How do I do that? When I look at the Lion software available for download on the apple site it all seems to be update software for people already a version of Lion.

    It has to be 10.6.8 I believe, before you can upgrade to Lion. I found some more info, please check out: http://www.informationweek.com/byte/howto/personal-tech/desktop-os/231001728
    Be sure all your programms will work on Lion. Power PC programms do not work anymore (eg Nikon Scan 4 will not work from now on on Mac OS X). Some versions of Canon utilities for camera's do not work, Canon still have to upgrade. For an App Compatibility Table: http://roaringapps.com/apps:table

  • I purchased extra icloud space to store my photos, videos etc in a process to switch my phone, as my current one is broken. How do I know that my photos have gotten to "the cloud"?? Forgive me, I'm new to this process.

    I purchased extra icloud space to store my photos, videos etc in a process to switch my phone, as my current one is broken. How do I know that my photos have gotten to "the cloud"?? Forgive me, I'm new to this process. and did I do this correctly?

    Photos and videos in the camera roll are included in your iCloud backup.  Restoring the backup to your new phone will recover them.

  • How can i autoforward that mail from SAP INBOX to the outlook

    Hi ,
    My Requirement is that,
    I have to send an email to outlook, whenever PO Created in SRM System
    I have created  custom workflow, i have added a sendmailtask step, i given the SAP userid to send SAP Mail to the user.
    It is sending SAP Mail to the User to his inbox perfectly.
    Now, how can i autoforward that mail from SAP INBOX to the outlook. This is has to work for all users.
    Please give some suggestions. ot it can be achived any other way.
    Note: This is Email Message not a workitem.
    I have doubt that RSWW program will work only for workitems.*
    Thanks & Regards,
    Suresh.

    Hi ST,
    what I understand from your requirement is that you are able to send messages using SendMail Step to SAP Inbox and now you want it to be sent to users Outlook.
    Here you need to create a container which would store users email address of Outlook (which would be stored in SU01 or in a ztable), use this container in your Send Mail step and in the Recepient Type as email.
    Hope it helps.
    Aditya

  • I just got a MacBook Pro computer.  When I turn it on it opens up immediately to my email.  How do I shut that off so I just get the blank home screen?  Thanks.

    I just got a MacBook Pro computer.  When I turn it on, it opens up into email.  How can I shut that off so I just get the blank home screen?

    Before shutting off the computer, click Mail in the menubar and select Quit Mail
    from the dropdown.

  • HI my mac is low on memory and i want to erase some apps that i don't use in the iTunes media folder that i have already eraed from itunes

    HI my mac is low on memory and i want to erase some apps that i don't use in the iTunes media folder that i have already eraed from itunes
    how do i erase them without going one by one checking names???

    There is no way to automatically select the unused apps.  But, you can go go through your apps library and hold the command key as you select each app you want to delete to get them all at once.

Maybe you are looking for

  • Duvidas na NF Complementar de imposto.

    Bom dia, Estou precisando fazer uma NF Complementar de ICMS, para isto eu vou em COMPRAS - DEVOLUÇÃO DE MERCADORIA . A partir desta tela eu começo a criar a nota. No campo do item eu informo um item que foi criado por nós "ICMS Complementar" com qtd

  • Profit Center is not appearing in MIRO

    Hi, I have raised purchase order for asset. While doing MIRO with reference to purchase order profit center is not appearing. I check MIGO document profit center is appearing in MIGO document.  I have maintained profit center in Material Master. OKB9

  • Files and Desktop Shortcut gone??

    I seem to have lost all of the forms I created in the Adobe FormsCentral File and the desktop shortcut is missing. Any ideas what could have happened? Additionally, all of the forms I created and saved at *.pdfs using FormsCentral created forms are m

  • Where can I find a printer driver for Canon Pixma iP6600D? I have Mac OS 10.9.2

    I have a great printer Canon Pixma iP6600D, still works great. I want to either download a printer driver or I want to learn how to transfer the driver from my Mac desk top. If I knew where to find the driver I could just manually transfer it from my

  • Apple tv 2 wake Mac from sleep

    Does iTunes need to be running in background when putting mac to sleep. My apple TV2 will not wake my mac (on ethernet through TC) unless iTunes is running or minimized in background. Is this normal or can iTunes be exited completely before sleeping