Multiple charts load in a page fails displaying the apex_util.flash url

I have a dashboard with 4 charts (3 flash charts, 1 html chart) in four regions. Dashboard displays all the charts initially. When i keep reloading the dashboard (as one of the chart is a drill down chart which results in reloading the page), one of the flash charts does not get displayed, instead i see the url (apex_util.flash?p=105: ), it is essentially the url for retrieving the flash chart contents which displayed in place of the chart. If i reload the dashboard again then the chart gets displayed. Any reason why this is happening and how it can be avoided.
Thanks in advance.

I am facing the same issue. For me the charts never get displayed. The reports works fine.
Please help.
Thanks,
Mehabub

Similar Messages

  • I have disable all Add-ons - I've reinstalled FireFox 6 three time and it repeatedly locks up and slide shows fail to load. I have all of the proper Flash and Shockwave type Add-ons. I just can't resolve the problem.

    I have tried disabling all Add-ons.
    I've reinstalled FireFox 6 three time.
    Slide show pics fail to load.
    I have all of the proper Flash and Shockwave type Add-ons.
    I just can't resolve the problem.
    Yet my browser repeatedly locks up

    Sending a solution that I have already tried is of no help, but I tried them all again, reloading works sometimes, I have seen in the past that others have had this problem also, of pages not completely loading. So I don't see how you can say I am the only one. When I first started using Firefox it worked great but now it doesn't, one of the updates caused this problem. I guess it's back to IE as it works fine now.

  • I just updated to 10.8.4 and my mail program is showing a series of boxes with AAAAs inside them instead of the email addresses. Also when on Safari web pages are displaying the same AAAAAs instead of type. Firefox displays fine. Can someone help me?

    I just updated to 10.8.4 and my mail program is showing a series of boxes with AAAAs inside them instead of the email addresses. Also when on Safari web pages are displaying the same AAAAAs instead of type. Firefox displays fine. Can someone help me?

    Restart your Mac and immediately hold down the Shift key when you hear the startup chime to boot into Safe Mode. Keep holding the Shift key until you see a progress bar towards the bottom of the screen. You can let go of the Shift key at that point.
    OS X asks you to log in (you will get this screen on a Safe Mode boot even if your Mac is set to automatically log in). Let the Mac finish booting to the desktop and then restart normally. This will clear Font Book's database and the cache files of the user account you logged into in Safe Mode.
    Next, close all running applications. From an administrator account, open the Terminal app and enter the following command. You can also copy/paste it from here into the Terminal window:
    sudo atsutil databases -remove
    Terminal will then ask for your admin password. As you type, it will not show anything, so be sure to enter it correctly.
    This removes all font cache files. Both for the system and the current user font cache files. After running the command, close Terminal and immediately restart your Mac.

  • Comcast just replaced my cable modem/wireless router.  All devices connect properly except my iPhone 4.  It shows itself to be connected to the network, but it does not load any web page.  Resetting the iPhone does not solve the problem.  Any suggestions?

    Comcast just replaced my cable modem/wireless router.  All devices connect properly except my iPhone 4.  It shows itself to be connected to the network, but it does not load any web page.  Resetting the iPhone does not solve the problem.  Any suggestions?

    Thank you for your response.
    I had rebooted the router (several times, actually), to no avail.
    I do not know the answer to whether MAC filtering is enabled on the router.  Have tried to find info about that, but unsuccessfully.  Router is an Arris TG852G, supplied by Comcast.  I would be surprised if MAC filtering were the issue, since in addition to the computer, we have successfully connected several other devices to the wifi, namely an iPad, a Android phone and a Kindle Fire - all able to access internet pages through the wifi, and all without a need to add the device to a MAC address whitelist.  To add to the mystery, the Comcast tech was able to connect his iPhone 4 to my network and access web pages.  He was unable to connect my iPhone, however, after trying for some time.
    I seem to recall reading somewhere that an iPhone cannot connect to a wireless "n" router, only "b" or "g".  The Arris router is described as a n/g/b compliant router, and as noted the Comcast tech was able to connect his iPhone, so don't know why that would be the issue here.
    By the way, my iPhone does connect wirelessly to my network at home.  This difficulty is at a second home.
    Any other thoughts would be appreciated.

  • Passing a request to another page and displaying the new pages URL

    I've got a number of pages on my site that communicate with a database. Everything is working well but I am now trying protect myself from Stupid User Errors.
    Specifically when a user performs a database operation and then hits the refresh button repeatedly on the page that did the operation. (SQL Inserts are particularly ugly in this situation)
    My problem is that both the data handling and the resulting page rely on information in the request object from the original form.
    I've tried processing the information on one page and then sending a redirect but this loses the request object. I've also tried using the forward method but it only displays the result page, it doesn't actually send the user there so refreshes will still mess me up.
    What I really want is to do all my SQL operations on one page and then send them to a results page that can be refreshed as many times as they like without corrupting my database.
    Any ideas?
    Pete

    The thought occurs to me that if you call an INSERT operation on your database, the database itself will employ deadlocks to prevent someone else (such as a refreshed session) from inserting into the database until the first query is completed.
    So one thing you could do is modify your class object to first do a one-tuple SELECT and compare it with your INSERT statement. If the line exists, then abort the INSERT. This is more compute-intensive, but it is about the only way you can guarantee that regardless of the session-tracking technique you use, the desired value will never be inserted twice.
    You should double check with your local DBA though - some databases actually do ignore multiple inserts if all of the field values are the same as an existing record, and other databases are tweaked such that updating a record over and over incurs a very minor performance hit such that it's not worth guarding against such a situation.
    The only time I would be worried is if you somehow record a timestamp of when the information was actually submitted. And that's fairly easy to fix with Javascript - once the fields are filled in, mark a hidden field. If the fields change subsequently, change the hidden field. If the fields don't change (i.e., person submits over and over), then you keep the original timestamp, the tuple is exactly the same and the database ignores the duplicate INSERT.

  • How do I get the top links in the search results page to display the folder?

    In the search results page, if you click on the top link from each result, it only brings up the description. Not much use as a link, so was wondering how you display the folder from this link.

    Is this for the general public or just for you?  If it is for the general public then insert this code at the top of the page:
    <TITLE>---</TITLE>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    </HEAD>
    And also at the end of the file after the closing body tag:
    </BODY>
    <HEAD>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    </HEAD>
    </HTML>
    It is unorthodox but it works.

  • JSF pages to display content from external URLs

    Hi,
    Is it possible for a JSF page that uses ADF controls, and the PanelPage component to provide menuing, etc. to actually allow a HTML page (accessed via a URL to an external site/application) to be displayed in an area within the JSF page?
    For example, clicking a menu item to an external HTML page results in the page being displayed in a Frame or similar within the JSF page?
    I've tried the FrameBorderLayout control and Frame control to try to embed a Frame to display such a page via the target setting for a menu item, but that doesn't seem to work. At least not when within a PanelPage. It works within a basic JSP page.
    I would have thought it would be possible for a JSF application to incorporate HTML content from other sites/servers as if part of the application. Even if this meant defining "wrapper" pages of some sort to effectively link these into the JSF application as part of it's navigation rules.
    Or am I missing something?
    Gene

    Thanks,
    Yes, using an iFrame tag within a verbatim tag worked, allowing me to specify an external URL to a page which is then displayed at the location where I placed the verbatim tag. I need to investigate sizing/border settings, but at least I now seem to be able to embed such pages.
    This works.
    I tried jsp:include as well, but that only seems to allow relative URLs to pages that a part of the application. And using the c:import JSTL tag would import a page at an external URL, but didn't seem to position it where I wanted it.
    Gene

  • Urgent Page Navigation display the file naming like 03_02.JPG

    Hi All,
    I have received the pdf file from my client, he make the some tricks in the pdf file name showing in the page navigation bar, how they done this display, please find the below snapshots for your referecne.
    1. see the pag navigation tab shownin the 03_00C0.jpg beside the (1/54) this is the 1st page.
    2. this page also shown the file name in the page navigation tab this page is 2nd 03_01.jpg actual page is (2/54)
    Please help me how to do this and get the same display of the page navigation tab showing the file name like photos.1jpg or 05-115.tiff.
    i have more than 200 jpg file how to make like this. Please help this is very urgent. I can't ask this to my client.
    System Configuration:
    I am using Acrobat Pro 9 in Mac OS 10.5.6.
    thx
    csm_phil

    It may not be easy but you will have to use the Page Numbering dialog by right clicking on the page in the Pages thumbnails and enter the file name as the page number like this

  • Page not displaying the same on mobile

    When I view the page on a browser it displays fine however much i resize it, the main content stays in place, whereas when i open it on an iphone it is no longer displayed the same. http://dkphotos.net/Portfolio/Wedding%20Photography/Wedding%20Photography.html
    Thanks!
    HTML:
    <!doctype html>
    <html>
    <head>
    <link rel="shortcut icon" href="favicon.ico" >
       <link rel="icon" type="image/gif" href="../../animated_favicon1.gif" >
    <title>Wedding Photography</title>
    <meta charset="UTF-8">
    <link rel="stylesheet" type="text/css" href="layout.css">
    </script>
    <script src="js/jquery-1.7.2.min.js"></script>
    <link rel="stylesheet" type="text/css" href="js/lightbox/themes/carbono/jquery.lightbox.css" />
    <!--[if IE 6]>
    <link rel="stylesheet" type="text/css" href="js/lightbox/themes/carbono/jquery.lightbox.ie6.css" />
    <![endif]-->
    <script type="text/javascript" src="js/lightbox/jquery.lightbox.min.js"></script>
    <style type="text/css">
    a {
              font-size: 15px;
              color: #777777;
    body,td,th {
              font-size: 15px;
              color: #444444;
              font-family: "Josefin Slab";
    a:link {
              text-decoration: none;
              color: #444444;
    a:visited {
              text-decoration: none;
              color: #444444;
    a:hover {
              text-decoration: none;
              color: #60baec;
    a:active {
              text-decoration: none;
              color: #444444;
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <style>
    ul {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    li {
    float:right;
    a{
              display: block;
              font-size: 15px;
              color: #444444;
              font-weight: 400;
    li {
              margin-right:30px;
    body,td,th {
              font-family: josefin-slab;
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              color: #444444;
    a:link {
              text-decoration: none;
    a:visited {
              text-decoration: none;
              color: #444444;
    a:hover {
              text-decoration: none;
              color: #60baec;
    a:active {
              text-decoration: none;
              color: #444444;
    </style>
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
    <script>var __adobewebfontsappname__="dreamweaver"</script>
    <script src="http://use.edgefonts.net/josefin-slab:n1,n4:default.js" type="text/javascript"></script>
    </head>
    <div class="wrapOverall">
    <body text="#444444" link="#444444" vlink="#60baec" alink="#444444">
    <div class="container" id="header container">
       <div class="header"><a href="../index.html"><img src="images/Home-Page_03.png" name="Logo" width="448" height="69" class="logo" id="Logo" onMouseOver="MM_swapImage('Logo','','images/home_03-roll-over.png',1)" onMouseOut="MM_swapImgRestore()" border="0" /></a></div>
      <div class="navMain">
              <div class="navMain">
              </li>
              <ul class="navBar"
        style="width: 530px; float: right; font-weight: 400; font-family: josefin-slab; font-style: normal;">
                        <li><a href="../../Contact/Contact.html">CONTACT</a></li>
                        <li><a href="">BLOG</a></li>
                        <li><a href="../../About/About.html">ABOUT</a></li>
                        <li><a href="">PRICING</a></li>
                        <li><a href="../Portfolio.html">PORTFOLIO</a></li>
                        <li><a href="../../Home/Home.html">HOME</a></li>
              </ul>
            </div><!--END navMain-->
    </div><!--END logo-->
    </div><!--END header-->
    <!--MAIN CONTENT-->
    <div class="slideshow">
    <a href="images/image-1.jpg" class="lightbox" rel="group1"><img src="images/image-1T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-2.jpg" class="lightbox" rel="group1"><img src="images/image-2T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-3.jpg" class="lightbox" rel="group1"><img src="images/image-3T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-4.jpg" class="lightbox" rel="group1"><img src="images/image-4T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-5.jpg" class="lightbox" rel="group1"><img src="images/image-5T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-6.jpg" class="lightbox" rel="group1"><img src="images/image-6T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-7.jpg" class="lightbox" rel="group1"><img src="images/image-7T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-8.jpg" class="lightbox" rel="group1"><img src="images/image-8T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-9.jpg" class="lightbox" rel="group1"><img src="images/image-9T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-11.jpg" class="lightbox" rel="group1"><img src="images/image-11T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-12.jpg" class="lightbox" rel="group1"><img src="images/image-12T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-13.jpg" class="lightbox" rel="group1"><img src="images/image-13T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-14.jpg" class="lightbox" rel="group1"><img src="images/image-14T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-15.jpg" class="lightbox" rel="group1"><img src="images/image-15T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG--><a href="images/image-16.jpg" class="lightbox" rel="group1"><img src="images/image-16T.jpg" style="float:left;" width="100" height="100" border="10"></a> <!--END_IMG-->
    </div>
    <!-- END MAIN CONTENT-->
    <div id="containerFooter">
    <div id="Box1" style="font-family: 'Josefin Slab'">
    <p>All content <span style="font-size: 20px">©</span> DKphotos 2013</p>
    </div> <!--end Box1 -->
    <div id="Box2">
    <p><script type="text/javascript">
    // BeginOAWidget_Instance_2149022: #OAWidget
              var urlToLike = 'http://www.facebook.com/DKphotos.net';
              if (urlToLike == '') {
                urlToLike = window.location.href;
          urlToLike = encodeURIComponent(urlToLike);
          var font = encodeURIComponent('arial');
    document.write ('<iframe src="http://www.facebook.com/widgets/like.php?locale=en_US&href='+urlToLike+'&layout=button_cou nt&show_faces=false&width=450&height=150&action=like&font='+font+'&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; border-color:#ffffff; overflow:hidden; width:450; height:150"></iframe>')
    // EndOAWidget_Instance_2149022
      </script>
      </div><!--END fbLike--></p>
    </div> <!--end Box2 -->
    <!--float clearing-->
    <hr class="clearing" />
    </div> <!--end Container -->
    </div><!--END wrapOverall-->
    <script type="text/javascript">
      jQuery(document).ready(function($){
        $('.lightbox').lightbox();
    </script>
    </body>
    </html>
    CSS:
    @charset "utf-8";
    /* CSS Document */
    body {
              background-image:url(images/bg_body.jpg);
              background-color:#ffffff;
              background-attachment:fixed;
              background-position:top;
    .wrapOverall {
              width: 1920px;
              display: inline;
    ul.navBar {
      margin: 18px 0px 0px 0px;
      padding: 0;
      white-space: nowrap;
      width: 950px;
      overflow-x: auto;
      display:inline-block;
    ul.navBar li {
              display:inline;
    .header img.logo{
              float: left;
              margin: 0px 15px 0px 15px;
    .container {
              min-width: 1050px;
              padding-bottom:100px;
    .slideshow{
              margin-left: 20px;
              margin-right: auto;
    #containerFooter {
    width: 100%;
    min-width: 650px;
    max-width: 100%;
    #containerFooter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 0;
    margin:0 auto; /*centered*/
    overflow:hidden; /*float containment*/
    #Box1, #Box2 {
              width: auto;
              min-height: 10px;
              border: 0;
              /*to reduce float drop issues in IE*/
              word-wrap: break-word;
    #Box1 {margin-left: 8px; float: left;}
    #Box2 {margin-left: 20px; float: left;}
    /**Clear floats after the boxes**/
    .clearing {
    clear:both;
    visibility:hidden;
    line-height:0;
    font-size:1px;
    display:block;
    .cycle-slideshow {
              width: 100%;
              min-width: 1000px;
              Max-width: 100%;
              padding-top: 100px;
              z-index: -1;
              #containerFooter {
                        width:100%;
                        float:left;
                        #containerFooter {
              position: fixed;
              bottom: -145px;
              z-index: 500;
              background-color: #FFF;

    The reason you get only two rows is because the viewport meta tag tells mobile devices to use the actual device width rather than scaling the page. The iPhone browser uses a virtual viewport 980px wide, even though its physical width is only 320px (Android phones do the same, although the size might be slightly different).
    Your inline styles set the width of each image as 100px with a 10px border all round. That makes each image 120px wide, so only two will fit in the available 320px. Judging from your screenshot, it looks as though your JavaScript is scaling down the images, which would explain why the images don't fill more of the screen.
    Since removing the viewport meta tag has solved your problem, there's probably no need to do anything else on that page. However, you're likely to need it on other pages that contain ordinary content.

  • How to Load a html page into Flex the application?

    I want to load separate html page in to my flex application.
    for example
    think I am in my shopping cart and I wanna buy something and pay for that.Then I am try to pay they will load a separate html page into my shoipping cart.
    How can I do that inside flex application?
    Any ideas are appreciated..
    thnx

    Hi snkd,
    You need to make use of iframe to load html content in Flex application.
    Check out the link below...there is also source code included..
    http://www.deitte.com/archives/2006/08/finally_updated.htm
    Thanks,
    Bhasker

  • Insert multiple Camtasia created swfs as animation only displays the first animation with the template/control bar

    Greetings,
    I have started adding Camtasia created .swfs to Captivate
    projects.
    The first added animation will display the template and
    control bar the animation file is published with in Camtasia.
    After that, any additional .swf animation files also created
    exactly the same do n ot display the template or control bar and
    just play as soon as the slide begins.
    My theory is that the initial template and play button
    convince all the subsequent animations the user has pushed play.
    I would like for each animation on individual slides to
    display the template and control bar correctly and have tried to
    adjust animation timing to no avail...
    Anyone else run into this one
    Template is Camtasia Studio 5 Express Show Published as .swf
    files then inserted as animation into Captivate
    Both Camtasia and Captivate latest versions.
    Animations work correctly just need Camtasia template and
    control bar to show in all animations....
    Any help much appreciated!

    Hi maya12357 and welcome to our community
    Out of curiosity, since you already have your project output
    from Camtasia, why are you trying to insert into Captivate?
    I do have Camtasia 4, so I'm not sure if the output files
    from it are similar to 5. But I'm not sure if you will be 100%
    successful in getting all the Camtasia elements to show inside a
    Captivate project.
    Cheers... Rick

  • Address bar doesn't display correct link when I open a new tab from a previous page, it displays the linkof the original page

    from a web page, right click on a link+open a new TAB. the link correctly opens in a new tab, but it is not displayed in the address bar.

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    1.You can open the Firefox 4.0 SafeMode by holidng the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. <br />
    2. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Acrobat 9 Pro - How do I get inserted scanned pages to display the same size as the original file?

    When I insert scanned pages into Acrobat 9 Pro document, the scanned pages display much larger than the original file.  They are all 8.5 x 11, but the inserted pages look HUGE compared to the original pages.  HELP!

    Check the resolution of your scanned files compared to the PDF. A 300dpi file placed into a 72dpi will appear larger.
    -S

  • Firefox is extremely slow in the initial lookup/load of a page, but does the rest of the load at good speed.

    Mostly it spends an inordinate amount of time "Looking for" and "Waiting for" the site; once that part is done with, it tends to load the rest quickly.

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try some of the following programs to scan for malware:
    * [http://www.malwarebytes.org/mbam.php MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://windows.microsoft.com/MSE Microsoft Security Essentials] (A good permanent anti-virus if you don't already have one)
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • IWeb Tiled Image Background Loads for Each Page

    My site Ostyn-Newman.com uses a black template.  I have an image that I tile for the background as well as for the browser background.  They are the same image. IWeb seems to do two things that make my site slow way down. IWeb 
    1) Treats the browser background image and site background image as two images even though they are identical.  This makes for 2x the downloading necessary to fill the backgrounds.  The files are identical except for the file names.
    2) Creates image files for each page even though each page has identical browser and webpage backgrounds.  This means that on a 1000 page site, there are 2000 copies of the same image that could be reduced to 1 if they could be shared.  This would make for a much faster experience for our site viewers.
    Any ideas on how to make this happen?  I'm confounded.  I also have many small logos that I use dozens of time on the same page and IWeb creates a different image for each one.  You can see what I mean here  http://ostyn-newman.com/Gov_Fabrics.html  No big deal since each one is only a couple kb, but when you do that with 8 logos and each of those 8 is on a page 300 times, it starts to add up.  These examples are different but similar.  I'd love to figure out how to get IWeb to create and use common image resources.  I'm not html savvy, but I am fairly familiar with inserting snippets of code here and there via the Insert/Widget/HTML Snippet function to get done what I want to get done.  Thank you for the help.
    As an aside, I have explored creating a custom template using my image, but that has proved to be a bit more complex than I am capable of.  Is there a template that allows me to put my image in as the background?  That would take care of everything for me.

    Your Govt Fabrics and Leather page contains 1746 files that must be loaded for that page.
    It took me nearly 30 seconds to load your page entirely with Safari over a very fast internet connection. Firefox took about the same, maybe a few seconds quicker and Chrome 24 seconds. 
    There seems to be 3 distinct sets of identifying images below the samples:
      , and
    To reduce the number of individual files to be loaded why not create 3 images, one with the 4 items, one with the 3 items, one with the 5 items and use them instead of using individual images under each sample.  That will greatly down on the number offiles needed to be loaded.  
    Also using more than one page to display the samples would make each indivicual page load so much quicker than all on one page. 
    These are just some food for thought.
    OT

Maybe you are looking for