How can I place an image behind my header?

  I am using a template for pages and I have been selecting their different styles of pages.  They all have a image behind the header as a background...except one page.  I would like to add it, but the image will only go in front of the header.  I need to be able to see the header! :-) Anyone know how to solve this?  Thanks!

I see the problem.
It works on the other pages because the things behind are Background Objects, but I see no way of making the foreground objects (as on the Mailer page) background objects. Background Objects are not supposed to exist in Layout mode templates.
I can see nothing in either the Wrap Inspector nor in the Format > Advanced options that distinguishes the two.
As far as I can tell Apple has done something in their coding but put no User Interface on it.
The only way around this that I can discover is to modify one of the pages where the objects are already Background Objects, to reconstruct the Mailer page by making them Media Placeholders then dragging a new image in place of the existing. Then it stays a Background Object.
Peter

Similar Messages

  • The HOLE filter.  Can I place an image behind the hole created in another image?

    The HOLE filter.  Can I place an image behind the hole created in another image?

    Here's an example of the hole filter composited against a background image. This filter will run in the Pixel Bender Toolkit.
    <languageVersion : 1.0;>
    kernel HoleCompositedAgainstBackground
    <
      namespace: "pb::forums";
         vendor: "spotted chicken";
        version: 1;
    description: "Hole filter composited against a background image. The original 'Hole' filter was written by Jerrynet. See the Pixel Bender Exchange, <http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1550519#> for more information.";
    >
    //< namespace : "net.Jerry.PixelBender";
    // vendor : "[email protected]";
    // version : 4;
    // description : "A Hole Distortion Effect.";
    //>
    parameter float radius
    <
         minValue:    float(0.0);
         maxValue: float(1000.0);
    defaultValue:  float(100.0);
    aeDisplayName: "Radius";
    >;
    parameter float2 center
    <
         minValue:   float2(-800,-800.0);
         maxValue: float2(1600.0,1600.0);
    defaultValue:   float2(120.0,120.0);
    aeDisplayName: "Center";
    >;
    parameter float EdgeSmooth
    <
         minValue: float(0.0);
         maxValue: float(3.0);
    defaultValue: float(1.0);
    aeDisplayName: "Edge smoothing";
    >;
    input  image4 src;
    input  image4 background;
    output pixel4 dst;
    void
    evaluatePixel()
    float2 Pos_from_cen = outCoord() - center;
    float p_length = length(Pos_from_cen);
    float fun = (radius*radius)/abs(p_length);
    float m = fun/sqrt(Pos_from_cen[0]*Pos_from_cen[0] + Pos_from_cen[1]*Pos_from_cen[1]);
    float2 pp = -float2(m*Pos_from_cen[0], m*Pos_from_cen[1]) + outCoord();
    pixel4 final = sampleLinear(src,pp);
    if (p_length <= (radius+EdgeSmooth/2.0))
    //smooth the circle edge
    if (p_length >= (radius-EdgeSmooth/2.0))
    final *= (p_length-radius+EdgeSmooth/2.0)/EdgeSmooth;
    else
    final = sampleNearest(background, center + Pos_from_cen);
    dst = final;

  • How do I place an image over the header?

    I am new to web design and new to Dreamweaver CS4.  I have used 2 column template with header and footer.  I have got a header title (an image) but I want to place an image to the left of it in the top left corner of the web page.  I want the header region to be the height of the title as I want the image to have a greater height than the header area.  When I insert the image it goes into the header region and the header automatically increases its height to fit the image.  How can I overlay the image on the header rather than inserting it in the header?  Any help would be appreciated.

    Designing web pages is nothing like designing for print.   To achieve what you want , you'll either need to create a special header image in Photoshop or Fireworks that contains white space and/or slices from surrounding images.  Insert this new image into your header region.
    Or, you could simply place image in the background using CSS.  Then align your message text using CSS floats and margins.  See demo below for an example.
    http://alt-web.com/TEMPLATES/I-page-with-floats.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How can I resize an image in the header?

    I have uploaded my organization's logo into our document, but it is out of proportion to the rest of the document. I've delted it and uploaded smaller versions of the logo and it is still too big. How can I format the image in the header so that it is more reasonably sized?

    Thanks. The triangle was buried in the image. If you hadn’t told me where to look, I would never have found it!
    Michelle
    Michelle Lancto
    Jewish Endowment Foundation
    a division of the Jewish Federation of Western Massachusetts
    Phone: 413-732-9994                Fax: 413-737-4348
    <mailto:[email protected]> [email protected]
    <http://www.jefwesternmass.org/> www.jefwesternmass.org 
    <http://www.jewishwesternmass.org/> www.jewishwesternmass.org
    JEF_Logos_1101_JFWM for email LOW RES
    Confidentiality Notice
    The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material.  Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies.

  • How can we place an image in already created inline graphic frame?

    Hi,
    AIM::
    To place an image in the inline graphic frame.
    OBSERVATION::
    As i have analysed the snippet Runner,i came to know that it allows to load the placegun with the file(in my case image). but in order to place it,we need to click on the document..and then the image is placed at (0,0) of the page(I suppose Indesign does it automatically).
    what is needed,is to place image in already created inline graphic frame. i have created a inline graphic frame at some position in the story,but now i required to place image in this created frame.

    I have the same problem. Can you give me a short code sample for that.
    I have an image and want to place it in the currently selected frame...

  • How can I place an image hot spot on top of a ap div with an image in the background of the ap div?

    It won't let me

    Right. You can't make an image map out of a background.  You must insert the image directly into the page (HTML markup).  Then apply hotspot tools to the image.
    HTML Image Map
    http://w3schools.com/html/tryit.asp?filename=tryhtml_areamap
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How can i place  a Image

    Hello Friends,
    I want to create  a image project using JSP & HTML (NWDS) and want to place the image In the portal By iview creating from par file..,plz help me any one step by step procedure or
    If u have any code plz mail to my id : [email protected]
    Thanks in advance
    Bye
    <b></b>

    This question is better answered in the portal environament.
    Regards,
    Benny

  • How can i add an image into the header

    When printing a webpage i would like to ad an image into the header? Is this possible?

    Thanks. The triangle was buried in the image. If you hadn’t told me where to look, I would never have found it!
    Michelle
    Michelle Lancto
    Jewish Endowment Foundation
    a division of the Jewish Federation of Western Massachusetts
    Phone: 413-732-9994                Fax: 413-737-4348
    <mailto:[email protected]> [email protected]
    <http://www.jefwesternmass.org/> www.jefwesternmass.org 
    <http://www.jewishwesternmass.org/> www.jewishwesternmass.org
    JEF_Logos_1101_JFWM for email LOW RES
    Confidentiality Notice
    The information contained in this message and or attachments is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material.  Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any system and destroy any copies.

  • How can I place an image in an Report without it getting pixelated

    Hello,
    I am creating a report from my program using NIReport. In my report, I have graphs and images that are being placed in the report. My current method is using a bitmap to take a screenshot of the current view of a control, then using that bitmap to create a JPEG file and appending that file to the report. However, the graphs and images are very fuzzy and pixelated. Is there another way of adding a graph or image to the report?

    The nirconvertsample.cws example seems to have images in the table for NIReport. You can dig through that example code to see how they do it.
    Mark P.
    Applications Engineer
    National Instruments
    www.ni.com/support

  • Adobe CS5 - How can I place vector shapes behind a mask?

    Hello,
    I am creating a logo in Photoshop which will have rows of horizontal lines that form the shape of a hexagon.
    This is what part of the logo will look like:
    I used the Vector Shapes tool to create the lines, because I will need to re-size the logo without distorting it.
    I want to use a mask shaped as a hexagon to cover the edges of the lines. Here is how I created the hexagon mask:
    New layer
    Polygon tool
    Changed the setting to Paths
    Created the hexagon
    Went to Layer > Vector Mask > Current Path.
    After I created the mask I tried to see if I could copy and paste the lines (still vector shapes) into the blank area of the mask, but when this happened the lines were converted from vector to raster form.
    What is the best way to mask multiple vector shapes without changing them into rasterized images? 
    Here are the screenshots:
    BEFORE:
    AFTER:

    Did you try clipping the two layers? Place cursor between layers, hold down the alt/opt key and click.

  • How can I place an image into an email receipt or confirmation message?

    Once a FormsCentral form is completed and submitted, I would like to send the submitter an email receipt or confirmation message that includes an image and a URL link. Is that possible? I know an image can be inserted into the first form they complete, but I'm not seeing that feature in any of the autoresponse options.

    Hi,
    Currently, only a plain text message may be provided when customizing the email receipt or confirmation message.
    Regards,
    Brian

  • How do I place a watermark "behind" an image?

    How do I place a watermark "behind" an image?

    Hi there,
    By behind I assume you mean over top an image.
    There are different ways, the easiest way is mentioned above.
    Following the same principle you can create a new file with a transparent background. Design your watermark etc and save the file as a .jpg or tiff.
    While your watermark is still open in Photoshop open the image you want to apply the watermark on.
    1) Go back to your watermark image and 'select all' or simply Ctrl + A.
    2) Then press Ctrl + C
    3) Go to your image file now and paste the watermark on top of the image by pressing Ctrl + V.
    A new layer is then created and you can change the opacity to whatever you like to adjust the visibility of the watermark.
    4) Save the file as a psd and keep this file for later use.
    5) If you want a web friendly jpg then open the psd and save a jpg version.
    Hope that helps!
    -SC
    http://www.learnitanytime.com/courses/?tab=All-Courses

  • How can one place a single image on a spread? CS3-MAC

    Hi all,
    i How can one place a single image on a spread? CS3-MAC
    A very straight forward question I think. I just never did it before. Anyone knows of a fast technique of doing this? I have to make 70+ images this way. Could it be scripted?
    thanx in advance
    Michael

    You'll need to be more specific. Placing a single image on one spread is drop-dead simple. File > Place, choose file, click (or click-and-drag) to place, scale and position as desired. You can ask about scripting in the
    scripting forum.
    You might not need to script this to get efficient use of time. Make a picture frame on the master spread and then insert 140 pages (70 2-page spreads) based on that master. File > Place, and select all 70 files. (They need to be in one folder. Click on the top file, scroll down, lick on the bottom file.) Zoom out and click once on each spread to place each image. Should work faster that writing, testing, debugging, and running a script.

  • How can I make an image appear partially in front and partially behind another layer in Adobe Illustrator?

    How can I make an image appear partially in front and partially behind another layer in Adobe Illustrator?

    Put the image behind the layer (at the back of it or on a layer below). With it still selected, Copy.
    Now Paste in Front (Ctrl+F). Depending on your Paste Remembers Layers setting, you may have to bring the newly pasted copy to the front, or to the upper layer.
    Draw a shape over the image to define the portion of it you want to appear "in front."
    With the shape and the image selected, clip the image using the shape. (Object > Clipping Mask > Make)

  • How can I attach an image without the image is in the email body? (using the new mail the Lion)

    How can I attach an image without the image is in the email body? (using the new mail the Lion)
    I want in attachment, not in the body mail.

    I think your only solution is to zip the image files first and then attach them.
    Read this from a site I found:
    Sending Graphical Attachments -- When you attach a graphical image to your message, the recipient of your message sees the image inline (that is, in the body of the message) if her email client supports inline display. ("Take Control of Email with Apple Mail" contains a table listing the capabilities of popular Mac and PC email clients.) If a client does not support inline display (or the recipient has turned off the inline display option), the file appears as an attachment that must be opened in a separate program.
    On the one hand, an inline image is easier for the recipient to see - all she has to do is look at it. On the other hand, inline images can be frustrating to scroll through. If you do not wish to send a graphical image inline, you must compress the file before attaching it - Mail, sadly, lacks a built-in compression option, though fortunately for Panther users, the Finder offers Zip compression without requiring a separate application.
    Note that when you compose a new message, Mail always shows attachments in the body of your message. You can manually drag them somewhere else, but many email clients display all attachments in a separate list, regardless of where you place them in the message body.
    If you paste an image into a message or drag & drop an image from another window (say, a Web browser), Mail converts the raw image data to an attachment in TIFF format. On the other hand, if you drag & drop the icon of an image file (or use the Attach button to locate the file using the file browser), Mail leaves the attached image in its original format. This difference is significant, because although most email clients can display JPEG images just fine, support for TIFF - especially in non-Mac email clients - is less common. If possible, I suggest attaching image files as opposed to pasting or dragging in raw image data.

Maybe you are looking for

  • Security popup accessing applet with https

    I have a website that serves everything over https. One of the things being served is an applet. I've found that just before the first request is made for the applet's .class files, I get a popup from the Java plug-in saying: Warning - Security The w

  • Advice/Review for PKGBUILD

    Hi, I'm in the process of creating my first package build. It's for this application: http://www.danielgm.net/cc/ # Maintainer: Johannes Sauer <joh.sauer(at)gmail(dot)com> pkgname=cloudcompare-git pkgver=2.5.0.r438.g8456e58 pkgrel=1 pkgdesc="CloudCom

  • WSNAT_CAT:1042: ERROR: tpcall() call failed, tperrno = 14

    Hi, I have a Workstation client, which has 3 main tuxedo calls 1) tpbegin(0,0) 2) tpcall(SvcName, (char *)sendbf, 0,(char **)&rcvbf, &rcvlen, TPNOTRAN); 3) tpabort(0) Here when i do a tpcall to a service with TPNOTRAN option, the specified service is

  • Fenetrage d'un signal

    Bonsoir à tous; Mon objectif est de faire une sorte de fenetrage c'est à dire choisir dans le signal qui apparait dans le graphe les deux parties que je vais traiter en utilisant les couleurs pour destinguer entre les trois signaux: le signal  dont l

  • MSI 970A-G45 will not complete POST

    Every so often, out of the blue, the system won't boot up. Hitting reset doesn't help, disconnecting the power and letting it sit doesn't help. The system powers on, begins it's POST, but after initializing the drives (HDD light flashes, CD ROM light