Stop Background Image in Table from Repeating

Since CS4 has unfortunately removed the button for Background Image for tables, I found a neat work-around on the internet:  select the cell, then open the Tag Inspector panel, select the Attributes button and Show list view, and click inside "background" and use the folder icon to navigate to the background image.  However, I can't stop the image from repeating.  I've tried everything I can think of.  Can anyone help me?  No code responses, please.  Thanks!

monelleny wrote:
Can anyone help me?
Yes.
No code responses, please.  Thanks!
Well, in that case, the answer is no.
Quite honestly, if you're capable of searching for an answer on the internet, and using the Tag Inspector to add a background image, you should be capable of following simple instructions to handle CSS.
To add a non-repeating background image to a table cell (or any element, for that matter), you use CSS. Create a CSS class like this in the head of the page:
<style type="text/css">
.background {
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
</style>
Select the table cell, and then choose background from the Class menu in the Property inspector.

Similar Messages

  • Repeating background images in tables

    I am working on a web page with a background image in a
    table. I have also inserted a table inside this same table to
    include some text. When I preview this in Netscape/Firefox and
    increase the text size a couple of times from the browsers menu,
    the table with the image starts repeating as the text increases in
    size. I don't mind the text changes sizes, but is there a way to
    stop the table from repeating the background image? This is a
    problem since the repeating image looks terrible.

    On that page, change this -
    </head>
    to this -
    <style type="text/css">
    table.special { background-repeat:no-repeat; }
    </style>
    </head>
    and then change your table tag from this -
    <table width="100%" height="606" border="0" align="center"
    cellpadding="0"
    cellspacing="0">
    to this -
    <table width="100%" border="0" align="center"
    cellpadding="0"
    cellspacing="0" class="special">
    (there is no table height attribute - it's invalid HTML)
    > b, be too small, dependent upon which browser they are
    viewed in.
    Impossible. A background image will not change size in
    different browsers.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "chimesey" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Use CSS -
    >
    > table { background-repeat:no-repeat; }
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > ==================
    >
    > I am trying to do the same thing, and my bg images seem
    to either
    > a, repeat somewhat
    > or
    > b, be too small,
    > dependent upon which browser they are viewed in.
    >
    > I will try to use the code suggested above, but where
    exactly would I
    > insert
    > it?
    > This is the code for the 'table within the table'...
    >
    > <table width="100%" height="606" border="0"
    > align="center" cellpadding="0" cellspacing="0">
    > <tr>
    > <th width="35%" height="95"
    > scope="col"><h1>ten</h1></th>
    > <th width="26%"
    scope="col"><h1>year</h1></th>
    > <th width="39%"
    scope="col"><h1>plan</h1></th>
    > </tr>
    > <tr>
    > <td height="325"><table width="100%"
    height="266"
    > border="0" cellpadding="0" cellspacing="0">
    > <tr>
    > <th scope="col"> </th>
    > <th background="../smiths.jpg"
    > scope="col"> </th>
    > <th scope="col"> </th>
    > </tr>
    > </table> <p> </p>
    >
    >
    > Ta!
    >

  • CSS for background image not transfering from template to new page

    I have a gradient .gif in my templates which suddenly no longer transfers from the template to  a new page created from the template.  Everything else about the template transfers.  I'm using Dreamweaver CS5 on a Mac running OS 10.6.  I've pasted the CSS from the template and the new page below.  I've tried the usual voodoo--restart program, restart computer, repair permissions, delete preference file, delete personal configuration file.
    CSS from Template:
    .container {
        background-color: #ececec;
        background-image: url(../images/faux_column.png);
        background-repeat: repeat-y;
        height: 650px;
        width: 650px;
    CSS from page created from Template looks to be the same, but is greyed out in the code, and the background-image entry is not present in the CSS styles inspector:
    .container {
        background-color: #ececec;
        background-image: url(../images/faux_column.png);
        background-repeat: repeat-y;
        height: 650px;
        width: 650px;
    Any suggestions greatly appreciated.

    Unfortunately, I don't yet have a site where I can post the page.  I'm new to this, and doing everything locally for now.
    After careful rechecking, I found that the links for the template and the child were not the same, as you suspected.  So I carefully changed the links to site root relative, which worked for the background CSS in my test image.  I then did the same for all of the links to pages on my site, and checked that all were OK with Link Checker in DW.  I guess that was a mistake, because now most of them don't work when tested in Firefox--I get the message File not found.  Must be doing something wrong.

  • Insert Image to table from a Non Database Field

    Hallo,
    db- 9i EE R2
    forms - 6i R2
    OS - W2003
    I have a requirement to upload Images to the database from forms.
    I planned to keep the transaction data and the Images separately in different tables with a reference.
    So, I created the Image field (BLOB)  with a Non Database Field in the Form and use a button to upload the Image. (using READ_IMAGE_FILE).
    I tried to insert the Image to the Actual Image table in PRE-INSERT Trigger at block level.
    But I was not able to Insert the using reference method.  (Cannot compile the PRE-INSERT)
          INSERT INTO IMAGE_TB (ID,IMAGE)
           VALUES (IMAGE_SEQ.NEXTVAL, :ITINERARY_MAP.IMAGE);
    So, Please help me to insert a image to different table from a Non Database Field?
    Thanks

    I don't think it will work with a non-db-item. But you could create a separate block based on your image_tb-table, use read_image_file on the then db-based-column and then simpy issue a commit_form.

  • Images in tables from FM to RH

    I posted this to the FM Integration section but I wonder if it has any visibility here.  I am re-posting here since it appears to be a RH issue.  Why are images not imported from FM to RH if they are within a table?  This is the case whether FM is linked or if FM docs are imported.  There does not appear to be any mechanism in the project settings to control this behavior.  Is it a bug?  flawed design? Something I am missing?
    I also did not see any reference to this issue in other forum topics.  Sorry if I missed it.
    I am using FM9 RH8 as part of TCS2.  I don't think upgrading would solve the problem so let's skip that as a solution.
    Thanks for any insights.

    It may well be a RoboHelp issue, but it's one that is related specifically to Frame working with RoboHelp. So your initial post is your best bet. Most likely, folks that are visiting this forum category are Frame clueless, like me.
    Cheers... Rick

  • Background Image In Table Cell

    I'm not sure what I'm doing wrong or missing here. This is the first time that I'm using an image as a background. I've made a table with a 100% width with 3 colums and 3 rows. The left and right table cells have been merged and the 3 middle rows are at a width of 938 pixels. I have cropped the images correctly. The right column lines up perfectly, but the left column does not line up like it's supposed to with the image. You can take a look at it by going to http://www.wattsconcepts.com/new
    Here is the code below if anyone wants to take a look at it. Any help in solving this is greatly appreciated. I am using Dreamweaver CS5.5
    Thank you for your time!
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Watts Concepts - Kentucky Web Design - Harrodsburg, Kentucky</title>
    <style type="text/css">
    body {
              margin-left: 0px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              background-color: #000;
              background-image: url();
    </style>
    </head>
    <body>
    <table width="100%" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td rowspan="3" align="left" valign="top" background="images/left-index.jpg"> </td>
        <td width="938" align="center" valign="top"><img src="images/logo-index.jpg" width="938" height="172" /></td>
        <td rowspan="3" align="left" valign="top" background="images/right-index.jpg"> </td>
      </tr>
      <tr>
        <td align="center" valign="top"><img src="images/eye-index.jpg" width="938" height="296" alt="Reach Your Audience Today" /></td>
      </tr>
      <tr>
        <td align="center" valign="top"><img src="images/test-index.jpg" width="938" height="197" /></td>
      </tr>
    </table>
    </body>
    </html>

    Your HTML code should ideally be as follows:
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Watts Concepts - Kentucky Web Design - Harrodsburg, Kentucky</title>
    <style type="text/css">
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #000;
    </style>
    </head>
    <body>
    <table width="938px" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="938" align="center" valign="top"><img src="images/logo-index.jpg" width="938" height="172" /></td>
      </tr>
      <tr>
        <td align="center" valign="top"><img src="images/eye-index.jpg" width="938" height="296" alt="Reach Your Audience Today" /></td>
      </tr>
      <tr>
        <td align="center" valign="top"><img src="images/test-index.jpg" width="938" height="197" /></td>
      </tr>
    </table>
    </body>
    </html>
    Also, you don't need 3 columns for this website. 1 column and 3 rows should do. Also, never use 100% for <table> width. It's bad practice as you're making your site fluid which will render your site to malfunction on some browsers
    And you had the entire 3 sections as 1 image as your CSS body background-image. This is bad practice. Crop only what you want for each section, never give the entire merged site as 1 image.
    Try the code I've given you above and it should work perfect.
    A quick tip: Try learning and using DIV with pure CSS styling instead of tables. Tables are a thing of the past. You could just google it and you have tons of free resources on how to create a site using DIV. Also, there's a beautiful tutorial posted by one of our senior members here: http://www.adobe.com/devnet/dreamweaver/articles/dw_html5_pt2.html that explains how to create HTML5 site with Pure CSS styling using DIV tags.
    Cheers,
    ST

  • Filter spry table from repeater list

    Using Dreamweaver, I am looking to find out how to link a
    spry repeat list (Select Drop-Down) to a Spry table.
    I have created a repeat list (Select Drop-Down) using a
    distinct filter on a field in my XML data base :
    The XML database is:
    var ds2 = new
    Spry.Data.XMLDataSet("Data/NetballDatafeed190401.xml",
    "NetballList/NetballProducts/SubType",{sortOnLoad:"SubType",sortOrderOnLoad:"as
    cending",distinctOnLoad:true});
    The drop down list is created by
    <div spry:region="ds2">
    <select name="select" spry:repeatchildren="ds2">
    <option value="{SubType}">{SubType}</option>
    </select>
    </div>
    I have a table which I want to show only the values on the
    table where the subType that matches the value from the select
    list.
    This data is populated by:
    var ds1 = new
    Spry.Data.XMLDataSet("Data/NetballDatafeed190401.xml",
    "NetballList/NetballProducts",{sortOnLoad:"ProductPrice",sortOr
    derOnLoad:"ascending"});
    and is created by
    div spry:region="ds1">
    <table>
    <tr>
    <th>ProductName</th>
    <th>ProductPrice</th>
    <th>ImageURL</th>
    <th>SubType</th>
    </tr>
    <tr spry:repeat="ds1">
    <td>{ProductName}</td>
    <td>{ProductPrice}</td>
    <td><img src="{ImageURL}"/></td>
    <td>{SubType}</td>
    </tr>
    </table>
    </div>
    I believe that I need to create a spry:Choose statement in
    the drop down list which runs a function that filters the DS1 XML
    data.
    I beleive that The function need to look like
    var myFilterFunc = function(dataSet, row, rowNumber)
    some funtion here that filters ds1 on {SubType}.......
    I will then need to run ds1.filter(myFilterFunc);
    Any pointers or examples most welcome.

    to do the the spry:if="'statement" needs to be in the
    <tr> rows you want to filter on

  • How can I stop the login pop-up box for iCloud from repeating?

    I don't use iCloud so I click Cancel in the iCloud login box when I start up my iPad Mini. But this popup box won't take Cancel for an answer and it reappears at least three more times, every 10-15 seconds or so, interrupting what I'm doing - really annoying. Can I stop this pop-up box from repeating like this, and if so, how?

    Ah ok that all makes sense. You are correct that would turn off Find my iPhone. Based off the additional info you provided, it seems to me that the password needs to be updated. What I recommend doing next is entering the password when it prompts you to. If the password is incorrect in the settings then Find my iPhone may not be able to find the phone because it does not have the password authenticated.
    Then you can turn off any iCloud features you choose not to use with this article and leave only Find my iPhone enabled.
    iCloud: Change iCloud feature settings

  • Background image has dissapeared

    I have noticed that my homepage background image is missing
    from the banner area. The text "Welcome to Easley Mitsubishi should
    have an image behind it. That image is on the remote server and it
    will not display. I checked the code on the homepage and it
    correctly references the image. I also checked the code to see if
    maybe I had accidentally set the background of a preceding
    <p> or <td> or <th> or somthing as black and I
    can find nothing. Anyone got any ideas...as this is happening
    repeatedly and getting really annoying. The banner which should be
    seen is visible at the top of the page in the second link.
    Link 1
    Link
    2

    It displays on Fx 3.0.3
    Walt
    "Mobilebyrd" <[email protected]> wrote in
    message
    news:genqiq$ckv$[email protected]..
    >I have noticed that my homepage background image is
    missing from the banner
    > area. The text "Welcome to Easley Mitsubishi should have
    an image behind
    > it.
    > That image is on the remote server and it will not
    display. I checked the
    > code
    > on the homepage and it correctly references the image. I
    also checked the
    > code
    > to see if maybe I had accidentally set the background of
    a preceding <p>
    > or
    > <td> or <th> or somthing as black and I can
    find nothing. Anyone got any
    > ideas...as this is happening repeatedly and getting
    really annoying. The
    > banner
    > which should be seen is visible at the top of the page
    in the second link.
    >
    >
    >
    >
    http://www.easleymitsubishi.com
    >
    >
    http://www.easleymitsubishi.com/New_Vehicle_Search.htm
    >

  • Mail creates background image to some incoming emails

    In our business we use a signature that is a jpeg attachment. I received an email from a co-worker and his email is all unreadable because the Mail app added as a background image the signature from another co-worker.
    The visually unreadable email shows a repeated image of the other co-worker's signature image, they work in separate locations, and the source email is not showing this, we are experiencing this type of issue only with our Mac's Mail client.
    In our iPhones and Windows PC as well as the online webclient we don't have this issue.
    It seems that the problem is generated by the Mac's Mail app, like for some reason the emails from our company are identified to use this repeated image as a background.
    How can we avoid this? Any solution? Ideas? thanks

    Is MAIL on your computer set to load HTML automatically or do you have to use the 'Load Images' button for each message.
    If corporate mail admins thought about the load that comes with allowing jpeg sigs, coupled with the fact that it is impossible to extract any contact related info from them, they'd make sure they weren't allowed.

  • Adding Background Image

    Can someone help me figure out how to add an image in a Pages 09 file to be used as a background image?
    Coming from Word I could put an image in a document and then type over it, format it, etc.
    Can this be done in Pages 09?
    Thanks!

    scpk2000 wrote:
    I have managed to create the background I want text that reads, "Copy Do Not Replicate", but now I need to know how to replicate or copy that through out the document. I am doing it manually at the moment, but it's a 353 document.
    See "Letterhead and Follower Sets":
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&mforum=iworktips ntrick
    Follow the instructions for moving your image to a Section Master and then capturing the page.
    Btw, I did not see where I can post a new message on here? When I went to help it said to reply to a reply similar to mine? I don't know.
    Under *Forum : Pages '09*
    Click on *Post New Topic*
    Peter

  • How can I stretch a background image in label?

    Hi,All
    How can I stretch a background image in a label?
    public void start(final Stage primaryStage) {
                 final Label lbTest = new Label("My Test Label");
                 lbTest.setAlignment(Pos.CENTER);
                 lbTest.setTextAlignment(TextAlignment.CENTER);
                 lbTest.setStyle("-fx-background-color:red;-fx-background-repeat:stretch;-fx-background-position:center top;-fx-background-image:url(\"http://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/BlueMarble-2001-2002.jpg/640px-BlueMarble-2001-2002.jpg\");");
                 final HBox hbox = new HBox();
                 hbox.setId("MyRootPane");
                 Button btnLeft=new Button("Left Button");
                 Button btnRight=new Button("Right Button");
                 hbox.getChildren().addAll(btnLeft,lbTest,btnRight);
                 final StackPane layout = new StackPane();
                 layout.getChildren().add(hbox);
                 Scene scene = new Scene(layout, 600, 320);
                 lbTest.prefWidthProperty().bind(scene.widthProperty());
                 lbTest.prefHeightProperty().bind(scene.heightProperty());
                 primaryStage.setScene(scene);
                 primaryStage.show();
        }this code doesn't work,if I deleted css -fx-background-repeat:stretch;the background image stretched but repeated,I want to let the background image stretched and no-repeated,it can be stretched with the resizing window automatically.

    Try -fx-background-size: stretch;

  • Page background images show in preview but not after uploading

    Hi -
    I've built a page with a flash animation, and some other
    minimal information below the movie. I have a page background image
    that should be repeating horizontally behind everything. When I
    preview it, all looks great! After I upload it to the actual site
    the background images disappear. The code is all within the page.
    Any ideas?

    never mind... problem resolved.
    my error in not checking my files over. oops.

  • 7970 Background image

    I have 7970 phone with a few choices of background images to choose from. I have tried a few times to do this but have no luck - I am trying to find a way in which to make the background images flick to another image after a specified time. Is this something that can be done and if so is it implemented from the .xml file or setting that is applied when converting the file/s to .png. Any info would be appreciated.
    Regards

    You can easilly create the images yourself, here is the link
    http://www.cisco.com/en/US/products/hw/phones/ps379/products_administration_guide_chapter09186a00803b1435.html#wp1088046
    The ccmstuff.org had a lot of good ones, hopefully it will come back online.
    HTH, please rate all posts!
    Chris

  • Stopping tiling in a table background image

    I'm trying to stop the tiling of the background image within
    a table in Dreamweaver 8.
    It seems to be different then "no-repeat" for the general
    background.
    Was hoping someone could help me out.
    Thanks.

    You have no tiling control there at all.
    Change this -
    <table width="612" height="1081" border="0"
    background="ess_web_ad_bg.jpg">
    to this -
    <table width="612" height="1081" border="0"
    background="ess_web_ad_bg.jpg"
    style="background-repeat:no-repeat;">
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ro-Dogg" <[email protected]> wrote in
    message
    news:[email protected]...
    > THANKS!
    >
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > .style1 {
    > font-size: 12px;
    > font-weight: bold;
    > }
    > .style2 {font-size: 12px}
    > .style4 {font-size: 18px; font-weight: bold; }
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <table width="612" height="1081" border="0"
    > background="ess_web_ad_bg.jpg">
    > <tr>
    > <td width="21" height="143"> </td>
    > <td width="557"> </td>
    > <td width="20"> </td>
    > </tr>
    > <tr>
    > <td height="294"> </td>
    > <td rowspan="3" valign="top"> <div
    class="style4"><span
    > styleclass="style_HeadlineText">Are Your Employees a
    Road
    > Block?</span></div>
    > <div class="style2"><span
    >
    styleclass="style_HeadlineText"> </span></div>
    > <span class="style2"
    styleclass="style_HeadlineText">
    Did You Know
    > That</span>
    > <ul class="style2">
    >
    10%-12% of all applicants have a criminal history
    > </li>
    >
    43% of resumes contain significant inaccuracies about
    > experience, education or job ability </li>
    >
    8.5% of applicants who authorized background checks had
    > criminal convictions</li>
    >
    > <div class="style2">
    > <div>
    The potential costs and liabilities of
    unscreened or
    >
    insufficiently screened employees are enormous. Employers
    can be
    > held
    > legally and financially responsible for things they
    should have known
    > about
    > their employees.</div>
    > </div>
    >
    > <li class="style2">
    Employers lose 79% of all negligent hiring and
    > retention lawsuits </li>
    > <li class="style2">
    Two-thirds of negligent hiring trials result
    > in
    > average awards of $600,000 in damages </li>
    > <li class="style2">
    30% of all business failures are caused by
    > employee theft </li>
    > <li class="style2">
    The Small Business Administration estimates
    > that
    > for every dollar invested in employee screening a $5 to
    $16 return is
    > generated</li>
    >
    > <p align="center" class="style1"><span
    > styleclass="style_SubheadingText">FOLEY SERVICES INC.
    PROVIDES
    > COMPREHENSIVE
    > EMPLOYEE SCREENING SERVICES TO BUSINESSES OF ALL
    SIZES</span></p>
    > <div class="style2">
    > <div>
    We can conduct specific individualized background checks
    > in
    > all of the areas listed below, or provide screening
    service packages
    > tailored
    > to your needs. </div>
    > </div>
    > <li class="style2">
    Criminal Records Checks: Patriot Act
    > Inquiry,
    > Sex Offender Registry, Federal and Non-Federal criminal
    history checks
    >
    > </li>
    > <li class="style2">
    Background and Reference Checks:
    > Verification of
    > Employment, Education, Reference, Social Security
    Numbers, and
    > Professional
    > credentials </li>
    > <li class="style2">
    Motor Vehicle Reports </li>
    > <li class="style2">
    Financial/Healthcare Sanction
    > Checks</li>
    >
    > <span styleclass="style_SubheadingText">
    > <p align="left" class="style2">Foley Services has
    a 15-year track
    > record
    > of servicing our client's with professionalism, courtesy
    and respect.
    > Let
    > Foley Services put our expertise and experience to work
    for you by
    > helping
    > you hire the right people for the job.</p>
    > </span>
    > <div align="center"> </div>
    > <div align="center">
    Click on the link below for further detailed
    > information.<br />
    >
    <a href="
    http://www.foleyservices.com/t-ebc_facts.aspx">FOLEY
    > SERVICES EMPLOYMENT SCREENING
    SERVICE</a></div>
    > <div align="center"> </div> <div
    align="center">
    or
    > Contact:<br />
    >
    Kirk Spooner<br />
    > National Accounts Representative<br />
    >
    1-800-253-5506 x469
    <br />
    > <a
    >
    href="mailto:[email protected]">[email protected]</a></div></td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td height="204"> </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td> </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td height="191"> </td>
    > <td> </td>
    > <td> </td>
    > </tr>
    > </table>
    > </body>
    > </html>
    >
    >

Maybe you are looking for

  • Redcode files need to be rendered.

    I'm importing some QT proxies of some Red material we just shot, and even though I have the Redcode codec installed, as well as the Red FCP 3 set installed, it's still making me render my timeline when I drop Red clips onto it. I have my timeline set

  • Problem Downloading Extra GarageBand Loops

    Just bought a new iMac and ran into a problem downloading the extra greyed out loops. The issue occurred because I upgraded GarageBand through Software Update before downloading the extra files. After the upgrade Software Update no longer gives you a

  • When I "enhance" a photo, it does not show up in slideshow, it is just black

    When I "enhance" a photo, it does not show up in slideshow, it is just black.  I am using Iphoto.  I also can't email these "enhanced" photos.

  • Error with Linked Server

    I am trying to configure a linked server to connect from MS Sqlserver2000 to Oracle. I am using an Oracle 8i client. Following notes on this website and from microsoft I changed my registery enteries as follows: OracleOciLib oci.dll OracleSqllib oras

  • CF 10 - Remote service error

    I am hosting a web service on my production server.  I have been unable to call it remotely.  So I tried calling it from the Prod server via url instead of component, and it fails. <cfinvoke                      component="xcom.xcomServices"