Link to home
Start Free TrialLog in
Avatar of jampost
jampostFlag for United States of America

asked on

Images showing on the internet -- asp.net -- VB.net. Why some do and some don’t.

I am using Visual studio 2012, asp.net with VB.net. I am having a problem with an image that does show locally.  http://localhost:50348/About.aspx  , but not on the internet   http://jandmmfg.com/About.aspx 
You can see in both cases that other images with the same code are showing. I just thought someone might have a clue. Thank you for any assistance.

Code:    

 <img src="Images/J&M_PB_Cropped.jpg" style="height: 369px; width: 400px" />&nbsp;&nbsp;  <------ This is the one.

Shown with the other two image's code below and with the rest of the code on the page below that.

__________________________________________________________________________________________
  <div>
            <img src="Images/J&M_PB_Cropped.jpg" style="height: 369px; width: 400px" />&nbsp;&nbsp;
            <img src="Images/Myong_at_the_ballistics_demo.png" style="height: 369px; width: 487px" />&nbsp;&nbsp;
            <img src="Images/mine.jpg" style="height: 369px; width: 390px" />
       </div>

_____________________________________________________________________________________________


<%@ Page Language="VB" AutoEventWireup="false" CodeFile="About.aspx.vb" Inherits="About" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>About</title>

    <style type="text/css">
       
       
        header {
            font-family: "book Antiqua";
            font-size: medium;
            font-weight: bolder;
            font-style: normal;
            font-variant: normal;
            color: #000000;
        }
        .newStyle1 {
            font-family: "book Antiqua";
            font-size: medium;
            color: #000000;
            background-color: #C0C0C0;
            position: absolute;
            z-index: auto;
            width: 1290px;
            height: 150px;
            top: 150px;
            left: 0px;
        }
       
        .Logo {
            position: relative;
            top: 0px;
            left: 0px;
            height: 770px;
            width: 1290px;
        }
        head {
            background-color: #C0C0C0;
        }
        .Logo {
            background-color: #C0C0C0;
        }
       
    p.MsoNormal
      {margin-top:0in;
      margin-right:0in;
      margin-bottom:10.0pt;
      margin-left:0in;
      line-height:115%;
      font-size:11.0pt;
      font-family:"Calibri","sans-serif";
      }
       
        .auto-style1 {
            height: 129px;
            width: 394px;
        }
       
        #Div1 {
            width: 1332px;
        }
       
        #form1 {
            height: 710px;
            margin-left: 0px;
        }
       
        .newStyle2 {
            background-color: #990000;
        }
       
    </style>

</head>




<body style="background-color: #C0C0C0; width: 1327px;">
    <form id="form1" runat="server">
     <div id="Div1">

            <img src="Images/J_M__Logo_V4.png" style="height: 129px; width: 395px" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <img src="Images/about.png" style="height: 129px; width: 89px" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <img src="Images/baltimoremaryland_2.jpg" class="auto-style1" />
        </div>
        <div style="width: 1313px">
   
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<p class="MsoNormal">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; We have been here in Baltimore, Maryland since 1994. We love this city, the people, and what we do. Keeping a software agreement going with Gerber for their latest version of Accumark software for pattern design &amp; editing, gives us an edge on the accuracy, efficiency, and quality (sorry if that sounded like a bumper sticker), but it’s just plain factual.&nbsp;
              <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dancewear and sportswear have always been heavy on our WIP schedule. Cutting and sewing for companies that do dye sublimation (generally active wear) has become a growing part of our business. In most cases we turn the orders in one day which makes us very valuable to our customers in the dye sub business; making us part of their team.
              <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; We have screen printing (large print area), embroidery and heat press. We love graphics. Keeping all of this at the same address is a huge convenience, money saver, and time saver. I attribute our abilities to the incredible talent and people skills of my wife Myong Tillery shown with me below and in the middle, at a &quot;Point Blank&quot; ballistics apparel demonstration, and to the right is our Secretary/Treasurer.&nbsp; The skill and hard work from our great employees is definitely the heart of our team. If you need more info, please call. 443-415-0631 Thank you for taking the time to look into J &amp; M Manufacturing, Inc. -- Joe Tillery</p>
            &nbsp;
            </div>
     


            <div>
            <img src="Images/J&M_PB_Cropped.jpg" style="height: 369px; width: 400px" />&nbsp;&nbsp;
            <img src="Images/Myong_at_the_ballistics_demo.png" style="height: 369px; width: 487px" />&nbsp;&nbsp;
            <img src="Images/mine.jpg" style="height: 369px; width: 390px" />
       </div>




        <asp:LinkButton ID="LinkButton1" runat="server" BackColor="SteelBlue" BorderColor="#66CCFF" BorderStyle="Ridge" CausesValidation="False" Font-Names="Book Antiqua" Font-Size="Small" PostBackUrl="~/default.aspx" Width="90px" CssClass="auto-style5" ForeColor="White" Height="20px">Home Page</asp:LinkButton>




    </form>
</body>
</html>
image-missing.docx
Avatar of jampost
jampost
Flag of United States of America image

ASKER

I attached the actual image that is causing the problems
J-M_PB_Cropped.jpg
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jampost

ASKER

Thank you for your help. Sorry it took so long for me to get back to the site. I didn't receive an email about the post.  Thanks again  --  Joe