Images in a web page

When I paste jpeg photos into my web page, they are grayed, I
can't see the images. Can someone tell me why?

SHow me the page, please.
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
==================
"namelessafk" <[email protected]> wrote in
message
news:e3qr5c$2jh$[email protected]..
> I'm having the same problem.
>
> What's happening is that I'll create the images in
Photoshop then save
> them to
> the same folder as all of my other website image files.
Then I'll go to
> Dreamweaver, select the table section that I want the
image to occupy, and
> insert > image, then choose the image. The image
won't come up tho, it
> will
> show it as a broken image file. If I place it in the
background, then the
> section will be grayed. Now, I KNOW that the image is
there and that the
> path
> is correct so why is this happening??
>

Similar Messages

  • I can't see the images on a web page, instead of them I get an interrogation.

    I can't see the images on a web page, instead of them I get an interrogation.This is only one page, and none of the browsers can view your images, and this happened after updating the operating system to Yosemite.

    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    "Develop" menu will appear in the Safari menu bar
    Enable Images.
    Make sure that"Disable Images" is not enabled.

  • Why does my Safari 8.0.2 on Yosemite drop some image on html web pages ?

    Problem:
    Some images on the web(HTML) page not displayed. (images are dropped and displays as "?" marks)
    When I used OS X Mavericks, there was no problem.
    After updating OS X Mavericks to Yosemite, this problem has occur until now.
    I did do safe boot then something problems were fixed after removed Macafee.
    Question:
    How do I display all images on the web page without dropping them ?
    Environment:
    OS X 10.10.1 (Yosemite) updated from Mavericks
    Firewall: ON
    Stealth mode : ON
    Safari 8.0.2
    Mac book pro with Retina
    Removed Macafee All access ( it is not always compatible for Yosemite yet.)

    After update to Yosemite 10.10.2, Safari 8.0.2 was update to 8.0.3.
    Then this problem becomes to be much better.
    There are still some image dropped but Safari 8.03 is almost practical usage level now.
    By the way, I noticed that commercial message links on many web pages were often illegal SSL sites.
    It is not always perfect yet but new Safari 8.0.3 seems to defend us users from such illegal SSL links.
    There are wrong HTML descriptions problems on many web server sides.
    I can see some errors on the debug screen of Safari 8.0.3, I think this is good protection works by Safari 8.0.3.
    Especially Japanese newspaper sites have too many illegal SSL commercial message links.
    This situation should be solved by the web server programmers or managers.

  • How to save an image from an web page?

    Hello everybody!
    I have a problem and I hope someone can help me :).
    I am trying to save/download an image from an web page to my computer. So given an URL which contains the image, I want to save this/write this image to disk. Here is my code:
    import java.net.*;
    import java.io.*;
    public class Test{
        public static void main(String[] args) throws Exception{
            Test test = new Test();
            test.readFile();
        public void readFile() throws Exception{
            InputStream inputStream = new URL("http://www.google.se/images/hp1.gif").openStream();
            InputStreamReader reader = new InputStreamReader(inputStream);
            BufferedReader buffReader = new BufferedReader(reader);
            BufferedWriter bw = new BufferedWriter(new FileWriter("savedImage.gif"));
            int x=0;
            while((x = buffReader.read()) != -1) {
                bw.write(x);
            bw.flush();
    }The code saves the image to disk, but unfortunately the image is distorted. Can anyone help me to solve this problem.
    Thanx in advance
    Best regards
    /TheMan

    thanx guys for your quick answers. I got i to work with the following code
    InputStream inputStream = new URL("http://www.google.se/images/hp1.gif").openStream();
            FileOutputStream fos = new FileOutputStream(new File("savedImage.gif"));
            int x=0;
            while((x = inputStream.read()) != -1) {
                fos.write(x);
            fos.flush();Again, thanx guys!

  • I just downloaded Firefox 5.0.1 on Mac OS X, but no images display on web pages!

    I have an iMac with OS X v. 10.6.8, and have been using Firefox for years. Recently I was advised to upgrade to the latest version of Firefox. I "uninstalled" the existing Firefox application on my computer, then did the free download for Firefox 5.0.1. Now none of the web pages that I view with Firefox look right: many of the images don't display on Firefox, when the same page viewed with Safari looks "normal" with the various images and background colors. Previously, Safari and Firefox looked similar when displaying any given web page. What is happening now with Firefox? I repeated this entire installation process, same result. Thank you.
    Lorin Hawley
    [email protected]

    You're welcome

  • Background image for BPF web page

    Hi all,
    I'm building a web page that shows a BPF. I would like to set an image as backgroung for this web page.
    In the BPC help I have read that the image should be located in /webfolders/<appset>AppSetPublications\BPFBackground folder on the server.
    Does anyone know how to upload there the image? The only way I see is using BPC for excel, but it only allows to upload excel files, no images.
    Thanks and regards,
    Ana

    Hi Ana,
    You will have to add a new webpage in BPC Web content library.
    Using the BPF object in the webpage, you can select your BPF and can also add the respective background image to it.
    Hope this helps you.
    Regards,
    Nithya

  • Configuring Remote Front Panels on a Real-Time Target,smart camera,but there is no image in the web page.

    I do see the web page, but the image  itself is not loading.i know a problem is with the installation of the LabVIEW ActiveX plug-in or the IMAQ ActiveX plug-in.  The LabVIEW ActiveX plug-in is required for ALL remote front panel viewing, and the IMAQ ActiveX plug-in is needed for VIs that use the Image Display. how can i do ?where can i get the the IMAQ ActiveX plug-in. help me!

    Got it working, after much experimentation.  Seems to require installing exactly the right combination of items on the RT target, as some items (web services? web configuration? the "application web server"?) apparently run a separate web server - or instance of the web server - on port 80, which prevents remote front panels from being served on that port.

  • Doh! Why I need an applet to load an image on the web page???

    Hi everybody.
    I'm new student in Java programming and I try since to 1 week to understand, why Java applet is used to load image or something else on web page?
    Why not to use shockwave or flash to load an image or an animation?
    What is the difference?
    Best regards,
    Dimnet2000
    Canada

    The answer could be "why not ?"
    A better answer would be "it depends on what you want to do."
    If you simply want to display an image you should neither use Java nor Shockwave, plain html will be the best.
    If you want to do things like:
    - accessing a database
    - dynamically creating html
    - make an application accessible within the intranet of a company
    - make all at once
    - make other dynamic things
    Then Java is a good way to handle all these. Since it is a full programming language you can do more variable things than with shockwave which is fine for simple things that should look good.
    Btw.: If you want to train how to use Java on a html page displaying an image with Java is no bad idea. It gives a feeling on what you have to do when using Java.
    Hope this helps, Rommie.

  • Unclear images on safari web pages

    When I open a web page, the images are not clear. The rest of the material is. I have safari version 2.0.4.

    When I open a web page, the images are not clear. The rest of the material is. I have safari version 2.0.4.

  • Help! I'm having trouble with images on my web page.

    I'm trying to create a page with a bunch of my photos but I need the photos broken up into groups so I can discuss the different groups. So I simply cut and paste the photo area several times BUT now when I click on any picture in any group it only does a slideshow for the last group of photos.
    I guess I could simply break the single page into multiple pages but that is so inconvenient in iWeb since it doesn't let you cut and paste template pages! Apple needs to seriously fix this shortcoming. How can you not allow cutting and pasting of pages??
    Here's the page I'm having trouble with:
    http://photo.braintransplants.com/Site/Astronomy.html
    Thanks!
    PowerBook G4 17 (A1085) 1.5 GHz / 1.5 GB RAM / 128 MB VRAM / 80 GB HD   Mac OS X (10.4.2)  

    You probably realise by now that you're attempting to do things with iWeb which it just wasn't intended to do. Cutting and pasting the photo grid area just won't work as you want it to. To work within iWeb's limitations might i suggest that you use the 'nesting' approach described in several posts here already. Use a single representative image on your main page for each of the situations you want to cover, and link each of these to an appropriate Photo page which has 'Include page in navigation menu' unchecked.
    You could add a link on each of the Photo pages which returns to your main descriptive page.

  • How to update image files in web pages generated by servlet without redeploying

    HI,
    I have a servlet which generates html pages with images. Those images changes
    as they are graph generated regularly. They are placed in s directory where the
    application is deployed. It is necessary because I have made some security constraints
    for the location of those files. However it seems that when I deploy my application
    on WLS all files contained in the application directory are cached, and when for
    ex. I delete some of them they are still appear in generated html pages. only
    Redeployment of application updates the state of those files.
    Is there a way to make the application to be aware of any changes in images files
    and to load updated ones??
    i would be interested in a situatioin like with default WLS servelt (DefaultWeb
    Application) where any new files are seen as soon as they are placed in Default
    WebApplication directory.
    Is there a way to periodically redeploy application from CLI?
    thx in advance
    Michal

    889096 wrote:
    Hello!
    In SQL Developer when we run htp package then we see the generated code in OWA Output, But how to invoke or show the webpage by Oracle tools/plsql program.
    and
    Without copying the code and save it to textfile.html and open it with browser.
    I heard it is possible by configuring Apache server.
    Please give me brief details, as i am beginner with ORACLE 10g
    And
    If you are using the htp package, you are presumably developing for an application server? Can the people who set that up not help you with your development environment?
    Setup is too complicated to cover here. Check out the Oracle HTTP Server documentation on oracle's documentation pages.
    Briefly, you need to install Oracle HTTP Server and then configure a data access desciptor to connect to your database.
    How to see the generated code in "QUEST TOAD"? I am not able to see OWA output in TOADYou will have to ask this question in a Toad forum.

  • Positioning an image on a web page

    EDIT: fixed

    Show us the page, and tell us exactly where you want the
    image, please.
    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
    ==================
    "textbookb" <[email protected]> wrote in
    message
    news:gf3gga$25r$[email protected]..
    > Hello,
    >
    > I am trying to set the location of an image on my
    website but I cant seem
    > to
    > figure it out.
    >
    > My code up to the first image that I want to position
    is:
    >
    > */
    >
    > // require(DIR_WS_INCLUDES . 'counter.php');
    > ?>
    >
    > <table align="center" width="689" border="0"
    cellspacing="0"
    > cellpadding="0">
    > <tr>
    > <td colspan="3"
    background="images/line.gif"><img src="images/line.gif"
    > width="3" height="8" /></td>
    > </tr>
    > <tr>
    > <td width="12" height="126" valign="top"><img
    > src="images/spacer.gif"
    > width="58" height="1" /></td>
    > <td width="609"
    valign="top"><p> </p>
    > <p><img src="images/cp_shipping.gif"
    width="150" height="60"
    > align="absmiddle" style="float:left; margin-left: 3px;"
    />
    >
    > I want to position "shipping.gif" to exactly where I
    want it on the
    > website
    > but I cant seem to figure it out.
    >
    > Please let me know if you can help me this.
    >
    > Thank you
    >

  • How can I extract images form other web pages with an applet?

    Hello
    I have a problem
    Here is my code
    import java.net.*;
    import javax.swing.*;
    import java.awt.image.*;
    public class Cursbnr extends JApplet{
    public JLabel EuroValue =new JLabel();
         public JLabel DolarValue =new JLabel();
         public JLabel GoldValue =new JLabel();
         JPanel EuroBar = new JPanel();
         JPanel DolarBar = new JPanel();
         JPanel GoldBar = new JPanel();
         Image EuroImg=null;
         Image DolarImg=null;
         Image GoldImg=null;
         try{          
              EuroImg = this.getImage(new URL("http://www.bnro.ro/Images/Flags/eur.gif"));
              DolarImg = this.getImage(new URL("http://www.bnro.ro/Images/Flags/usd.gif"));
              GoldImg = this.getImage(new URL("http://www.bnro.ro/Images/Flags/xau.gif"));
    catch (MalformedURLException e) {
         System.err.println(e);
    When I run this applet whith eclipse it's working, but when I put the class file into a html and I ran the html it's not working
    What can I do?

    Duplicate of this post, reply there: http://forum.java.sun.com/thread.jspa?threadID=670274&messageID=3918814#3918814

  • When image added to Web Page, crop is ignored.

    Hi,
    I'm trying to add a picture which has been cropped to 3936x1516 from 3936x2624 to a web gallery. However once the version is dragged into the gallery it is always added as the complete picture minus the crop. Any ideas?

    I have noticed the same thing with regard to spot edits and levelling. And also when setting to be viewable in iWeb. It only ever uses the original, not the final edited version, which is a bit frustrating.

  • Whenever I right click on an image on a web page and select 'Save image as...', the filename always ends with '.jpg.jpeg' instead of '.jpg'. How do I stop Firefox doing this? It doesn't happen when I try the same thing with Internet Explorer

    It hasn't done this since I first installed Firefox, only the last month or so.
    I've tried running in Firefox safe mode with all extensions disabled but this makes no difference.
    I've also found the following article:
    http://kb.mozillazine.org/File_types_and_download_actions
    ...that suggests reseting the '''browser.download.pluginOverrideTypes''' & '''plugin.disable_full_page_plugin_for_types''' entries in about:config but I don't have these entries so can't reset them

    In that case you may need to look in the Windows registry with the registry editor (regedit.exe) to see if the problem is there.<br />
    You can do a search (Ctrl+F) for <b>jpg</b> after navigating to the HKCR\MIME\Database key.
    HKEY_CLASSES_ROOT\MIME\Database\Content Type

Maybe you are looking for

  • Best Practice for Managing a BPC Environment?

    My company is currently running a BPC 5.1 MS environment and will soon be upgrading to version 7.0 MS.  I was wondering if there is a white paper or some guidance that anyone can give with regard to the best practice for managing a BPC environment. 

  • RasterizationResolution

    I'm trying to get my mind around how to manage the rasterizationResolution in Illustrator CS2 from a JavaScript. Hmm. In researching the specifics to ask my question, I realize I don't have a clue how Illustrator actually works. Apparently, when you

  • Algebra touch

    I got this app -algebra touch- for my girls to play with and learn some algebra. I connected the Ipad 2 to my Vizio with a Digital AV Adapter so that it would be easier to see. Every app on my iPad 2 works fine on the TV except one: Algebra Touch. Wh

  • Adobe Captivate Help | Adobe Captivate App Packager (Cp 7)

    This question was posted in response to the following article: http://helpx.adobe.com/captivate/using/captivate-app-packager.html

  • Runtime error when I add materials to Sales order

    Hi All, The user attempted to add materials to Order 4002262638.    When adding 05302 and 05804 to the sales order, SAP went to the hourglass and then created the Timed out Runtime Error message. The Error at SAP Standard program LZVA_PRO_ALLOF01 at