Images showing in wrong place in IE put right in Fire fox

Hi,
I have designed a page for my clubs new website - I have probably done this all wrong as I am a complete novice.
I have set tha images to align 'right' but in IE they dont yet do in Firefox
The webpage is
www.thevillagers.co.uk/sponsors.html
I can paste code if it helps
Thanks,
Richard

Sorry Murray,
Where in the code would I enter this:-
<td width="357" height="30" align="left" valign="middle"><strong class="Size14header">Company:  Summerleaze</strong></td>
                            <td width="343" rowspan="3" align="right" valign="top"><img src="images/images/sponsors/summerleaze.jpg" width="343" height="100"><
                            </tr>
                          <tr align="left" valign="middle">
                            <td height="30" class="Size14header">Web: <a href="http://www.summerleaze.co.uk/" target="_blank">www.summerleaze.co.uk</a></td>
                            </tr>
                          <tr align="left" valign="middle">
                            <td height="30" class="Size14header"><p>Telephone Nos: 01628 630444</p></td>
                            </tr>
                          <tr>
                            <td height="190" colspan="2" align="left" valign="top"><span class="penpics">Founded in 1928,  Summerleaze is a privately-owned company, whose origins are in the field of  mineral extraction.  The company has  diversified substantially since then, into fields such as wastes management and  renewable energy.
                              </p>
                              </span>
                              <p class="penpics">Operating as a  small, dedicated team, we aim to innovate to make the most of under-valued  resources.  We back ideas that we believe  have a strong future on the basis of long-term fundamentals, regardless of, and  often contrary to perceived wisdom or fashion.</p>
                              <h1 class="penpics">“Investing to Build a Better Future”</h1>
                              <p> </p>
                              ----------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------ ---</td>
Sorry I have had a look and can't see it.

Similar Messages

  • Why doesn't my image show up when i attach it to an email?

    ok, i have a jpeg i want to email.  i click on attach and the drop down comes up, i navigate to the image i want and highlight.  at this point--always in the past up until last week--a thumbnail of the image shows up in the column to the right of the name of the image, so i can make sure i'm sending the right image.  suddenly, i'm no longer seeing the image to the right. (see attached)
    i fear this may be  more a mac query than a PS one, but you folks are so knowledgable i thought i'd start here.  any thoughts?
    thank you!

    see attached for File Handling settings.  see any problems there?
    thanks for reponding!

  • I have been editing project for two weeks and now I get ghosts of other images fromt eh project coming up in the wrong places even though the thumbnail looks right. Help.

    Help. I have been editing a project for two weeks and now it gets ghosts of ohter images from the project coming up in the wrong places. The thumbnail has the correct image but the image either does not display and its black or an old image or another one shows.

    When I have problems like this I do two things. First I shut down and restart iMovie. Sometimes that rejuggles the date. But I am sure you have been doing that in such a long project.
    The Second thing I do is delete iMovie preferences, which can get corrupted.
    Home-library-preferences-com.apple.imoviepref
    Hugh

  • Export to PDF puts trims in wrong place.

    When I export a pdf from CS3, selecting crop marks puts the trim marks in the wrong place, we are only talking 0.25 of a millimeter, but this is causing us problems sending files to publication. It seems to us that the crop marks are being made too long and this is causing everything to shift.
    A A4 page with a 5mm bleed and 5mm crop marks comes out as 230.6 x 317.6.
    If I print the page and select a custom size, InDesign is also giving to wrong size.
    The same error occurs in CS2 and CS4.
    Has anyone else come across this?
    If I make the file without crop marks everything is ok.

    I have found a solution, use a mrk file as this link
    http://indesignsecrets.com/creating-custom-printer-marks-in-indesign.php

  • HT203175 I downloaded two videos from itunes into Media Go and I can't play or transfer them to my Walkman. Please help. I'm new at this and haven't a clue as to what I should do. Is Media Go the wrong place to put the videos? Thanks. Earl G.

    I downloaded two videos from itunes into Media Go and I can't play or transfer them to my Walkman. Please help. I'm new at this and haven't a clue as to what I should do. Is Media Go the wrong place to put the videos? Thanks. Earl G.

    I was able to transfer songs, but not the videos. You, too? Earl. G.

  • I accidentally deleted all of my Logic Pro X files and put them in my trash but now that I copied them back to my documents they all play in the wrong places in my projects

    I accidentally deleted all of my Logic Pro X files and put them in my trash but now that I copied them back to my documents they all play in the wrong places in my projects

    Buddhaguru wrote:
    I know that Mac's don't have a roll back like PC's
    They do. It's called Time Machine.
    You need to reinstall all of your Apps. That should replace all of the support files you nuked.

  • IPhone photos not showing up in places

    I recently upgraded to iOS4. I OK'd the camera to store the GPS tag from where the photo was taken. When I pull it up in the photo library, it gives the correct location of the photos I have taken, so I know it's working.
    ...But it's not showing up in places, in iPhoto 09! It's as if the location data isn't transferring along with the photos when I import into iPhoto.
    Any ideas?

    Greetings Eric,
    To ensure the images do indeed have the GPS data embedded, drag one to the desktop and open it with Preview by double-clicking. Go to Tools > Show Inspector.
    Click the More Info button, and then click GPS.
    If there is no GPS option then this image has no GPS data embedded.
    If it does have GPS data but iPhoto does not show the picture in Places (I'm assuming you already have images in iPhoto that DO Show up in Places), try reseting iPhoto to it's factory default state.
    Remove the following to the trash and restart the computer and try again:
    Home > Library > Caches (I remove the whole folder. It will be re-generated upon restart.)
    Home > Library > Preferences > com.apple.iPhoto (There will may be more than one. Remove them all.)
    If you still don't see the pictures in Places, try creating a new iPhoto Library and adding one of the pictures. Hold down option and launch iPhoto and click create new to make a new library.
    If the pictures show up in Places fine in the new library then there is something wrong with your original library.
    Use the option key to switch back to your original library and then follow http://support.apple.com/kb/HT2638 to rebuild your library. Check off the bottom 3 rebuild options.
    Hope that helps.

  • Drawing in wrong place

    Hello,
    I have a JFrame with a few text areas. When you click on text area a black border appears. and WHen you click it again, it dissappears. I am putting this code in mouseClicked() method. I am using g.drawRect to draw the border and to specify the location, I use getLocationOnScreen.
    The border does work as it should. However, if I move the JFrame. NExt time I click on the textarea, the rectangle is drawn in wrong place. Any suggestions how I can solve this problem?
    Of course, the program I am writing is not as trivial as this, but this is my problem. I am basically trying to let the user know which text area is selected.
    Thanks!

    In the interest of simplicity I didn't limit the selection to three.import java.awt.event.*;
    import java.awt.*;
    import javax.swing.border.*;
    import javax.swing.*;
    public class Test extends JFrame {
      public Test() {
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        Container content = getContentPane();
        content.setLayout(new GridBagLayout());
        GridBagConstraints gbc = new GridBagConstraints(0,0,1,1,1.0,1.0,
                GridBagConstraints.CENTER, GridBagConstraints.BOTH,
                new Insets(1,1,1,1),0,0);
        for (int i=0; i<7; i++) {
          gbc.gridx=i%2;
          gbc.gridy=i/2;
          content.add(new JScrollPane(new MyTextArea("TA-"+i)),gbc);
        setSize(300,300);
        show();
      public static void main(String args[]) { new Test(); }
    class MyTextArea extends JPanel {
      JCheckBox jcb = new JCheckBox();
      JTextArea jta = new JTextArea();
      public MyTextArea(String Text) {
        setLayout(new BorderLayout());
        jta.setLineWrap(true);
        jta.setWrapStyleWord(true);
        add(new JScrollPane(jta),BorderLayout.CENTER);
        jcb.setText(Text);
        add(jcb,BorderLayout.NORTH);
      public void addActionListener(ActionListener al) {
        jcb.addActionListener(al);
      public void setText(String text) { jcb.setText(text); }
      public String getText() { return jcb.getText(); }
    }

  • When i go play a song on my iphone it shows the wrong album cover.... How to fix?, when i go play a song on my iphone it shows the wrong album cover.... How to fix?

    A couple songs on my iPhone 4s show the wrong album cover but they play the wrong song. When i go to albums it shows the right cover but when i pick the song it will show a diffrent cover. Its like some of my song covers are switched. How do i fix this?

    There are 2 things you can do, the first (and by far the easiest) is to delete all of the music off of your iPhone and then put it back on. Also you might want to check that everything is in the correct place on the iTunes library. If you downloaded any music from iTunes without using a cd and it is not in your iTunes library you can go to the iTunes Store and on the right side under "Quick Links" and select purchased. It will let you download anything you have ever purchased in iTunes.
    The 2nd option is to backup your iPhone and save ALL of your apps to iTunes on your computer. Restore the iPhone and set up as a new iPhone, Don't worry all of your contacts will be in the cloud if you have it enabled. Once you set it up you can re-download all of your lost apps for free. Make sure your iTunes music is all in order and then sync the music back up.
    I hope this helps!

  • Original date showing is wrong by two years!

    Hi,
    I seem to have a big (and very weird) problem with dates in Lightroom. This relates - for the moment at least - to images dating back ten years, to when I had my first digital camera, a Nikon D100.
    See attached image. My belief is that the photo in question, one of many, was taken at around 2pm on the afternoon of 17th April 2004. Note the following from the image (EXIF data):
    - The "date/time original" shows 17/04/2002 13:58:48
    - The "date/time digitized" shows 17/04/2004 23:15:29
    - The "date/time" shows 17/04/2004 23:24:17
    The same image in Windows explorer (see second image) shows:
    > Date 17/04/2004 23:15
    > Date Taken 17/04/2004 23:15
    > Date Imported 17/04/2004 22:24
    Given the subject matter of the image, it is 100% certain this image was in fact taken in April 2004.
    How can it be, then, that the "original" shows a date two years earlier? Why would Lightroom use this field (the ONLY one showing 2002 when every other shows 2004)? And why does Explorer correctly show the date but Lightroom does not - surely if anything one might expect the opposite?
    This is urgently needed to be resolved as I am making a photo book for my wife's 40th and, as it turns out, I am putting all the photos in all the wrong years!
    Thanks in advance,
    Alastair
    [FOOTNOTE: Forum post editor would not allow me to insert images but hope you can figure it out from the text]

    Thanks
    So, getting weirder, I now discover that in some photo sequences the date is right in some and wrong in others. Do I need to conclude that my D100 was faulty or doing something mad? It just seems so random...
    The original troublesome image was taken (and processed) in 2004. Another set of related images, probably taken on another date later in 2004, show all three EXIF dates above as 2002.
    The reason for being certain these are 2004 images is they relate to my wife's "bachelorette" flat in South London which she found in April 2004 and bought in July the same year.
    Is there literally no way I can determine what the real date is / was / should have been?
    Thanks again

  • Photostream showing the wrong thumbnails

    Every time I put a photo from my iPad mini to photostream, it shows the wrong thumbnail. I've looked for a solution and have come up empty handed. Is there a solution for this? When I click on the picture it shows the correct picture, it's just the thumbnail that's showing the wrong picture.

    The thumbnails are only wrong on the shared photostream. I tried sharing a photo, unedited, and it was again the wrong thumbnail. I edited that picture, shared it again, and it's still the wrong thumbnail image. When my husband puts the same photo on photostream from his iPhone 4 it does NOT do this, leading me to believe there's something wrong with my ipad or on my end of photostream. Note that this only happens when I share photos...everyone else's streams that I subscribe to have correct thumbnails, and like I said, when my husband posts a photo, it shows up as the correct thumbnail.

  • I have logic pro, soundtrack pro will not open i get an error message what do i do? i cant find the receipts ive checked my library am i looking in the wrong place?

    I have logic pro, soundtrack pro will not open i get an error message what do i do? i cant find the receipts ive checked my library am i looking in the wrong place?

    I get the same kind of thing..
    I'm on osx 10.7.2 and once I click the soundtrack pro icon I get an error message. I had problems with logic pro & my digi002r soundcard midi drivers but now is fixed (using a midi adapter).
    here is the code:
    Process:         Soundtrack Pro [1705]
    Path:            /Applications/Soundtrack Pro.app/Contents/MacOS/Soundtrack Pro
    Identifier:      com.apple.soundtrackpro
    Version:         3.0.1 (960)
    Build Info:      SoundtrackProProject-9600000~277
    Code Type:       X86 (Native)
    Parent Process:  launchd [140]
    Date/Time:       2011-10-18 13:12:05.201 +0200
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          195725 sec
    Crashes Since Last Report:           3
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                      23728D81-590B-4C3A-8C67-1709945CD132
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /Library/Application Support/ProApps/*/ProFX.framework/Versions/A/ProFX
      Referenced from: /Applications/Soundtrack Pro.app/Contents/MacOS/Soundtrack Pro
      Reason: image not found
    Binary Images:
        0x1000 -   0x7f7ff8  com.apple.soundtrackpro (3.0.1 - 960) <77CF322B-8BBE-AAEA-173F-75A237035319> /Applications/Soundtrack Pro.app/Contents/MacOS/Soundtrack Pro
      0x947000 -   0x94bfe6 +STPInterleave (??? - ???) <E87D1F34-6D97-63DB-454C-CF3D1B03F8E5> /Applications/Soundtrack Pro.app/Contents/Frameworks/STPInterleave.framework/Versions/A/STPInterleave
      0x952000 -   0x98ffff  com.apple.vmutils (4.2.1 - 107) <43B3BFA5-8362-3EBD-B44B-32DCE9885082> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
      0x9a9000 -   0x9f5ffb  com.apple.audio.midi.CoreMIDI (1.8 - 42) <CBD34EBC-0FFD-34B4-B55A-BE1F61EF4BD8> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
      0xa18000 -   0xc3eff7  com.apple.prokit (7.1.1 - 1511) <498819A4-1BDD-3671-8796-E11865BCFBCE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
      0xd49000 -   0xd49fff  com.apple.iokit.dvcomponentglue (2.0.7 - 2.0.7) <1CFA5944-AB33-3A41-B4D2-4A624A514C0D> /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
      0xd4d000 -   0xd54fff  com.apple.AEProfiling (1.2 - 22) <43A46C32-8E13-82DD-8AF1-2A40690BF810> /Applications/Soundtrack Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
      0xd5e000 -   0xd6dfff  com.apple.AERegistration (1.2 - 77) <5D18C47F-6F9E-0C4C-8875-24A14A97186D> /Applications/Soundtrack Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
      0xd81000 -   0xd83fff  com.apple.ExceptionHandling (1.5 - 10) <6CA9446C-7EF9-35EE-BDF2-AA8D51E93E9E> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0xd89000 -   0xe49fff  com.apple.omf_framework (1.1.0 - 1.0) <ED5F21BC-18CD-D7F7-3D2E-F7F856BC0D40> /Applications/Soundtrack Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x11000000 - 0x1102afeb  com.apple.proapps.ControlSurfaceSupport (2.0 - 68) <BD914236-49D8-9C9A-E8D6-CBC1738850B3> /Applications/Soundtrack Pro.app/Contents/Frameworks/ControlSurfaceSupport.framework/Versions/A/ControlS urfaceSupport
    0x8fe88000 - 0x8feba9c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld
    0x90840000 - 0x90992fff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <7646E131-08EE-3D72-ADA2-4A61C562B36E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90993000 - 0x90993ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91e60000 - 0x92036fe3  com.apple.CoreFoundation (6.7.1 - 635.15) <AC9F6462-6315-3D89-8075-D048DB4DBF7E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x924a8000 - 0x92509ffb  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <089D78E0-46A6-38DB-9545-7F35CC815939> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93281000 - 0x9328ffff  com.apple.opengl (1.7.5 - 1.7.5) <81166D23-DE8E-3938-AAD3-29B1FA5E446E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93331000 - 0x93331fff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93332000 - 0x93493ffb  com.apple.QuartzCore (1.7 - 270.0) <0916DA83-6400-3FEA-BC53-5F4BA4D126EC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94326000 - 0x9436dfff  com.apple.SystemConfiguration (1.11.1 - 1.11) <CA6CE2B6-DC18-31FF-9668-70BB2FD8D7BB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94420000 - 0x946a5fe3  com.apple.QuickTime (7.7.1 - 2306) <F8C64DC4-3FE4-3A06-B10B-59E7F3BA6FDD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97dd0000 - 0x98082ff7  com.apple.security (7.0 - 55010) <BE0350C5-5221-3BFF-B674-646AB1BA0F2E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x99d12000 - 0x99d76fff  com.apple.framework.IOKit (2.0 - ???) <D14460ED-2B6C-375D-B3A4-B8C82E922666> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9adc8000 - 0x9adc8fff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9aef1000 - 0x9aef1fff  com.apple.Carbon (153 - 153) <6FF98F0F-2CDE-3888-A304-4ED447D24CE3> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9b2ec000 - 0x9b2ecfff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    Model: iMac12,1, BootROM IM121.0047.B0A, 4 processors, Intel Core i5, 2.5 GHz, 4 GB, SMC 1.71f21
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x02FE, 0x45424A3231554538424655302D444A2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.58.4-P2P
    Bluetooth: Version 4.0.1f4, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD5000AAKS-402AA0, 500,11 GB
    Serial ATA Device: HL-DT-STDVDRW  GA32N
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 3
    USB Device: USB to Serial-ATA bridge, 0x04fc  (SUNPLUS TECHNOLOGY CO., LTD.), 0x0c25, 0xfa120000 / 6
    USB Device: iLok, 0x088e, 0x5036, 0xfa130000 / 5
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: UM-2G, 0x0582  (Roland Corporation), 0x0106, 0xfd140000 / 5
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 3
    FireWire Device: Digi 002Rack, Digidesign, 400mbit_speed
    thanks everyone
    e

  • Images all over the place

    Today was my deadline and it is blown.
    I'd love to get this done over the weekend, but it's looking baaaad.
    I have a 350 page book I'm working on for export to pdf.
    It's my own book.  It's not for a client (I don't have any nor should I).
    I have a deadline because there will be some lovely publicity about it coming out in April or May so I want to get Amazon going on it ASAP.
    I have about 80 images.
    I'm in Indesign CC on a mac
    Just when everything looks perfect, I find some little glitch, correct it, and all the images float loose and go to all the wrong places.
    I can ANCHOR some images but not all.
    At the beginning of this project I was trying to anchor all of them to relevant text but got a lot of weird reactions from them and so I give it up when when it goes weird. 
    I know!
    What do I mean by that?  The image jumps off to the side or to a previous page or the text wrap stops working. Some behave nicely.  but most don't. I SPENT ABOUT A WEEK ON THIS. IT'S TOO COMPLICATED FOR ME AT THIS POINT.
    I've re-placed images and captions hundreds of times.
    If someone can offer some very very simple advice as to what would be my best move, I'd love to have it.  Complicated advice won't help me. I will not understand it. And I don't have time to take a class in indesign.  I mean, I've done pretty well, but this problem keeps arising.
    My default plan now is to delete ALL images.  Work on the text.  And then place the images one by one where they finally belong starting from the top.
    AFTER FIRST INSERTING A link or something to the image or to the name of the image without modifying the text.
    CAN SOMEONE TELL ME HOW TO DO THAT or SUGGEST A BETTER PLAN?

    My default plan now is to delete ALL images.  Work on the text.  And then place the images one by one where they finally belong starting from the top.
    If the all images it's on one folder, when file>place select all images then you use up arrow or down arrow keys to choose which photo you want to place on it's page.
    I've re-placed images and captions hundreds of times.
    If the caption include in photos metadata, after placing photos select all photos in links panel then mouse right click select captions>generate live captions or generate static captions

  • Images show up only as blue question marks

    I just purchased a new Macbook Pro approximately one week ago, and concitering it's BRAND NEW I don't understand why I have this problem. On sites like www.deviantart.com and also www.weheartit.com images show up as blue question marks... I have downloaded both chrome and firefox to check if they were any different, but the same images wont load there either. I've read some about this, but no one seems to have any other advice than to "check preferences" and set it to "show images" or something, as far as i can see there is nothing wrong with the preferences. I have also downloaded and updated to the latest versions of both java and flash, but nothing seems to work. This is getting really frustrating, and I am desperate for help! I greatly appreciate ANY advice. Thanks in advance

    this is what I get on deviantart
    and well, basically this is weheartit
    Thanks!

  • Dynamic image showing default image instead of requested image

    I'm using CR4E v2.0 to incorporate reports into my application which is built into an ear file and deployed with Jboss 4.2.2 at the moment. I have an image in my report that I am trying to set dynamically from a URL in a database,  but when the report is run only the default image shows up. The URL in the database for the logo is http://localhost:8087/module_Reporting/Logo.gif and I verified that exact string is being returned to the report, but the image is not changing from the default placeholder.
    The formula for the graphic location is:
    HdrPictureLogoClient : Graphic Location
    // Return values: Any string value.
    If Not IsNull({REPORT_PARAMETER_FACT.LOGO_URL_PATH})
    Then {REPORT_PARAMETER_FACT.LOGO_URL_PATH}
    Else "";
    I'm using a com.crystaldecisions.report.web.viewer.CrystalReportViewer in my jsp page to display the report and this is the part of the page that handles the viewer
    CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();
    // If the report is not saved in the session you just keep getting prompted for parameters
    Object reportSource = session.getAttribute("ReportSource");
    if (reportSource == null)
         reportSource = clientDoc.getReportSource();
         session.setAttribute("ReportSource", reportSource);
    //     set the reportsource property of the viewer
    crystalReportPageViewer.setReportSource(reportSource);
    // setting the optoins in the Crystal Report toolbar
    crystalReportPageViewer.setDisplayGroupTree(false);
    crystalReportPageViewer.setHasToggleGroupTreeButton(false);
    crystalReportPageViewer.setHasSearchButton(false);
    crystalReportPageViewer.setHasRefreshButton(false); 
    crystalReportPageViewer.processHttpRequest(request, response, application, null);
    The viewer is contained in an iFrame and is disposed of in the containing jsp.
    Am I missing something? Any help would be greatly appreciated!

    Thank you very much for your reply, but I am not trying to add an image into the report at run time, I am trying to change the source of the image. There is an image in the report as a place holder (called HdrPictureLogoClient) and the code that handles the source of the image is in the .rpt file also as this formula:
    HdrPictureLogoClient : Graphic Location
    // Return values: Any string value.
    If Not IsNull({REPORT_PARAMETER_FACT.LOGO_URL_PATH})
    Then {REPORT_PARAMETER_FACT.LOGO_URL_PATH}
    Else "";
    {/code}
    I have discovered that it works just fine with a file path name like C:\logo.png in the database but it does not work with my web URL.
    I just find it extra interesting because when the report was originally created in a Crystal Reports Project in myEclipse and deployed as an expanded war directly to jboss running in myEclipse it worked fine, but now that it is being incorporated into an EJB project which is built into an ear file that is deployed in a jboss service running outside of myEclipse it no longer works.

Maybe you are looking for

  • After installation NetWeaver 7.01 ABAP Trial Version "Logon Error Message"

    Hello all, After a sucefull installation of NetWeaver 7.01 ABAP Trial Version and when i tried to acess sap through web browser i get the following error: Logon error message Service cannot be reached What has happened? URL http://localhost:8000/sap/

  • Release Strategy in Purchase Order

    Hi, Can any explain the usage of Release Strategy in Purchase Order. ganesh

  • MSS Competence Report by Position not working in portal

    Hi, We have developed a custom R/3 report which is "Competence Report by Position". This report need to be accessed via Reporting iview of the portal. And in portal we have added new object Selection criteria "Position by Operational Org units ". Onc

  • AR Invoices not getting changed to the status Close

    Hi, The AR - Invoices are not changing the status - from 'open' to 'close' even after applying the receipts aganist the invoices. Kindly advice what could be the problem or any functional setup should be done to change the status. Thanks Ramya Nomula

  • Executing batch files from websevice using ODI OS Command

    Hi, Is it possible to execute the batch files using odi os command from webservices. We have developed a webservice, which passess some parameters to one batch file and after that we executing the same batch file in package using odi os command. In o