DW CS3: slices nudge when assigned a link

I'm using the CS3 suite to build my homepage. I created a set of slices in Photoshop and exported images and html. When I assign a link to one of the slices, the image jumps slightly and the slices get spread apart. When I preview in Firefox, Safari and Opera it looks correct, with all slices snug against each other, but in Explorer the gaps are visible, as they are in Dreamweaver's editing window. Please help!
my page: http://www.nealskorpen.com/index.html

If your links have a text decoration assigned to them (by default they do) this can happen.
In your CSS (if you use an external stylesheet) make sure that you have no decoration assigned to links
a {
   text-decoration: none;
a img {
      text-decoration: none;
      border: none;
That will keep the linked slices from taking on a attributes assigned by default.

Similar Messages

  • InDesign CS3 "White Box" when printing with linked Photoshop EPS files

    This problem has been covered before, but never really resolved:
    Robert Levine, "InDesign CS3 Erratic White Box Phenomenon with Placed Photoshop EPS files" #1, 1 Apr 2008 11:05 am
    Now, I'm aware that we should no longer be using EPS files. I wholeheartedly agree. But until we can convince the department to change to another format (namely PSD or TIFF) for our vast library of images, I need a workaround.
    It seems that setting the clipping path for each linked image to "Photoshop Clipping Path" resolves this issue. So I tried writing an AppleScript that would find each linked Photoshop EPS and set it's clipping path to "Photoshop clipping path", but it didn't work for me (my expertise with AppleScript is basically nil.)
    Can anyone assist with the creation of this script? Or does anyone have a better suggestion for solving or working around the Photoshop EPS erratic white box printing problem?
    Thanks!

    >Why??????????
    Because they've got zillions of EPS and have no time to resave them all and because it
    b should
    work even if Buko doesn't like EPS...
    (Your vendetta against EPS takes on strange proportions. Were you bitten as a child by a rabid EPS and have sworn to wipe them out? Must be an interesting story behind it ;) )
    Brian, this script seems to do the job with one very important caveat: I see no way of finding out which path is active in the EPS (in case that more than one). So the script simply activates the first in the list.
    tell application "Adobe InDesign CS3"
    set aDoc to active document
    set allLinks to links of aDoc
    repeat with n from 1 to (count allLinks)
      set aLink to item n of allLinks
      if link type of aLink is "EPS" then
       set anEPS to parent of aLink
       tell clipping path of anEPS
        set ePaths to photoshop path names
        if (count ePaths) > 0 then
         set clipping type to photoshop path
         set applied path name to item 1 of ePaths
        end if
       end tell
      end if
    end repeat
    end tell

  • StageWebView crashes Adobe AIR on iOS when assigning it a stage

    I'm having a problem with StageWebView on iOS (in Android it works fine). More exactly, It's an iPad app.
    I'm loading a dynamic PHP URL with StageWebView's loadURL method, and then I start building Flash interface elements in a left column (the StageWebView browser is in the right column), which works fine, then I wait a couple of seconds for the page to load (with a Timer), and then I finally show the browser to the user with:
    this.webView.stage = this.stage;
    The moment I run that line, the whole iOS application crashes and the iPad goes back to its desktop (I suppose that should never happen in Adobe AIR no matter what you do).
    But the process is still in memory, since if I double click the iPad physical button, I can see my application icon in the running apps bar (though if I click the icon, the app starts from the beginning, instead of resuming).
    Using AIR 2.6. Any ideas on how to solve this crash?
    Thanks.

    Thanks for the link. I've checked it, but the differences listed are not relevant in my app, I think.
    Yes, I know there is also the "Event.COMPLETE" event, but I can't use that because it only fires after the page is fully loaded, with all its images, and the page I'm trying to load has 200 images or so and takes almost a minute to load, so I can't have the user wait that long. I just want to wait until the HTML has loaded.
    Anyway, I've also tried Event.COMPLETE and after the long wait, the app still crashes when trying to show the StageWebView.
    I've even tried a complex solution, by using StageWebViewBridge by Pedro Casaubon to communicate with the JavaScript in the page, using JavaScript's "DOMContentLoaded" event, so it fires as soon as the HTML (but not the images) has loaded. That works, but as soon as I make the StageWebView visible by assigning it the stage, AIR crashes!
    So, AIR crashes when trying to assign the stage to the StageWebView object in all these three cases:
    - After waiting for AS3 Event.COMPLETE event listener added to loadURL()
    - After waiting for JavaScript "DOMContentLoaded"
    - After waiting for a fixed period of time set with a Timer event
    The only way AIR doesn't crash when assigning the stage to StageWebView is NOT waiting at all. That is, running the loadURL function and immediately running the "this.webView.stage = this.stage;" line to show the StageWebView object in the stage. In that case it works, but it shows some ugly white box in the StageWebView area while loading, which I was trying to avoid, plus JavaScript events don't work until the page is loaded.
    All those crashes described above are most likely a bug in Adobe AIR, but I don't know how could somebody else reproduce it since it could be caused by anything (the dynamic PHP page I'm loading, the JS code, something in the AS3 code, though I don't think that code has anything out of the ordinary...)
    Also, when I test the app with ADL in the PC, everything works as expected. The crashes only happen in the iPad (it's an iPad 2).

  • TS3276 An email sent from my iMac has a button linked to a clip hosted on Vimeo. When received, the link functions on iMac and iPad, but opens a window of app icons on iPhone and iPod touch. Any ideas what's wrong?

    An email sent from my iMac has a button linked to a clip hosted on Vimeo. When received, the link functions on iMac and iPad, but opens a window of app icons on iPhone and iPod touch. Any ideas what's wrong?

    For anyone else reading this thread, it is worth knowing that sometimes an email is, or can be, corrupted thereby jamming the works. The solution above is good, but I just wanted to suggest another one.
    If the problem arises, go to an online mail access service, such as Mail2Web.com and login to you mail account there and delete the offending message.
    Problem solved.
    And George, as this is all entirely voluntary, whinging about no takers may not endear people to you. Besides which, a few minutes of searching on Google would have found you a number of solutions.

  • "Can not get a key" error when assigning the OAuthTokenIssuer certificate

    I am migrating from Lync Server 2010 to 2013. When deploying the 2013 server, it fails when assigning the OAuthTokenIssuer certificate. With the KeyException error below.
    I've tried "re-keying" the cert and confirmed that the key is exportable. Does anyone have any insight on how to resolve this? 
    =============
    <?xml version="1.0" encoding="UTF-8"?>
    -<CsMgmtLog Name="Set-CSCertificate">
    <Info Time="2014-04-21 19:00:53Z" Title="Connection">Data Source=servername.domain.com;Initial Catalog=xds;Integrated Security=True</Info>
    -<Action Name="Set Certificate" Time="2014-04-21 19:00:53Z">
    -<Exception Time="2014-04-21 19:00:54Z" Message="Can not get a key." Type="KeyException">
    <StackTrace Time="2014-04-21 19:00:54Z"> at Microsoft.Incubation.Crypto.GroupKeys.DKMBase.GetCurrentKeyAndUpdate(KeyPolicy& keyPolicy) at Microsoft.Incubation.Crypto.GroupKeys.DKMBase.Protect(MemoryStream plaintext) at Microsoft.Rtc.Management.Internal.KeyManagement.GroupKeyWrapper.Encode(Byte[]
    inBytes) at Microsoft.Rtc.Management.Deployment.Core.Certificate.SetCMSCertificate(IScopeAnchor scope, X509Certificate2 foundCert, X509Certificate2Collection certs, Nullable`1 effectiveTime, Boolean isRoll) at Microsoft.Rtc.Management.Deployment.Core.Certificate.SetCMSCertificate(IScopeAnchor
    scope, String thumbprint, Nullable`1 effectiveTime, Boolean isRoll) at Microsoft.Rtc.Management.Deployment.Tasks.SetCertificateTask.Action() at Microsoft.Rtc.Management.Internal.Utilities.LogWriter.InvokeAndLog(Action action)</StackTrace>
    </Exception>
    <Complete Time="2014-04-21 19:00:54Z"/>
    </Action>
    <Error Time="2014-04-21 19:00:54Z" Title="Error">An error occurred: "Microsoft.Incubation.Crypto.GroupKeys.KeyException" "Can not get a key."</Error>
    </CsMgmtLog>
    =============
    Regards,
    Yai

    Please try to assign the certificate with Lync Server Management Shell.
    Run the following command:
    Set-CSCertificate -Identity Global -Type OAuthTokenIssuer –Thumbprint <string>.
    Check if you can assign default certificate to Lync Front End Server.
    Check the Root Certificate Authority certificate is not expired.
    Lisa Zheng
    TechNet Community Support

  • Screen variant not working when assigned to transaction variant in SHd0

    Dear All,
    User requires tax code column for line items in MIRO to be made non-editable. I am using SHD0 transaction for the same. I am able to make the column grey-off by creating screen variant. The program is SAPLMR1M and screen number 6310. When tested individually thru SHD0 the variant is working perfect. But it is not working when assigned to a transaction variant. Any clues on the same would be really helpful.
    Thanks in advance
    Komal

    Hi,
    Try to record again for the whole set of screens instead of doing that for the individual tax screen and only for the tax screen make the required field disable.
    Once done and saved, you can see all the screens variants in the transaction variant.
    Use the Change WITH PROCESSING OPTION.
    Hope this solves your problem
    Regards
    Shiva

  • Error when assigning  business partners to positions in org. mgmt.

    Hello,
    I've got the following problem. I want to assign business partners to a position in organisation management. When doing this, the following error occurs:
    "Object cannot be assigned to object xxx in the period xx.xx.xxxx - xx.xx.xxxx"
    (xxx is the position to which the business partner should be assigned)
    The number of this error message is 5A368.
    Diagnosis in the detailed description of this message:
    "The object period of object '1st Level Support' is not within the relationship period 26.03.2007 - 31.12.9999."
    I've changed the object period of the position "1st Level Support" to several other dates, but it did not solve the problem.
    The described problem does not occur, when assigning an user to this position.
    Can anybody help me with this problem? I'm using SolMan 4.0.
    Thank you in advance!

    Thanks for your answer so far. Unfortunately it's not possible for me to upgrade to SP11. So I tried to solve the problem the way you described. I double-clicked the position on the left, the desired position is shown in the main screen and I try to assign the business partner to the position. But the same error appears.
    Are there any other possible solutions?
    What are the consequences of assigning users to a position instead of business partners?

  • Error when assigning SID while uploading text in the info-object of the DSO

    Hi
    I have a scenario where I need to extract a char 60 field from R/3 in the DSO.
    I have created the info-object which is char 60 which has the master data text activated.
    In the DSO transformation I have mapped it to the R/3 field.
    While activating the data in DSO its giving the error message
    'Value '20 per action plan' (hex. '32302070657220616374696F6E20706C616E') of characteristic'
    'Error when assigning SID: Action VAL_SID_CONVERT InfoObject ZRMSD '
    How to overcome this issue.
    Please advise.
    Thanks in advance.

    Change the InfoObject for this text so that it will allow lowercase letters. To do this, go into Change mode on the InfoObject, go to the General tab, check the Lowercase letters checkbox and activate the InfoObject. After this has been activated, you can then restart your process and this SID violation error should no longer be thrown for this.
    If you don't want to do this, then you can use the TOUPPER formula in the Characteristic Routine, in the Transformation, to change the value of this field contents to uppercase. This can also be done by using an ABAP routine like this:
    TRANSLATE column TO UPPER CASE.
    Edited by: Dennis Scoville on Nov 3, 2009 9:55 AM

  • Could not initialize the browser's security component Error message when sending a link

    Using Ubuntu 9.10 64 bit. Firefox version is 3.6.3 and Thunderbird version is 2.0.0.24
    When sending a link with Firefox I get an error message "Could not initialize the browser's security component...". Tried deleting the cert8.db and secmod.db. Noticed if Thunderbird is already open I don't get the error message. But if Thunderbird is closed then opens to send the link I get that error message. Seems the security certificates aren't being passed to Thunderbird when it is opening up.
    == This happened ==
    Not sure how often
    == 2 days ago.

    Try to remove or rename the secmod.db (secmod.db.old) file in the Firefox Profile Folder.
    If that didn't help then remove or rename cert8.db (cert8.db.old) as well.
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    * C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Profiles\&lt;profile&gt;\
    The "Application Data" folder in XP/Win2K and the "AppData" folder in Vista/Windows 7 are hidden folders.
    *http://kb.mozillazine.org/Show_hidden_files_and_folders

  • Error Dynamic type conflict when assigning references in EHP4

    Hi Experts,
    We are facing problem while customizing application wizard in EHP4.
    Based on our requirement, we need to create one more tab named "Notes" to add instructions for applicants while applying for Job. It contains only instruction. To achieve this, we have done below set up.
    1. We have created new WD component (WD window), OTR Alias
    2. Created one more additional steps in T77RCF_RM_STEP called "Notes" and maintained step 1 information
    3. In table T77RCF_RM_SEQ, under Application wizard (employee), we have added notes in sequence 1.
    Now our new tab "Notes" is reflecting in application wizard. But while cliking on send application, we are getting error "The following error text was processed in the system GEG : Dynamic type conflict when assigning references".
    Error Details:-
    u2022     The following error text was processed in the system GEG : Dynamic type conflict when assigning references
    u2022     The error occurred on the application server sapgeg_GEG_59 and in the work process 0 .
    u2022     The termination type was: RABAX_STATE
    u2022     The ABAP call stack was:
    Can anybody guide what we are doing wrong?
    It would be great help.
    Regards,
    purnima

    Hi Rajasekhar,
         Facing the same issue, can you please let me know how you solved the above issue.
    Best Regards,
    Laxman

  • Error message: "Adobe Application Manager "Installer failed to initialize. Please download Adobe Support Advisor to detect the problem". When following the link, Adobe Support Advisor has been discontinued 'because their products are now so stable. -I can

    I receive a message when trying to open Photoshop CS6, Illustrator CS6, etc., then when I try to follow the directions for troubleshooting, the installer fails to initialize.
    Error message: "Adobe Application Manager is needed to resolve this problem. However it is missing or damaged". Then, after download, the program fails to load and displays this message:  "Installer failed to initialize. Please download Adobe Support Advisor to detect the problem". When following the link, Adobe Support Advisor has been discontinued 'because their products are now so stable. -I can see how stable they are.. How do I get assistance with Installer issues?
    Any helpful thoughts?

    Hi David,
    Kindly try out the steps in the below mentioned link to install Creative Cloud.
    Error: "Installer failed to initialize" | Windows
    Thanks,
    Atul Saini

  • Mass change in Inspection lote, when assigning UD Code.

    Dear all,
    curently we are facing an issue of having to mass change inspection lotes when assigning UD code.
    The senario is as follows:
    using the tcode QA16 I can mass assign UD code for various inspection lotes using the option "in background". The requisition of the client is, however, to enter also a description text, for all the lotes treated. I an use the tcode QA16 and run a UD manual option, that lets me enter a long text for each inspection lote, along with assigning UD code. That is not acceptable, since there are daily hundrets of lots, we are talking about. That makes the manual option very time consuming.
    Anyone had a similar issue? What I am looking for here is some exit, or other type of solution that allows me basically replicate the long text (the same for all treated lots) for various lots automatically. I was thinkig of QA16, making some necessary adjustments, but I not sure if it will serve for this purpose.
    Any suggestions will be highly appreciated,
    best regards,
    Anna

    Hi,
    I think you would need to go for BDC to achieve this. Since this is required on daily basis, you should run BDC to enter the long text against the UD for each batch. This should work.
    ntn

  • I saved a word document with hyperlinks in it as a pdf.  When following the links in the pdf, i can't the browser to go back to the pdf.  Help ..

    I saved a word document with hyperlinks in it as a pdf.  When following the links in the pdf, i can't the browser to go back to the pdf.  Help ..

    You cannot save word files to pdf using reader. When you click a link (in Reader or in the browser using the Reader plugin) you open the url in your browser (what browser)? We need detailed information to help.

  • When following a link, some sited do not display and the heading reads "clk (GIF Image, 1 x 1 pixels)"

    When following some links, the displayed page is blank and the header shows "clk (GIF Image, 1 x 1 pixels)". These are usually links from advertising sites or email promotions. I suspect that they are paid for links and somehow the logging info is causing this problem. It has only recently started to happen, so I suspect that a recent update has caused it.

    Some firewalls like Kaspersky can block content and send a 1x1 GIF image instead.
    Kaspersky: Protection > Firewall > Filtration system: disable the "Banner Ad Blocker"
    See:
    * [[Configuring Kaspersky Internet Security]]
    * [[Firewalls]]

  • 'The argument ' 0.000 V' cannot be interpreted as a number' when assigning application structure, line 805, contents "20140611NB F000000004500098898102E202USD 000..."

    Hi All,
    Data loading of 2LIS_02_SCL and 2LIS_02_ITM is getting failed by throwing an error
    'The argument ' 0.000 V' cannot be interpreted as a number' when assigning
    application structure, line 805, contents "20140611NB
    F000000004500098898102E202USD 000..."
    Here Data is not even loading to PSA so I cannot edit the data in PSA.The process chain is getting failed at Load step it self.
    I have even checked the ECC for the particular PO mentioned In the error message but i could not found any issue in ECC

    Hi There,
    Does anyone know the root cause of it? We are facing the same issue.
    Please keep in mind, IT`s NOT PC FILE DATASOURCE. It`s standard 2LIS_02_ITM extractor.
    Thanks in advance.

Maybe you are looking for