How do I repeat image 100% height in a box within the template

I have built a new template that already has a background image behind the content area.  This background image is 100% width and height.  Now I have made the header area, the content area and the footer area.  What I am needing some help with is:  I want to have a box behind the content area that continues into the footer.  In that box I want a repeated background pattern that continues regardless of the amount of content in the content area.  I know how to do this using tables and code, but I can't seem to figure it out in MUSE.  I have added the box, added the repeated verticle image, but it won't expand downward 100% height.  It just stops at the height of the box that was built in MUSE and then the repeated background stops too...  Can someone explain to me how to do this properly?  It's all I have left and then this site template is complete.
Tom

Can you elaborate please.  I have built a template (or master page) with this box in it and it starts just below the line of the header and extends to the bottom of the page. It has a repeated verticle image inside it.  What happens though is that I build a page and assign the master to it, add a content box into the page for text and images.  If the content extends downward past the original size of the master page box height, the box will not extend itself with the height needed for the content.  IE:  if the box is 600px high in the master and then the content is 1000 px high, the box will not expand to the 1000 px height and instead stop at the 600 px height.
Is there a tutorial with this in it somewhere?  I have build numerous MUSE sites both small and large and have yet to do this repeatable background pattern behind just the content area separate from the background image itself.
Thanks for your help.
Tom

Similar Messages

  • How do I view images horizontally on my 6 Plus? The phone is only allowing me to see everything in a vertical form?

    How do I view images horizontally on my 6 Plus? The phone is only working in a vertical mode,
    and I wish to be able to switch between viewing horizontally and vertically. Changing the angle of the
    phone does not change the viewing angle of the image.

    You may have orientation lock turned on. If you open Control Center by sliding up with one finger starting below the bottom of the home screen, you should see an icon that looks like a lock with a partial circular arrow around it. The turns orientation lock on/off. When on you should see a small version of the same icon in the menu bar.

  • How do i send hyperlink to a text box within the same page

    how do i send hyperlink to a text box within the same page on iweb

    It's called an anchor. It's often discussed in this forum.
    2 days ago : anchor
    Here's a search of the past year : anchors

  • How to view an image @ 100% ?

    When I do some editing in iPhoto, especially sharpening, I'd like to see it @100%.
    There is no indication at what % I'm viewing the image.
    Is there any way to know that ?
    When clicking "edit" on the bottom, at what size the image opens?
    Thanks!

    ok, I found an Apple article from 2007 which explains how to do that. I'm posting it here for others:
    ===================================
    iPhoto: Sharpness adjustment may not be apparent when viewing at less than 100 percent
    Last Modified on: July 13, 2007
    Article: 301425
    When you view an image at less than full size, iPhoto smooths it (a technique known as anti-aliasing) to get rid of artifacts that result from scaling down the photo. The relationship between anti-aliasing and sharpening is a trade-off; although anti-aliasing does not modify the actual image file, it does counter the effect of sharpening when viewing the image at less than full size.
    Because of this, if you sharpen a photo, close it, then reopen it again at a less than 100-percent view, you may get the impression that your sharpness changes were not saved. In reality they were, but since the image has been re-aliased to fit your screen, the image's true sharpness may not be apparent.
    To evaluate whether an image is sharp or needs sharpening, you should view the photo at 100 percent/full size while editing in a separate window. To open the photo in a separate window, you can either Control-click the image and choose "Edit in a separate window" from the shortcut menu, or change your iPhoto preferences:
    From the iPhoto menu, choose Preferences.
    In the General pane, locate the preference for "Double-click photo."
    Set the radio button to "Opens photo in edit window."
    Close the preferences window.
    Now photos will open in a separate window when you double-click them. Once in the separate window, choose 100% from the Size pop-up menu. If you don't see the Size menu, widen the window until it appears.
    Tip: If you are editing the photo from one of the other view options, you can press the 1 key to quickly jump to 100 percent view.
    Other applications, such as Adobe Photoshop, handle anti-aliasing differently, so the degree of apparent sharpness can vary from one application to the next when viewing an image at a scaled-down size. You should see consistency when comparing the image at 100 percent across other applications.
    Important: Information about products not manufactured by Apple is provided for information purposes only, and does not constitute Apple's recommendation or endorsement. Please contact the vendor for additional information.
    ========================================

  • Where are image files stored for tiled backgrounds in the templates?

    I am working with a template, but wanted to change the image that is set to tile in the background of one of the text boxes. I wanted to use another image that is set to tile in a different box, but I cannot locate this image. When changing the image on the Image Fill, after I click Choose, I need to point to an image file - anyone know where these images that are in the templates are stored?

    The files are located in the theme package that's located in the iWeb application: iWeb/Contents/Resources/Themes folder. From there you find the theme, open the package and drill down till you find the image files. You will have to use Quickview to locate the one you want.
    What theme are you using?
    OT

  • HT1420 How can I deauthorise computers which are no longer functional within the 12 month period.

    How can i deauthorise computers which are no longer functional & are within the 12 month period?

    Click here and ask the iTunes Store staff for assistance. Only they can perform a second Deauthorize All before the year ends.
    (94736)

  • How to get Repeater's runtime height

    Hi,
    I have a Repeater that may contain several 'Text' UI components at runtime.
    Now I need the total height occupied by these collective text UI elements.
    Please let me know how to do it.
    Thanks,
    Amey

    Hi,
    Thank you for reply.
    But this gives me compile time error that -->
    Multiple markers at this line:
    -1120: Access of undefined property skillGroupsVBOX.
    -1046: Type was not found or was not a compile-time constant: UIComponent.
    In Script: -
                private function clickHandler(item:Object):void {
                    var cName : String = item.sgname;
                    item.textDecoration = "underline";
                    if(cName == "Grp1"){
                        selectedSkill = 1;
                        spacerHeight = 0;
                    }else if(cName == "Grp2"){
                        selectedSkill = 2;
                        spacerHeight = 1;
                    }else if(cName == "Grp3"){
                        selectedSkill = 3;
                        spacerHeight = 2;
                    for each (var component:UIComponent in skillGroupsVBOX.getChilderen()) {
                        repeaterTotalHeight += component.height;
    In MXMX: -
            <mx:HBox id="skillHbox" horizontalAlign="left" >
                <mx:VBox id="skillGroupsVBOX" horizontalAlign="left" verticalGap="0">
                    <mx:Repeater id="rptSkillGroups" dataProvider="{SkillGroups}">
                        <mx:Text text="{rptSkillGroups.currentItem.sgname}"
                                       click="clickHandler(event.currentTarget.getRepeaterItem());"
                                       mouseOver="clickHandler(event.currentTarget.getRepeaterItem());"
                                       buttonMode="true" useHandCursor="true"
                                       />
                    </mx:Repeater>
                </mx:VBox>
                <mx:VBox id="skillDescVBOX" >
                    <mx:ViewStack id="skillDescViewStack" selectedIndex="{selectedSkill}" >
                        <!-- child 0 -->
                        <mx:VBox id="emptyVBox" showEffect="{wipeRight}" hideEffect="{wipeLeft}">
                        </mx:VBox>
                        <!-- child 1 -->
                        <mx:VBox id="Act_A_VBox" showEffect="{wipeRight}" hideEffect="{wipeLeft}" >
                            <mx:Spacer height="{spacerHeight}"/>
                            <mx:Repeater id="rptAct_A" dataProvider="{Act_A}">
                                <mx:Text  htmlText="{rptAct_A.currentItem.act}" width="90%" />
                            </mx:Repeater>
                        </mx:VBox>
                        <!-- child 2 -->
                        <mx:VBox id="Act_B_VBox"  showEffect="{wipeRight}" hideEffect="{wipeLeft}">
                            <mx:Repeater id="rpt_B" dataProvider="{Act_B}">
                                <mx:Text  htmlText="{rpt_B.currentItem.act}" width="90%" />
                            </mx:Repeater>
                        </mx:VBox>
                        <!-- child 3 -->
                        <mx:VBox id="Act_C_VBox" showEffect="{wipeRight}" hideEffect="{wipeLeft}">
                            <mx:Repeater id="rpt_C" dataProvider="{Act_C}">
                                <mx:Text  htmlText="{rpt_C.currentItem.act}" width="90%" />
                            </mx:Repeater>
                        </mx:VBox>
                    </mx:ViewStack>
                </mx:VBox>
            </mx:HBox>

  • How do I make image icons in finder window previews of the image?

    The image icons in my finder window are just generic jpeg icons (they are set to open automatically in Preview). How do I make them previews of the images themselves? When I "get info" on the icon, there is a very nice preview of the image - I would like to see the same quality preview in the icons themselves.
    Thank you very much for your help.
    Sam
    Powerbook   Mac OS X (10.4.6)  

    Hi Sam,
    From your Finder "View" menu (without a Finder window open) >> "Show view options" >> do you have "show icon preview" check marked? And with the Finder window open "show icons" and "show preview icons" checkmarked?
    EDIT: I may have misunderstood your question. If you're talking about the small file icons, not in the preview frame if you have PhotoShop it should do it with a save as PS file. Otherwise you may be able to paste the image but I'm not sure.
    -mj
    [email protected]
    Message was edited by: macjack

  • How to put an image infront of a link as in the Oracle E-Business Suite

    I have noticed that when the main page opens in the EBS after login, the links that we see has a small square icon infront of it.
    Can anyone let me know whats the name of this image and how to put it infront of the links on my main page.
    Regards

    Hi Gaurav,
    I have just found out that in the E-business suite, when you click a link with the icon as fwkhp_formsfunc.gif then it opens up Oracle Forms based interfaces, whereas when you click on a link with fwkhp_sswafunc.gif as an icon, then OAF based pages opens up.
    Just thought of sharing with you.
    Regards

  • How can I export images out of LR3.5 and have the file numbers watermarked on them?

    Ladies & Gents,
    I'm trying to export a large number of images out of LR3.5 and want to show a unique reference number on each one as a watermark, so that customers can easily state which photo they're interested in.  I can't find anything on the export settings of the software with the exception of copyright symbols etc, but this just puts the same watermark on each photo and I want to number them individually and make it easy for the customer to identify an image.
    I'm guessing there will be a 'plug in' to do this and I don't mind paying for it, I would just rather do everything in LR and not have to then use a second piece of software and re-export all the images for a second time.
    One last thing..... I'm thinking of upgrading to LR4 in the near future and so I would like to be able to use any suggestions on that platform as well (if possible)
    Many thanks,
    Luke

    http://www.photographers-toolbox.com/products/lrmogrify2.php

  • How to search which image is not in any albums within a project?

    I've created several albums under a project and I would like to see if there's any images that is not being placed in any album yet. I can see there's a 'do not match' option in the search box but I am not sure use it.
    Many thanks.

    What I would do is to give all images in the albums a unique keyword and then set up a filter that;
    1. Match
    2. Keywords > "do not include any of the following" (and then check the keyword given to all the images inside the albums).
    Aperture will then return all the images that does not match that particular keyword.
    To have full control of these all the time, I would set the filter up in a Smart Album always showing me those images not part of other albums.
    Regards
    Paul K

  • How do I change the color of an image while still keeping some detail within the image

    I am trying to take a handprint such as the one below and change the color of the handprint to say a light pink (or any color) but I want to keep most of the detail of the fine lines that make this handprint unique.  The lines could even just come out as white as below.  The main thing is to change the overall color while maintaining the fine details.  I have been trying to accomplish this for over a week now in Photoshop Elements 11 and I have been unsuccessful as anything I do just totally color fills the image, which does not keep any details of the handprint.  Thank you to anyone who may be able to help me. 

    Hello again,
    Unfortunately, I am not getting the same result as you and I was wondering if you would take a look at what I'm doing and maybe you could tell me what I'm doing wrong.
    I go to file, open and bring in my file
    Go to Select, Layer, New, Layer
    Name = Layer 1
    Mode = color
    ok
    Two things then seem to go wrong:
    1.  I chose my foreground color, but when I go to paint, a smart brush setting takes over so I had to change my paint color in that setting - to pink.  also my foreground box color will then change to gray
    2.  So then I do have a pink handprint, but when I change the opacity, it only effects the pink - and not the black on the handprint (pic below).  I want the black to go away and have only the color there with the unique lines of the handprint which you were able to do.
    I'm not that handy in layering so maybe i'm doing something wrong there - just not real sure.
    Can you help?  I liked the way your handprint came out - if I could copy that with any color that would be great and exactly what I'm looking to do.
    Thank you so much.
    Tami

  • How to Open Ports for HP Printers for all computers within the network (router)

    Hi,
    I have the EA6700 router and a few HP printers and Multi purpose printers/scanner/fax ...
    When installing the print drivers, they are ok.  Sending to printers are not a problem.  However, the problem comes with scanning.
    The HP Software ask to open a port for it...     How do I do that?   I checked, it seems other computers are affected by it too after changing to this new router.
    I read that it can be done on the "App and gaming" section at the Security page.  Do I go to the port forwarding section?   But it only forward to one computer.  that doesn't work...    
     I'd like to open a port and a lot of other IPs can print and scan from it.
    Thanks

    Ports are not needed to be opened on the LAN side of the router for Printers and Scanners. I recommed that tiy contact hp for help and information regarding setup and configuration of those devices. Also the addition of a external Gb network switch for these devices is recommended as well. Would help eliminate any un-necessary router configuration or processing. 

  • How to show real file name on file download box when the file is downloaded

    Here is my procedure for downloading from Oracle database to the client, the file is stored in a Blob field, a DAD was defined with no errors, in fact the upload works with no errors. The files are in text format, the field MIME_TYPE has the value 'text/plain' and DAD_CHARSET is ascii.
    PROCEDURE download(p_filename IN VARCHAR2) IS
    BEGIN
    wpg_docload.download_file(p_filename);
    EXCEPTION
    WHEN OTHERS THEN
    htp.p(sqlerrm);
    RETURN;
    END;
    All functions are runing well, in fact it downloads with no errors but the file name that is suggested is the name of the package where the procedure es saved.
    How can the real file name be showed on here? it is the parameter p_filename
    I am using IE 6.0 SP 2, Oracle 10g Enterprise Edition Release 10.1.
    Thanks for help
    Yuri Lopez

    I forgot something, i am using Forms [32 bits] Versión 9.0.4.0.19 and using web.show_document with a call to the procedure in the DB

  • How do I turn-off that annoying drop-down box with the gold key that asks me if I want Firefox to save the password?

    You know what drop-down box I'm talking about. When I sign-in to an existing account, that box drops down, covering links I want to click on, asking me AGAIN if I want to save the password for 'this' [whatever site I'm on] site. NO, I DON'T! If I wanted to save the darn password, I would have clicked 'yes' about 1,000 sign-ins ago! Stop already with the asking me.! This 'gold key' feature just doesn't get it. It is a huge nusiance. Why isn't there a box to click that says "DON'T ASK ME AGAIN"?

    Do not use Clear Recent History to clear the "Site Preferences".
    * https://support.mozilla.com/kb/Clear+Recent+History
    Clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.

Maybe you are looking for

  • Passing Class T to a generic MyClass T 's constructor

    I have a class like this: class MyClass<T> {     Class<T> theClass;     MyClass(Class<T> theClass) {         this.theClass = theClass; }This would require the following code to instantiate: MyClass<String> myClass = new MyClass<String>(String.class);

  • Any alternate function for FLD in NW7.5

    Hi All Is there any alternate function for FLD in NW7.5. I can't use FLD in NW. In one my script logic i need to get value from property and multiply with an account. Edited by: satish193 on Mar 29, 2011 2:15 PM

  • Problem with Mac Book Air OS X 10.8.5 - camera fail.. skype

    Hi to the all the community ! As i already saw a few articles, it seems that due to the latest upgrade "OS X 10.8.5" , the camera of our MacBook Air can't be found.. which is kind of a big problem when you're using you Mac to STAY connected to your f

  • Which download do i need to buy: contribute 6.5 or contribute 6.5 User

    i need to upgrade from Contribute 3.  i need to update my website - the content and the "border" - the template that shows my name, email address, etc.  But how do i know which to purchase from Adobe?  The "Contribute 6.5" or the "Contribute 6.5 User

  • MacMini update - after restart cannot log in anymore!!!!

    I had my MacMini running unattended for a week or more and today when I returned to it I got a popup requesting me to restart in order to "update" something. So I allowed it to do this. Bad choice!!! Now when I reach the logon screen and after I have