Page Images

I am having problems with the site I have built in iWeb. Every time I create a new page, iWeb puts a copy of the navigation bar images, and page title image in a folder for that page.
How can I get iWeb to take a copy of the image file from the images file, so as to reduce the disk space I am using? Is this problem being caused by the fact that the image files are in png format?
Many thanks
Jon
Mac Mini   Mac OS X (10.4.5)   iWeb 1.1

If you REALLY want to consolidate these little images... you can try this program called iWebExtender that can be found at http://www.iwebextender.com . There is a function in this program (among many, many other interesting functions) to consolidate duplicate images. You might take a look.
I can't imagine that all the little rollover images for the nav menu add up to much. I guess if you had a ton of pages. But regardless....it's sort of interesting programming on iWeb's part.

Similar Messages

  • Assign/Change page image in TOC - RoboHelp 9

    I would like to have 2 sep. page images in my TOC. One = [?] and another indicating that a video link is contained on page. I changed the URL image link but can't find out how to assign the image to the page. Is this the way to go? If so, how do I assign the image to the page. --Thank you.

    Hi there
    First off, before I even write this I'm fully aware there is a strong possibility it will come off as me being argumentative. Please know up front that this is not my intent.
    Jack DeLand wrote:
    As Johnny Carson would say: "I did not know that." Still, at $49, I think FAR is a major bargain.
    I can't agree with you more regarding FAR. No help author should really consider that his or her toolbox is complete without a copy safely tucked away on their hard drive.
    Jack DeLand wrote:
    ...And for $0, you could use the HTML Help Workshop interface:
    To apply an icon to a contents entry
    Open a project (.hhp) file, and then click the Contents tab.
    Click a contents entry, and then click the Edit Selection button.Edits the associated name, file, URL, keyword or style information for the selection.
    Click the Advanced tab.
    In the Image index box, select the image you want to apply to the contents entry.
    Notes
    You can create new images for any type of contents entry.
    (nabbed from HTML Help Workshop Help) Note that you can use your own icons as well.
    I'm just sayin. 
    This part is the real reason for my reply. I'm mystified as to why one would elect to use RoboHelp for all other authoring aspects, but resort to HTML Help Workshop (HHW)  to manage assigning icons when you are able to easily to it from inside RoboHelp. Sure, HHW is free, but we are still assuming folks are using RoboHelp as we are in the RoboHelp forums, no? Why would I elect to use a separate tool when the tool I have does exactly what I need? So that bit is a real puzzler to me.
    I noticed you also wanted to point out that the help for HHW states you may use your own icons. And to that I would caution that while it certainly is possible and I've done it, actual implementation is far more painful than many care to use. As a result, the whole notion of using your own icons is most likely abandoned after seeing how difficult it can be to get implemented.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Only Safari won't show home page image

    Helo
    Having problems with home page image showing in only Safari (
    www.truthandlife.info ). May be a css problem, but I don't know...
    Originally, we had to alter the drop down menu becasue it
    wouldn't work on Safari, so a friend fixed that but that fix took
    away the main image - he writes:
    "I found some other information that suggested setting the
    ClientTarget attribute to “uplevel” when you detect the
    Safari or Opera browsers.
    I went ahead and implemented that by creating a base class
    called BasePage (in the App_Code folder) and made every page load
    derive from it using the “Inherits” parameter. This
    seemed to solve the problem on Safari (I don’t have Opera)
    without affecting IE7. Note that all new pages you create need to
    have the Inherits=”BasePage” tag set in their
    <Page> element.
    So all is good in that the submenus pop up as we would
    expect…but there is a problem with the graphic on the default
    page. The main image doesn’t load on the Safari browser
    unless I remove that ClientTarget=”uplevel” statement.
    If I remove it, then the menus don’t work."
    ===============
    So does anyone know what might be the problem and/or fix?
    Thanks
    KB

    Still trying of course - so
    I redid that alternate masthead for ie5.5 and updated the
    link - yes, now the ALTERNATE banner shows but NOT the image I
    need, which DOES still show in other browsers. Only in Safari does
    the alternate masthead now show, but not the main masthead needed.
    Below is the code that directs the alternate image for ie 5.5
    but why would this affect Safari?
    =============
    using System;
    using System.Data;
    using System.Configuration;
    using System.Collections;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using System.Web.UI.HtmlControls;
    public partial class DefaultPage : BasePage
    protected void Page_LoadComplete(object sender, EventArgs e)
    if (!IsCallback)
    // IE 5.5 isn't able to render the dynamic menu items
    correctly if
    // the size of the header image is too large. To work around
    this problem,
    // IE 5.5 gets a different header image than the other
    browsers.
    if (Request.Browser.Id == "ie55")
    mastheadImg.ImageUrl =
    String.Format("~/Images/homepage/masthead9.jpg", Page.Theme != null
    ? Page.Theme : Page.StyleSheetTheme);
    mastheadImg.Height = 206;
    litHeaderHeight.Text = "206px";
    ===============
    Coupled with the BASE page code in my previous post, maybe
    there's a fix in one of these?
    Any thoughts?

  • Firefox page images do not display only text and links

    New desktop (not this one) with windows 8.1 Pro, Firefox 29, Norton Internet security. When I go to many of the Firefox pages images do not display, only text and links. This is true for the "get add-ons" page. I can search for add-ons, but when I try to install one, the installation fails. Is there a security setting in windows or NIS that is blocking Firefox images and installations? The Firefox installation went smoothly without error. Other sites do not have this problem.

    Wow! I never would have thought of that! My time settings were incorrect when I set up the PC, and I thought I set them. I did have the day, date, and time set correctly. But I did not have AM/PM set right. So, I was off by 12 hours. I corrected it and, voila, all works well.
    I'm so happy now, because I can now get all the security extensions I've grown to love:
    - NoScript
    - Ghostery
    - Better Privacy
    - Adblock Plus
    You guys are great! Thank you so much for your help.

  • How to display multiple page images in forms ?

    Hi,
    What is the best method to display multiple pages image(100 pages) in forms 10g?
    Thanks

    Hello,
    <p>this is a link to a tutorial that contains several sample forms.<br> One of them (ALBUM.FMB) demonstrates how to display hundred of images.<br><br>The tutorial is in French, but you can simply download the samples on the introduction chapter</p>Francois

  • SP 2010 Publishing - Rollup and Page Images not visible when entering page edit mode

    All:
    Hello, I have an odd issue recently appearing after installation of FEB 2013 CU install. When users select to Edit a Publishing Page the Rollup Image and also Page Image(Article Page Layout) are not visible. Only the "Click here to insert Image from
    SharePoint" link is visible.
    The issue has be confirmed in 5 servers across two farms
    DEV, QA, and PROD on client recently updated
    DEV and PROD in a completely separate client farm
    I have confirmed the issue does not exist in two separate farms running April 2012 CU. In both of those environments the image appears with issue even in Edit page mode.
    In the farms where the issue exists you can click the insert image link and simply hit OK to see the image again. An easy enough work around for tech savvy but my client's content admins are very confused/frustrated by.
    Is this a bug? I have confirmed in two separate farms including brand new web applications using out of the box publishing site templates.

    Hi.
    We have been facing the same issue in a 2013-environment (SP1), but in this case an upgraded 2010 Solution, which still runs in 2010-mode. Because of this, SharePoint still use resource-files in the 14-hive (as we have not performed an upgrade of Master
    Pages etc.) The problem is also reproduced on a clean 2010 Site Collection in the same 2013-environment.
    I have managed to find the cause of the problem (at least in our environment), and that is that as long as the selected picture/image has
    not defined an "AltText"/"Alternate Text" the problem seems to occur.
    In other words, try to define an Alternate Text and click OK in the "Edit Image Properties" Dialog.
    I don't know if this may be the case for everyone else, but give it a try.
    From this, I've further discovered (after hours of js-debugging) that there is a minor change (from 2010 to 2013) in a js-file called "SelectorControls.js" which is responsible for updating the various controls used in Page Layouts etc.
    The problem exist in a method called ASO_UpdateButtonsAndPanels(), which checks whether the Image Control in question has content or not (Url). The local variable "hasContent" is then determined of an if statement, if(this.AssetData.ManageLinkDisplayText)
    which in 2010 (14-hive) seems to be "true" regardless whether the Control is of type Image or Hyperlink. Further the code checks for AssetText (Alternate Text) which on an Image may be left empty.
    In 2013 (15-hive) however, this if statement has been changed to, if(this.SelectorType==ConstLinkSelectorType), which clearly states "Image" or "Link" depending on the type of control.
    I don't know if this is the cause of the problem in 2013, but in 2010 it seems to be exactly that.
    Pending a solution from Microsoft, we have modified SelectorControls.js to overcome this issue until the customer decides to do a Visual Upgrade to 2013.
    This is by all means not a supported nor a a permanent solution to the problem, as future Hotfixes, Service Pack etc. may "reset" our fix.
    Below is a copy of the working solution:
    function ASO_UpdateButtonsAndPanels()
    {ULSuBa:;
    var hasContent=!!this.AssetData.AssetUrl;
    //SharePoint 2010: ManageLinkDisplayText is always "True"
    //var hasContent=!!this.AssetData.AssetUrl;
    //if(this.AssetData.ManageLinkDisplayText)
    //hasContent=hasContent && !!this.AssetData.AssetText;
    //SharePoint 2013
    //var a=!!this.AssetData.AssetUrl;
    //if(this.SelectorType==ConstLinkSelectorType) a = a && !!this.AssetData.AssetText;
    //Fix for preventing existing selected image to disappear when saving page and/or editing a page with existing image.
    if(this.SelectorType!=ConstImageSelectorType)
    if(this.AssetData.ManageLinkDisplayText)
    hasContent=hasContent && !!this.AssetData.AssetText;
    if( hasContent )
    if (this.ClearAssetButton !=null)
    this.ClearAssetButton.EnableButton();
    this.GetAssetSelectedPanel().style.display="inline";
    this.GetEmptyPanel().style.display="none";
    else
    if (this.ClearAssetButton !=null)
    this.ClearAssetButton.DisableButton();
    this.GetAssetSelectedPanel().style.display="none";
    this.GetEmptyPanel().style.display="inline";
    I hope this helps anyone else struggling with the same problem.
    Thanks!
    Øyvind

  • I spent half the morning and thus farI am trying to get Firefox to open a .pdf file but it not only downloads the file to my desktop but also dozens of zero-killabyte page images.

    I spent half the morning and thus far this afternoon working on a Firefox problem and have only managed to screw it up so bad that when I try to access a web page containing a .pdf file it not only downloads the brochure but also dozens (literally dozens!) of zero-killabyte page images to my desktop. I have tried trashing Firefox and downloading fresh versions but I still get the same results. I have tried to find and trash the Foxfire preference pane, thinking that would solve the problem, but haven't been able to locate it.
    Harry Sherwood
    [email protected]

    You have Acrobat Pro on your system. It will try to open PDFs, and of course it will fail. You must uninstall it. Then, you will need a PDF reader. So install Adobe Reader. That seems quite simple, but perhaps something is wrong. If anything goes wrong with these two steps (1) uninstall Acrobat Pro (2) install Adobe Reader, then please let us know the details.

  • Front page image to browser

    Hi
    My AppendFrontPage.VI uses the Append front page to report function to get front page from of another VI. AppendFrontPage.VI creates new HTML file as a report and then it adds two hyperlinks to the report. The front page image is added to this report and after this the report is saved to directory to overwrite an existing file. The directory where this HTML file is saved is web published as server. So the idea is to get the front page image to web site and updating that every few minutes. In program this means that the entire AppendFrontPage.VI is in "endless loop" with a timer.
    But here's the problem: The Append front page to report function seems to create a temporary image files that are not temporary. The VI overwrites the HTML on every loop cycle, but "temporary" image file, example like this:  LVtemp034555102214, wont be overwritten. So the VI creates a new image every time. I don't want the files to plug my hard drive. Can anyone tell me how to overwrite these files, or if anyone has a better solution how to form my program??
    I tried also to make the program with invoke node as Front Panel:Get Image Method. This works but the image won't show in web browser if I use the IP address pointed to the HTML file in address bar. It works only if use the file directory address. You know, as locally. But the idea is to access the web page from somewhere else than the computer the web page was made from.
    Need help, plz
    Thanks for advance,
    Solved!
    Go to Solution.

    correction
    it's Append Front Panel Image to Report function

  • Multi-page images?

    Post Author: martorell
    CA Forum: General
    Hi!I try to insert a multipage image (tiff) and CR only shows the first image of file. Is possible show all tiff images? Thanks!!

    Crystal Reports will only be able to retrieve the image and display the first page of the image for each record since there is no functionality to either scroll through pages, to show more than one page of the image for each record or to split the binary data into separate fields each containing a single page of the image.
    One option to workaround this behavior would be to only store images with a single page and if multi-page images are used, break them into single image records and associate them to the corresponding data through database table linking. This way, it would be possible to group on one field and see all of the  associated to that value.
    Example:
    (Group) LocationA
    (record 1) - PicturePage 1
    (record 2) - Picture Page2

  • IPhoto Full page Images

    Hi, I want to merge photos in photoshop and then import into a iPhoto Book as a full page image but every time I do this it crops the picture.
    Does anyone know the dimensions I should be using so that the image I create will fit the book's full page without cropping?
    Thanks 

    For a full page photo the image should be cropped to the same size ratio as the page, i.e. 8.5:11 or 1:1.3.  When the photo is added to the full page layout it should fit into the frame without any cropping.  Most other frames are in the 4:3 size ratio which is about the same: 1:1.33.
    Or you can Command (right) - click on the image on the page and select Fit Photo to Frame from the contextual menu. This will shrink the photo until it if fully presented in the frame without cropping but will not be edge to edge.
    The following is an image from an iPhone with the size ration 1.338 in a full page layout:
    This is after fitting the photo to the frame:
    If the page background is set to black the two areas at the top and bottom won't be that obvious.  It all depends on what's in the photo, however.
    OT

  • Goofy Home page image

    Why does Verizon keep changing the home page image of a customer?
    Or is system being hacked?
    Photo just changed to an asian kid with his bottom censored out by gray rectangle.
    Does Verizon think I am asian?
    Suggest you let user pick from selection of user sterotypes.
    Or remove them .
    Else i will cancel verizon.

    I would make sure that your computer is not infected.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Only safari doesn't show the home page image - why?

    Hello
    Wonder why the home page image/masthead doesn't show on the home page, ONLY in Safari/mac - every other browser shows it. Would love a fix.
    Thoughts?
    thank you
    KB
    http://www.truthandlife.info

    Thanks very much for the thoughts - I redid that alternate masthead for ie5.5 and updated the link - yes, now the ALTERNATE banner shows but NOT the image I need, which does still show in other browsers. Only in Safari does the alternate masthead now show, but not the main masthead needed.
    Below is the code that directs the image for ie 5.5 but why would this affect Safari?
    =============
    using System;
    using System.Data;
    using System.Configuration;
    using System.Collections;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using System.Web.UI.HtmlControls;
    public partial class DefaultPage : BasePage
    protected void Page_LoadComplete(object sender, EventArgs e)
    if (!IsCallback)
    // IE 5.5 isn't able to render the dynamic menu items correctly if
    // the size of the header image is too large. To work around this problem,
    // IE 5.5 gets a different header image than the other browsers.
    if (Request.Browser.Id == "ie55")
    mastheadImg.ImageUrl = String.Format("~/Images/homepage/masthead9.jpg", Page.Theme != null ? Page.Theme : Page.StyleSheetTheme);
    mastheadImg.Height = 206;
    litHeaderHeight.Text = "206px";
    ===============
    Also, here's the code that fixed the Safari fly out menu problem but has caused Safari to not show the proper masthead/image. Any thoughts?
    =====================
    using System;
    using System.Data;
    using System.Configuration;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using System.Web.UI.HtmlControls;
    /// <summary>
    /// Summary description for BasePage
    /// </summary>
    public class BasePage : Page
    public BasePage()
    protected override void OnPreInit(EventArgs e)
    base.OnPreInit(e);
    if (this.Request.ServerVariables["httpuseragent"].ToLower().Contains("safari"))
    Page.ClientTarget = "uplevel";
    ================
    Thanks
    KB

  • Login Page Image

    All,
    We are looking to replace the login page image to our portal, is there a particular SIZE/IMAGE TYPE( gif, jpeg) we need to consider for our image.
    SAP Partner

    Hi,
    the smaller the better
    Anyhow - any image that can be displayed in a web-browser will do the trick - it's up to you.
    But if you want to keep the design of the login page you should use the size of the original image.
    Romano

  • My mac wireless mouse suddenly and without apparent reason enlarges the page image - why

    Why does the Mac wireless mouse occasionally, without apparent reason, enlarge the page image? When this happens there seems to be no way of reversing the process except by closing the page and re-opening. I believe that it may only happen when 'online'. I use Safari mostly - haven't noticed as to whether the same happens on, say, Chrome. Also, it may happen when 'offline' - haven't determined this yet. Another of my family has the same problem.

    It could be that it is picking up what it thinks is a double tap.
    It sometimes doesn't take much and may not be noticable
    by you.  The same will happen to me on occasion. There really
    needs to be some adjustment for sensitivity like double click
    speed that used to be on older mice.    Go to Universal Access
    in Preferences.  Select mouse, then press Mouse Options...
    button.  You can adjust double click and scrolling speed.
    (Seems to me this should be part of the mouse prefs).
    The double tap is a zoom feature of Safari and to revert back to
    normal size again, just double tap.

  • Disable Loading Page Image

    Hello
    I want to disable the Loading Page Image for a certain iView/Image .
    Any idea how to get rid of it ?
    Tanks
    Johannes

    Hi,
    we run on 7.0 SP20 and the iView in question is a com.sap.portal.appintegrator.sap.BWReport
    so i tryed to add
    <property name="com.sap.portal.reserved.iview.Redirect" value="true">
    for section  B W - R E P O R T and the loading animation disapeared - BUT after that the BWRepot - iViews did not work anymore  (no loading of BW - reports) ...
    Any idea how the loading image meight be prevented using JavaScript on the client side ?
    Tanks
    Johannes

  • CRM WEB UI log in page images and text

    Hi Experts,
    At Login page of WEB UI, I want to remove the image of u201CSap net weaver sap Web Application serveru201D 
    I want to remove the warning message: No switch to HTTPS occurred, so it is not secure to send a passwordu201D And I want to remove Copyright 2002-2005 SAP AG All Rights Reserved and SAP logo Image 
    After giving login credentials on CRM WEB UI log in page, next page redirect to existing login users list, here also I want remove the same kind of text and  images which I mentioned above.
    F2 key is not working to get the technical details of the page. Please suggest me where to do all these things.
    Thanks
    Chand

    Hi Chand...
    Have a look at...
    Change configuation of username password screen (logon screen)
    Go to SICF hit F8 Choose the service /default_host/sap/crm_logon
    Display the details. Click on the tab Error Pages, then tab logon errors
    Choose the configuration button next to "System Logon".
    You should be able to make all your adjustments there.
    Which URL are you using to access the webclient? If you aren't using the crm_logon alias and are using the direct URL, then the setting needs to be made there instead.
    http://<hostname>:<port>/sap/crm_logon or
    http://<hostname>:<port>/sap/bc/bsp/sap/crm_ui_frame
    The path crm_logon is an alias to the second url. If you use the alias, then you need to configure the logon data on alias path, if you use the crm_ui_frame then you configure it there.
    Best Regards Dirk

Maybe you are looking for

  • Problem with checkbox and datatable

    Hi, I have a checkbox in one column of the data table. The checkbox is to be disabled if the status (which is another column in the table) is set to Completed. For all other rows, the checkbox is to be enabled. What happens is that, the checkbox is e

  • Can't make jpeg in Photoshop CC

    I have Photoshop CC (with Windows 8). I can't make jpeg and pdf in Photoshop CC. Is this normal or there is something wrong with my computer? (Very annoying, please help!) Thanks

  • Text transposition in Mail

    Mail has suddenly started to transpose text in the message composition window and text messages received window (not in html messages). It transposes 'a' to 'o' and vice-versa, 'b' to 'p' and 'm' to 'n', only lower case is affected. When I send a 'tr

  • How to control the location of Iconified JInternalFrame?

    Is there any way to control the location of Iconfied JInternalFrame on JDesktopPane? I've searched API reference and tried to find suitable methods to override in UI classes. But I still cannot figure out how to do it after a long time. Who have any

  • Hitting my own servlet from JavaScript

    Hi, I am including my own natively written JavaScript file in my CF template, and want to post to a Java servlet URL that I think I've mapped correctly in web.xml. But it doesn't work? Are there any issues I'm missing? Thanks e.