White rectangles instead of transparency

Hi all

I'm a beginnger in InDesign - what a great tool!

I get white rectangles instead of transparency when exporting (any version of) PDF or printed, but very well when you export to JPEG. I use a 3rd party template

Using InDesign 6.0

Thank you

Blackbird

Your question of the export quality could be a couple different things. It could be the result of saterizing the vecor in an effort to solve the problem of white box, or it could be that the link is actually missing or obsolete.

Tags: InDesign

Similar Questions

  • White rectangle appears on exported Gif rollover

    Hi, I'm on FW CS3 and DW CS3 (Using Intel iMac). I export a simple rectangular Gif of FW turnover in Dreamweaver. While I'm not a web expert, I did a lot of rollover navigation graphics in Fireworks. The preview of the browser of the bearing looks good in the FW, but when I export to Dreamweaver, it works technically, but I get a white rectangle at the bottom of the chart when I rollover with mouse - a white triangle, which I won't be there.

    I tried different differences in my slice of positioning in FW and tried Dreamweaver Html by switching to generic Html in the case that makes all the difference. No change has helped.

    At the risk of cyber-embarrassment, I published my graphic (it is a bearing to start an e-mail) at this url:
    Contact page of Frank Bright

    I appreciate any help on the resolution it might be something basic which I forgot.
    Thank you, Frank B.

    Ah yes. The problem of the old "I want anti-aliasing to a transparent gif over a background gradient.

    If you have a solid experience, then you might just anti-aliasing your rounded rectangle against your background color and not worry about transparency. Since you need these corners to be transparent, you must have an edge for them, because the .gif format only have a transparency value.

    Your not bigger than your object slice allows file size (a good thing), but it won't help your corners. My advice is first export a .png flattened, 24-bit image where your rounded rectangle is placed on a background color is on average is that the background gradient (trial and error can come into play, here, later). Then import that image and flood fill the corners with something wild, like yellow or light green. Then go to file > Image Preview, and then set it to .gif format. In the drop-down list box transparency, select Index transparency. Click the eyedropper on the left (Select transparent color) and click on your color of paradise. Your advice corner will become transparent, but you will maintain some smoothing to the overall background color.

    Try your image in your Web page. You may need to change the color of the background a bit to make it better.

  • videos are displayed as a white rectangle on some sites, but ok on youtube and with Internet explore

    I can see the videos on youtube, but on sites that link to youtube, I get a white rectangle.
    This problem does not occur with Internet Explorer.

    Try disabling hardware acceleration in Flash Player.

    See the videos in Flash will not play in full screen

    Blink the window "display settings":

  • Satellite P30-145: White Rectangle on screen

    I have a Toshiba Satellite P30-145, and he has recently developed a problem with the display. Whenever the computer is turned on, there is a large white rectangle covering part of the screen from top to bottom.

    Stopping and restarting the computer didn't help, display settings settings I tried did not work and a system restore did not work.

    I think it's maybe a problem of overheating the computer often becomes very hot and sometimes stops due to overheating (even if fans don't seem to be blocked when this happens).

    Anyone know what could be the problem and if it can be fixed?

    Hello

    I think that the fault of the graphics card might be the problem
    Maybe the GPU damaged because the temperature inside the laptop.
    As you say the laptop is overheating and it is really possible that it was a reason for that matter.

    In my opinion, you need to connect the laptop to the external monitor to check if the same will appear on the second screen.
    If you're going to see the same rectangle on the screen then the graphics card is damage and the entire motherboard must be replaced

    Feedback would be greatly appreciated

  • Problem with the Apple's music, let the white rectangle

    So I don't need Apple music and all the information it might have on a certain artist of my libraby (and it find it kind of annoying..)

    So I went to block it by parental control preferences (I don't have a case of AppleMusic uncheck on the GENERAL tab.) and now I find myself with a white rectangle like this:

    that is still more a pain in the *.

    Please, tell me how to get rid of this...
    Thank you very much!

    Enable Apple music connect new Parental slot, then clear display Apple music under the general tab.

    TT2

  • How can I get rid of a small white rectangle that stays on my screen and it also does not allow me to turn off my computer?

    How can I get rid of a small white rectangle that stays on my screen and it also does not allow me to turn off my computer?

    Hello

    1. Since when are you facing this problem?

    2. have there recent changes or updates made on your computer?

    3. do you get an error message?

    4. what happens when you try to shut down the computer?

    5. What is the small white rectangle you speak?

    Method 1:

    Step 1:

    Try restarting your computer in safe mode and check if the problem persists.

    If it works fine in safe mode try performing a clean boot in order to find the cause root.

    Step 2:

    See the article below for instructions on how to start your computer in a clean boot state.
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135

    Note: When the diagnosis is complete, don't forget to reset your computer to normal startup. Follow step 7 in the above article.

    Method 2:

    Try to run Microsoft Safety Scanner for any malware or spyware infection and check if it helps.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

  • Problem starting. White Rectangle bars are displayed

    I did a clean install of Windows XP on my C: drive formatted.

    My startup is now more than 4 minutes.

    All this because of this progress bar with these white rectangles at the bottom of the screen that appears before Windows XP loading.

    I ran "CHKDSK/r" 2 times and no errors found.

    I tried to repair Windows without success.

    What can I do else!

    He seemed to have solved this problem myself.

    After approximately 67 resets, the problem seems to correct itself.

    But later, I got the problem again.

    If I booted up just my computer with the Windows XP Recovery disk,

    I chose to format the drive fast, before you install Windows XP on the partition, and it worked.

    I have more white bars at the start up.

  • drawFocus, drawHighlightRegion & XYRect is equivalent to a white rectangle in a custom field?

    It's one of those days where I should have stayed at home.

    Why the following sets a rectangle white when the false boolean value on?

    In other words, when it put there at the point, I get the highlight of rectangle of color TYellow as expected, when there is no discussion on the custom field (a class that extends the field); a white rectangle is drawn.

    I don't want to take anything either when there is no accent, which is equal to the value Boolean false.

    protected void drawFocus(Graphics graphics, boolean on) {
      paint(graphics);
      if (on) {
        XYRect rect = new XYRect();
        getFocusRect(rect);
        drawHighlightRegion(graphics, HIGHLIGHT_FOCUS, on, 0, 0, w, h);
             int prevColor = graphics.getColor();
         graphics.setColor(Colors.TYellow);
         graphics.drawRect(x, y, w, h);
         graphics.setColor(prevColor);
      }
    }
    

    Good or bad, I solved the problem by following these steps:

    1. My rectangle of drawing in paint with the previous color.
    2. Adding a call to invalidate in the onUnfocus method:
    protected void onUnfocus() {
      invalidate();
    }
    

    If there is a better, I'll be first in line.

  • I'm black or white rectangles covering my picture while I'm working. I unchecked the camera raw 'use the graphics processor' I use an end 2013 27 "iMac. Can anyone help?

    I'm black or white rectangles covering my picture while I'm working. I unchecked the camera raw 'use the graphics processor' I use an end 2013 27 "iMac. Can anyone help?

    Hi Joel,

    • What version of Photoshop installed on your computer?
    • Also, please go to the Photoshop preferences, then the performance tab.
    • Here please click Advanced under 'Use Graphics Processor' settings and change the mode of drawing on 'Basic '.
    • Also uncheck "Open CL"
    • Restart Photoshop and then try to open an image and see for the boxes.

    Let me know if it helps.

    Kind regards

    Tanuj

  • Liquefy the white rectangle

    2015-12-14 Liquify problem.png

    Why is there a white rectangle in the region where I liquefied his shoulder, and how to prevent this from happening? Thank you

    Hi michaelg23252005,

    Please read the following article and let me know if it helps: with the help of fluidity on the results of the 16-bit image areas clearer around changes

    Kind regards

    Tanuj

  • My document is surrounded by a white rectangle

    The portrait document I'm working on that has suddenly developed a large white rectangle around each page. I must have inadvertently operated something but don't know what. Cancellation does not solve the problem. What have I done? How can I get my opinion normal page back?

    Screen Shot 2015-12-07 at 11.11.37 PM.png

    Hi David,

    You can do the following it back to the background of gray color.

    Take the white cursor. Using the right click, select 'Card game theme color'.

    Concerning

    Afonso

  • White rectangle on desktop Pavillion DV2000

    I tried to fix Pavilion dv2000 a friend. I have fixed everything except one point. There is a white rectangle covering the office but the lie of icons on the rectangle.

    Does anybody know wht's going on here and as difficulty?

    Thanks in advance

    It turns out that it's a box of the application. The app is uninstalled but not comletely. I can drag the edges of the white on the side and it disappears. It was weird.

  • Printing a document in indesign that contains an eps logo. Part of the logo is not printing, but shows a white circle instead of a ball with a gradient. I think that it is an overlay problem - can anyone help please

    Printing a document in indesign that contains an eps logo. Part of the logo is not printing, but shows a white circle instead of a ball with a gradient. I think that it is an overlay problem - can anyone help please

    Try to resave the EPS to the native .ai or .psd format (depending on whether it's raster or vector) and use it.

  • How to backup only the images that are found only in the white rectangle?

    Hello!


    Good morning/afternoon/evening, I have a question... when I try to draw outside the lines, in my project final when I export it to an image file, looks... weird here, I'll try to upload some pictures.

    Screen Shot 2014-01-29 at 1.38.41 AM.png

    as I want to do as in my last project (picture) all I want is the substance that is in the white rectangle.

    Incidentally, I learn how to use it so I'm sorry!

    How do you save your picture? What type of file? What version of Illustrator?

    For example, try one of these:

    1.) export > click on work plans 'use '.

    or

    (2.) in the file > "Save for Web" it is an option for "Clip for work plan" which is what you're after.

    Perhaps one of those who will help and meet your needs?

  • Dragging a rectangle creates a giant rectangle instead of the size I want

    Whenever I try to draw a square/rectangle using the Rectangle tool, I end up creating a GIANT rectangle instead of the size that I want (something more close to 400 x 80 px).

    Here's what I do:

    • create new layer in the Layers panel
    • Select The Rectangle tool
    • Click and hold click to start dragging rectangle > immediately coordinate are something like x :-8800 :-1550 (see pic1)
    • If I release the click now, I find myself dragging a rectangle GIANT (see Note2)
    • now I have to zoom way inorder really far to see the edges of the rectangle and be able to resizeRectangle Click.pngrectangle result.pngRectangle zoom out.png

    This only happens when I use the Rectangle tool, not the rounded Rectangle, ellipse, polygon, line, or custom shape tools.

    Any ideas on what I'm doing wrong here? I really appreciate your help!

    I use the latest version of Photoshop on a new iMac.

    Hello

    Perhaps under geometry Options you set size or one of the other options and more unconstrained ticked with a predefined size is entered?

    You probably want it value without constraints.

Maybe you are looking for

  • Satellite A30 - after the BIOS update I can not install any OS

    Hey everybody I have a problem with my laptop Toshiba Satellite A30 PSA33E. I update my old BIOS and 1.7 and now I have a problem: I can not install any OS on my PC because it stops whenever I try to install. After 50 tests, I installed a Windows SP2

  • FN + F5 does not work?

    When I press the function + f5 it is supposed to bring up a menu to toggle wireless radio, as it did in the past. for some reason any my bluetooth started with the system today, and I have no idea why. I tried to disable the bluetooth in the Device M

  • How to increment a PDM file name

    Hello I have a vi that register data in a PDM file. So I'm using tdms open file and write to the file of PDM. In addition, I want to increment the file name. The user must write the name of the file, for example if the file is named test I want to th

  • HP laptop laptop 15-ac124tu: drivers not available to hp for laptop-15-ac124tu computer with windows pro 8.1

    Hello world My laptop is hp laptop laptop 15-ac124tu and initially, it comes with freedos. After you have installed windows 8.1 pro in my laptop, I can't find driver for my laptop in official hp website. It lists drivers for windows 7 & 10 only, but

  • Who has the computer model E5 575 G 53VG?

    I'm looking for someone with computer model E5 575 G 53VG and I would like to know the name and the brand of the 256GB SSD that comes pre-installed from the manufacturing. He can be found simply by right-clicking on the drive, select Properties, and