Welcome Page Image Problem

I have created a website with a problem on pages where I have used the Welcome page as my template. My pages have a thin white line across the top of the image that I have placed in the image window. I am using the black background and my images are on black backgrounds. I have checked the images and there is no white edge to the actual image. Not sure why the window is leaving a thin white line across the top. The line doesn't appear in the iWeb build pages, it only shows up when published and viewed (in several different browsers)

It's a known bug and they didn't bother to fix it. See my post here for a work around:
http://discussions.apple.com/thread.jspa?messageID=4238914&#4238914

Similar Messages

  • Welcome page script problem

    When SAP start, the welcome page become with script errors.
    How to solve it ?

    here you can see the error we have:
    after the users click yes or no, the B1 work normally.
    here the error.
    ht[http://shops.codisrl.com/Cattura.PNG|http://shops.codisrl.com/Cattura.PNG]

  • Acrobat 9 Pro ver. 9.4.2 Portfolio Welcome Page, Headers, Footers

    Acrobat 9.4.2 Portfolio Welcome Page, Headers, Footers
    I recently upgraded to Acrobat 9.4.2 and now cannot save welcome page, headers, footers in portfolios I create. Portfolios created in previous verisions of 9.X.X. properly display welcome page, headers, footers in 9.4.2. Anyone with ideas? Is there some setting I am missing?

    Josh, thanks for responding. Following summarizes my workflow:
    - Files selected via Windows Explorer, "Combine supported files in Acrobat" option.
    -  Select PDF portfolio, Combine.
    -  After portfolio is saved, Acrobat opens in the Home Page view displaying thumbnails of the converted files and Edit Portfolio already selected.
    -  Select Welcome Page, Image and Text insert same.
    -  Select Header, Logo and Structured Text, insert same.
    -  When finished, select Done.
    -  Select Save Portfolio icon.
    -  Deselect Edit Portfolio.
    -  Close Acrobat.
    -  Open portfolio, either double-clicking portfolio file name or starting Acrobat and selecting Open, file name.
    - Acrobat opens portfolio in Home view. The Welcome Page icon is grayed out.
    The above is my normal workflow; however, I observed that if after creating the portfolio's Welcome Page and Header and when exiting the program, if I receive the message "Do you want to save changes to the por tfolio before closing?", the Welcome Page and Headers are in fact saved. This is a very workable solution to the problem for me. There seems to be something going with saving via the icon. If for reason I do not receive the above message and the program exits, the Welcome Page and Headers are not saved.
    My operating system is WIndows XP Pro, SP3. BTW, 9.4.2 works fine on my Windows 7 machine and another XP machine with 9.0. Thanks in advance for your offer to help, but the workaround described above works and lowers my frustrationlevel considerably.
    Royal

  • Welcome page contains no content

    I am developing the Welcome page for our University. I have updated the theme and the Welcome page image but when I go to "Add Content" and put descriptions and links up they do not display after I click on "End Editing". The content is still there when I go and click again on "Add Content" but I am not able to preview or see changes. Not sure if this is a permissions issue.

    Found the problem after a call with the iTunes U engineers... it was a technical glitch that somehow had emerged into the iTunes U content development process. Thanks to the engineers at Apple who reached out... we appreciate the assistance and the formative feedback on where we are going. Thanks again!
    Marc

  • Two problems with iWeb welcome page

    After some obvious struggling I was able to create a working welcome page with links to my homepages. I have two questions regarding the page:
    1. First, the page does not fit the full screen when seen in Safari. It seats too small in the middle of a white background.
    2. Second, more troubling, the page cannot be forwarded to my domain since the address:
    ///Volumes/frasecco8/Web/Sites/iWeb/Welcome%20page/Welcome.html, is not recognized by the domain.
    What can I do about these two problems?
    I feel I am very close to having a working website, with links, pictures, etc. but I am no quite there yet.
    Thanks for any suggestion, advice.
    Frank
    iMac G5   Mac OS X (10.4.9)   PowerMac G4

    1) In iWeb, click on the inspector button (the blue cirle with an i) select the page tab. From there you can adjust the height and width of the page, as well as background colors. Keep in mind that screen sizes vary widely; try to choose a size that will work well on both smaller and larger screens.
    2) I presume you mean that you are publishing to .mac but have a purchased domain name and want to forward from your purchased domain name to your .mac site? In that case the problem is that you are using the wrong url for forwarding. Try entering http://web.mac.com/frasecco8.
    If that doesn't work, then try:
    http://web.mac.com/frasecco8/iWeb/Welcome%20page/
    I hope this helps.
    Kabing

  • Image problem in V4.0

    Hi,
    Previously I had lots of problems with showing a BLOB image from a table
    in a report using the apex_util.get_blob_file_src function.
    Varad put me right on several ocassions: see the thread at
    Confusion with get_blob_file_src
    Eventually everything went well, and I got my images of a specific size on the screen.
    In the last month or two, the host database that I rent went up from version ten to version
    eleven, and the apex version changed too from 3.2.1 to some version of 4.
    I've only now discovered that the images don't display any more. I've re-read the thread
    mentioned above but can see no deviation from Varad's sterling advice. It still doesn't work,
    so my current guess is that something has changed when Apex went to its new version.
    Can anyone point me in the right direction regarding Image problems in version 4 ?
    I guess I'm not the first to experience such issues, and a checklist of things to try would
    be most welcome.
    I've done a View->Source on the page that doesn't work, and the issue with a missing value
    for the "d=" parameter on the apex_util.get_blob_file seems to have recurred:
    src="apex_util.get_blob_file?a=130&s=1718106956127950&p=13&d=&i=25615931827270369&p_pk1=5&p_pk2=&p_ck=947078FC54BB5126E7E0D19F8A24C416"
    Suggestions welcomed please; thankyou in advance.
    Mungo

    Hi Folks,
    I've found a solution to my "image" problem that caused this thread, hence the decent thing is to
    post it here.
    I read various other threads and stumbled across:
    PDF viewing with  apex_util.get_blob_file_src not working with 4.0
    PDF viewing with  apex_util.get_blob_file_src not working with 4.0 &# 4404695
    That thread mentioned the requirement for an "Automated Row FETCH" process as well as having
    an "Automated Row PROCESSING" process too.
    I had the latter, but didn't have the former, so throwing caution to the wind I tried adding a dummy
    Automated Row Fetch process and the damn thing worked!
    Haven't got a clue why on earth either of these are requirements on a page that is selecting data
    from the database - I don't understand where such processes are called in the big scheme of things.
    That's just me baiting some kind soul to spell out the fundamentals for this idiot... please?
    Happy to be corrected on any points.
    Regards until the next crisis...
    Mungo :-)
    P.S. How come there is no reasonable way to get the URL of a single post in a thread - I'd like to give
    reference to the single post that helped me, but all I seem to be able to get is the whole blooming thread.
    Suggestions?
    Edited by: MungoHenning on Sep 15, 2010 1:39 PM

  • Count the number of visitor, display on welcome page, limit only 1 for next

    Hi everyone:
    1.
    This is my first problem
    I m currently develop a web server, using tomcat, as a web container.
    i have use strut by refer to Jakarta Struts for Dummies.
    I have done a user registration, login verify from database MySQL.
    My project is about telerobot, which will allow only 1 user to access the robot-control page.
    My webpage now allow all the registered user to access to robot-control page. I wanted the page will stop all the user at welcome page, and display the client queuing, and will only allow the client access to control page when his/her turn. Accessing period is limited to 15 minutes, let say.
    client =>
    ==>welcome page(display n queue and go to next page only when his/her turn)
    ==>robot-control page
    please help ..please guide me
    i) display the n client queued
    ii.)allow only when his/her turn
    2. My another problem is about the image. The webpage (jsp) may display the image for several time(properly), and then it may unable to retrieve the image.
    Here is the code:
    <%@ include file="taglibs.jsp" %>
    <jsp:useBean id="now" class="java.util.Date" />
    <table width="100%">
         <tr valign="top" align="center">
         <td>     
    <img  src="images/logo.gif" name="jazz" width="533" height="98" border="0               
    <img  src="images/cd.gif" name="jazz" width="140" height="140" border="0">
    </td>
    </tr>
    </table>the logo.gif can't display after several time access to. A "X" marked on the left up corner instead of the logo.gif images. Please help ..
    It will be okay if i replace it with other pictures ( new edited ) , but the old problem come on the next day (blank image). Please guide...
    Thanks in advance !!

    use a threaded application that is independent from your web app that will update your database every 15 minutes.. once a user has logged, the login time will be save on your db, thus it will be the reference time for your threaded application.. also put a tag on your db if the user has logged, the session has expired and if the user is his/her turn.. that is some idea that i can give you..

  • How do I fix add-on welcome pages that keep reappearing?

    This has been happening to me in version 32. The pages reappear every time I restart Firefox. I kill them, re-start the browser, and it happens again. Searching around the web for a fix, someone suggested restoring Firefox to its defaults. Did that, and it worked, but the problem eventually recurs, after I began customizing the browser again. I have the program set for fairly high security. I also have it set to reload my tabs from the previous session, but this gets changed to "show my homepage" without my action, and the welcome pages line up in tabs once again. Clearing history failed; checking for viruses proved negative.

    Hello,
    I had this problem in older versions of Firefox - for some reason they kept appearing until I quit Firefox from the menu. First make sure that your start-up settings aren't set to load the previous session:
    * Tools (or menu [[Image: New Fx Menu]]) > Options > General
    Then exit Firefox from the menu:
    * File > Exit, or [[Image: New Fx Menu]] > Exit Firefox (bottom right-most icon)
    Start Firefox again and hopefully they won't pop up again until the next update. If your preferences are not getting saved, see if the article [[How to fix preferences that won't save]] can provide some more help on that.

  • Reconstructed Welcome page will not animate a .gif clipart

    Upon having to reconstruct my Welcome page because the weblinks had to be re-entered thanks to a friend informing me they were not engaging, upon rectifying the weblinks, when I published the changes, the animated gif did not appear. After several attempts, I reconstructed the page by getting a fresh page. I was able to successfully copy-paste the contents, retype the side-bar that included web links, pasted in from file, the animated gif. It pasted in but would not animate. I tried many times over with no results. Gifs located on other pages are active. But, this one that is animated on the website were I download it

    Yes, it is about the flying dove. I'm not changing the subject, apologies, if you thought I was.
    Yes, the dove animates on the previous welcome page which no longer exists as I am in the process of uploading the entire website. I will not know if the animation occurs until I finish the upload.
    Right, you are. It is not an iWeb issue if the gif file does not animate when I open the file on the desktop. But, as I typed this sentence, my brain awoke to the idea that I must not open the file, copy, paste it into iWeb. Instead, one must drag the file into iWeb. I just tried that and VOILA! the animated bar is there.
    You just prodded me enough to resort to using my brain with your last sentence. I had completely forgotten that gif files are drag files.
    Case resolved.
    Again, thanks, for taking up your time to move me forward. One gets bogged down, if not weary, when they have problems with their projects.
    Cheerio!

  • How to embed a BI publisher Report in welcome page of fusion app?

    Hi,
    I was a ADF developer, new to fusion app and BI publisher. We are using Oracle Fusion Application version 11.1.7.0.0 for compensation implementation and BI publisher is a part of it.
    I've developed a BI publisher report, placed it under Shared Folder \ Custom, want to embed the same in welcome page of the fusion app. By following the video How do I embed a report in a sales dashboard? - YouTube, I followed below steps
    1. Administration -> Customize Work area page
    2. Add Content
    3. Clicked on 'Reports and Analytics'
    4. Clicked on 'BIPresentationServer'
    5. Shared Folder
    6. Custom
    Issue: Though I have some reports under this 'Custom' folder, it says 'Empty folder'. It only shows the 'Analysis' but not any reports. Problem is not with this folder alone but all. I've also ensured that I am able to see all the reports when I navigate using Navigator -> Tools - > Reports and Analysis.
    Can any of you guide me on what is the issue and what to be done?
    Thanks in Advance.

    Thanks for the link. I am reading it for better understanding.
    I just came to know from SR that, In order to see the BI Publisher in the Presentation Server list of values, we have to embed the BI Publihser report inside an OTBI Dashboard.
    So we need to create a 'Dashboards' folder (It is must only then we are able to see it via fusion apps. to select and embed), then Dashboard and add the desired report to this dashboard. Now we can navigate to this dashboard, open it and select the page to embed it.
    Might be useful for the ppl who faces similar issue. Thanks.
    Raghu

  • Can't get back to root welcome page while logged in as administrator

    Greetings all,
    Something weird has occurred with our iTunes U channel. If I log in as primary administrator, I have access to the tools for creating dependent welcome pages. If I create a new dependent welcome page, and then click on the new welcome page to navigate to it and edit it, I get told "This page has no content. Click to edit".
    Once I'm at this point (whether I edit the new page or not), I can no longer return to the root welcome page as an administrator. The "Back" button is greyed out. I can get back to the root welcome page as a non-admin user, for instance by clicking the name of my institution in the top right hand menu bar. This gives me an outdated root welcome page without any of the standard administrative links in the top right-hand corner, and there is no "Click to Edit" link.
    In order to get back to the root page as an admin, I have to go back to the Admin login page in my browser, and go through the whole process of logging in again.
    Has anyone had any experience with something similar happening to them? If so, how did you resolve the problem?
    TKA for any assistance,
    Erik Norvelle

    After you resetted your router you should try adjusting the wireless settings on your router...
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1
    Leave username blank & in password use admin in lower case...
    For Wireless Settings, please do the following : -
    Click on the Wireless tab
    -Here select manual configuratioon...Wireless Network mode should be mixed...
    -Provide a unique name in the Wireless Network Name (SSID) box in order to differentiate your network from your neighbours network...
    - Set the Radio Band to Wide-40MHz and change the Wide channel to 9 and Standard Channel to 11-2.462GHz...Wireless SSID broadcast should be Enabled and then click on save settings...
    Please make a note of Wireless Network Name (SSID) as this is the Network Identifier...
    For Wireless Security : -
    Click on the Sub tab under Wireless > Wireless Security...
    Change the Wireless security mode to WPA, For Encryption, select AES...For Passphrase input your desired WPA Key. For example , MySecretKey , This will serve as your network key whenever you connect to your wireless network. Do NOT give this key to anyone.
    NOTE : Passphrase should be more that 8 characters...
    Click on Advanced Wireless Settings
    Change the Beacon Interval to 75 >>Change the Fragmentation...
    Threshold to 2304 Change the RTS Threshold to 2307 >>Click on "Save Settings"...
    Now see if you can locate your Wireless Network and attempt to connect...See if you get the desired speed...If not you should un-install and re-install the wireless adapter...

  • Not able to import .FLV into Welcome Page in Acrobat Portfolio

    Hello,
    I would like to import either an FLV or an SWF file into the Welcome Page of an Acrobat Portfolio. It does not work if I import an FLV, and it only half works if I import an SWF.
    I've put together a video illustrating the problems I have. I am not sure if 1. my expectations are too high, 2. there is a bug in Acrobat Professional, or if 3. There is a mistake in the documentation.
    http://wemads.com/adobe/
    The help file referenced in the video is:
    http://help.adobe.com/en_US/Acrobat/9.0/3D/WS8C3A613D-D486-49ff-97E9-D3E0984D0E74.html#WS3 B2E1248-62A9-4e86-8C67-8813609EEC8C
    Thank you!
    Nick

    Hi,
    Use below utililty
    java oracle.jrad.tools.xml.importer.XMLImporter SupplierLovRN.xml -username apps -password $PASSWORD -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=$db_host)(PORT=$db_port))
    (CONNECT_DATA=(SID=$TWO_TASK)))" -rootdir ./ -rootPackage $HOME/stoplight/xxx/oracle/apps/pos/stoplight/webuiRegards,
    Gyan

  • Acrobat PDF Portfolio - Not Saving my Welcome Page or Header

    For some reason, I can't get my Welcome Page or Header to save when I'm creating a PDF Portfolio. 
    What am I missing? It shows up fine when I create it but then I save and close and reopen and they aren't there...
    Please Help!

    You don't mention a version, but this may be a known issue if you are in 9.4. Take a look at the thread http://forums.adobe.com/thread/793948 and see if the situation you are experiencing sounds similar and if the work around posted by Josh_Corey (toward the bottom of the thread, posted Jan 31, 2011) resolves the problem.
    Please let us know either way.

  • Best Practice for link to WebdynPro page in welcome page

    Hi Experts,
        I am new in SAP Portal. I need some guidance from you guys. I have a requirement to create welcome page which is JSP and has a link to a WebdynPro page. I have to put the url in JSP file. So i do not know what kind of URL i should put in the JSP. 
    The problem is if i put the url which i can see in the address bar like 'http://DevServer/WebDynPro/ApplcationA', when i transport it to another server ,for example Production,. The real url might be change to 'http://ProdServer/WebDynPro/ApplcationA'. It may cause the link in JSP can not be worked.
        I would like to ask you the best practice for this case. What url? What configuration?
    Thank you in advance,
    Noppong Jinbunluphol
    P.S. For the JSP, i create it in portal application dc.

    Dear Noppong,
    You can do it with multiple ways like :-
    1. Get the current host name and make complete URL with using host name for the webdynpro iview.
    request = (IPortalComponentRequest) this.getRequest();
    HttpServletRequest req = request.getServletRequest();
    StringBuffer strURL = req.getRequestURL();
    2. Create the KM Document or Link for webdynpro Iview OR Create the WPC Web Page for the webdynpro ivew
    Refer to [http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm]
    [http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/06/4776399abf4b73945acb8fb4f41473/frameset.htm]
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ff/681a4138a147cbabc3c76bde4dcdbd/content.htm|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ff/681a4138a147cbabc3c76bde4dcdbd/content.htm]
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • 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?

Maybe you are looking for

  • Creation of a Z copy of the tcode S_ALR_87100186

    Hi, I need to make a z copy of the the standard tcode S_ALR_87100186 and do the following changes: 1. Add version & fiscal year to selection screen ( Currently it is defaulted to zero ) 2. Display the output based on the version and fiscal year enter

  • Reg. Usage of finding Highest Material based on BOM items/Components

    Dear Experts, My requirement is that i need to explore the highest level of material based on BOM item / components as input criteria. I am using FM 'CS_WHERE_USED_MAT' to get the header BOM based on BOM item. But i need to get the header BOM based o

  • PLEASE FIX CURRENT BUGS!

    I shoot with canon equip. and have issues importing and transfering files to cs2 for editing. And I wonder what else will pop up in the not so distant future. But I blew $200 on this program to make my workflow easier and it's created more problems t

  • 351 movmnt type doesnot refers the Batch managed items with respect to P.O

    Dear SAP Gurus, For Stock transport order, i am using the 351 and 101 movement type. The batch managed items are provided in the Purcahse order and the same batch is displayed while receiving the material -101 movement ytpe  with respect to Purchase

  • OS Cover sheet   in output control

    Hi all: Here in spool request, there is output control info about spool request <NN> in <xx> system (which is being generated by SAP Script). There is OS Cover sheet in Output Attributes tab.  I  would like to change the value by ABAP report / progra