• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Images won't display

Community Beginner ,
Jun 30, 2017 Jun 30, 2017

Copy link to clipboard

Copied

I downloaded a free website template.

in CSS the URL directs to /images/logo.gif

the image is in the correct location and appears in Dreamweaver on the WYSIWYG.

if I open the page in Microsoft Edge, as a webpage, the logo.gif image appears on the webpage.

NOW I have opened the logo.gif in Photoshop, altered the image a little bit and re-saved the file in the correct location.

i open the page in creamweaver and the new logo.gif appears in the correct/same position.

BUT when I open the page in Microsoft Edge, the image does not appear on the website.

i have compared the original image settings with the altered image settings and everything is the same.

the only difference is the original image said that it may be blocked because the image came from another computer - so I unblocked the image, now it won't appear on the webpage but still appears in dreamweaver.

Help please.

Views

876

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Jul 02, 2017 Jul 02, 2017

Thankyou everybody for your help.

the images wouldn't show up when I viewed the page straight from my root folder.

but I uploaded everything to my server and mysteriously, they show on the website.

thankyou again.

Votes

Translate

Translate
Community Expert ,
Jul 01, 2017 Jul 01, 2017

Copy link to clipboard

Copied

Design view in Dreamweaver is not WYSIWYG. Depending on what you have done, there may be a problem with z-index. Hard to say without being privy to the code.

The best way is to supply a link to your site, second best is to paste the code here.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 01, 2017 Jul 01, 2017

Copy link to clipboard

Copied

/* Website template by freewebsitetemplates.com */
@font-face {
    font-family: 'DynalightRegular';
    src: url('../fonts/dynalight-regular-webfont.eot');
    src: url('../fonts/dynalight-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dynalight-regular-webfont.woff') format('woff'),
         url('../fonts/dynalight-regular-webfont.ttf') format('truetype'),
         url('../fonts/dynalight-regular-webfont.svg#DynalightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
background: #262523 url('../images/bg-body.jpg') no-repeat center top;
color:#ffffff;
margin:0px;
}

#infos li.home a, #infos li.phone a, #infos li.address a,
#footer ul.advertise li.delivery a, #footer ul.advertise li.connect a.fb, #footer ul.advertise li.connect a.twitr {
background: url(../images/icons.gif) no-repeat;
}
#navigation li a, #contents h2 {
background: url(../images/braces-left.gif) no-repeat;
}
#navigation li a span, #contents h2 span {
background: url(../images/braces-right.gif) no-repeat;
}

/*-------------------------- Header --------------------------*/
#header{
width: 960px;
margin: 0px auto 105px;
position: relative;
}
#header span.signboard {
float: right;
background: url(../photos/schedule.gif) no-repeat;
display: block;
height: 125px;
width: 154px;
position: relative;
z-index: 9;
}
#header .tagline {
background: url(../images/breakfast-buffet.gif) no-repeat;
display: inline-block;
height: 80px;
width: 462px;
}

#infos {
display: inline-block;
width: 790px;
margin: 0px 0px 20px;
padding: 20px 0px 0px 10px;
}
#infos li {
float: left;
font-family: 'Times New Roman', Times, serif;
font-size: 17px;
list-style-type: none;
padding: 0px 10px;
}
#infos li a {
color:#ffffff;
display:block;
height: 21px;
padding-top: 6px;
text-decoration:none;
text-shadow: 0 1px #252525, 0 1px #252525, 0 -1px #252525, -1px 0 #252525;
}
#infos li a:hover {
color: #6dcff6;
}
#infos li.home a {
background-position: 0 -73px;
padding-left: 35px;
}
#infos li.phone a {
background-position: 0 -147px;
padding-left: 39px;
}
#infos li.address a {
background-position: 0 -110px;
padding-left: 40px;
}

#logo {
background: url(../photos/logo.gif) no-repeat;
display: inline-block;
height: 83px;
width: 330px;
margin-right: 5px;
}

#navigation {
background: url(../images/bg-navigation.gif) no-repeat left top ;
height: 32px;
width: 550px;
margin: 0px;
padding: 15px 10px;
position: absolute;
top: 92px;
right: 40px;
}
#navigation li {
float: left;
height: 30px;
list-style-type: none;
margin: 0px 3px;
}
#navigation li a {
background-position: 0 -90px;
color: #ffffff;
display: block;
font-family: 'DynalightRegular';
font-size: 25px;
height: 25px;
line-height: 25px;
padding-left: 16px;
text-decoration: none;
}
#navigation li a span {
float: right;
background-position: right -90px;
display: inline-block;
height: 25px;
margin: 0px;
padding-right: 22px;
}
#navigation li a:hover, #navigation .current, #navigation .current a {
background-position: 0 -52px;
color: #ffca00;
}
#navigation li a:hover span, #navigation .current a span {
background-position: right -52px;
}

/*-------------------------- Contents --------------------------*/
#body {
width: 960px;
margin: 0px auto 50px;
}

#featured {
height: 600px;
width: 960px;
margin: 0px;
padding: 0px;
}
#featured li {
float:left;
list-style-type: none;
}
#featured li a {
display: block;
}
#featured li.main a {
background: url(../photos/main.jpg) no-repeat 0 0;
height: 335px;
width: 540px;
}
#featured li.main a:hover {
background: url(../photos/main-hover.jpg) no-repeat 0 0;
}

#featured li.drinks a {
background: url(../photos/drinks.jpg) no-repeat 0 0;
height: 335px;
width: 420px;
}
#featured li.drinks a:hover {
background: url(../photos/drinks-hover.jpg) no-repeat 0 0;
}

#featured li.entree a {
background: url(../photos/entree.jpg) no-repeat 0 0;
height: 255px;
width: 540px;
}
#featured li.entree a:hover {
background: url(../photos/entree-hover.jpg) no-repeat 0 0;
}

#featured li.desserts a {
background: url(../photos/desserts.jpg) no-repeat 0 0;
height: 255px;
width: 420px;
}
#featured li.desserts a:hover {
background: url(../photos/desserts-hover.jpg) no-repeat 0 0;
}

#contents {
background-color: #ffffff;
color: #373737;
line-height: 24px;
border-top: 2px outset #393939;
border-bottom: 2px inset #393939;
margin: 0px 0px 50px;
padding: 22px 0px;
text-align: center;
}
#contents h2 {
background-position: 0 0;
color: #265d84;
display: inline-block;
font-family: 'DynalightRegular';
font-size: 41px;
height: 41px;
line-height: 41px;
margin: 0px 0px 42px;
padding-left: 22px;
}
#contents h2 span {
background-position: right 0;
display: block;
height: 41px;
padding-right: 20px;
}

#contents p {
letter-spacing: 1px;
margin: 0px;
padding: 0 10px 24px;
text-align: justify;
}
#contents p a {
color: #373737;
font-weight: bold;
}

#contents div {
width: 960px;
margin: 0px auto;
overflow: hidden;
}

/*------------------------- Contact us page -------------------------*/
#contents div table.contact-details {
float: left;
line-height: 24px;
width: 510px;
margin: 0px 0px 20px 10px;
text-align: left;
}
#contents div table.contact-details td {
padding-right: 20px;
vertical-align: top;
}

/*------------------------- book-events us page -------------------------*/
#booking form {
display: inline-block;
height: 401px;
width: 960px;
}
#booking form table {
float: left;
width: 940px;
border-collapse: separate;
margin: 0px 0px 0px 10px;
padding: 6px 0 0;
text-align: left;
}
#booking form table span {
display: block;
}
#booking form table td {
line-height: 24px;
padding: 6px 5px;
vertical-align: center;
}
#booking form table td textarea {
height: 179px;
width: 100%;
border: 1px solid #000000;
margin: 0 0 14px;
}
#booking form table td input {
width: 100%;
border: 1px solid #000000;
}
#booking form table td input.number {
width: 60px;
}
#booking form table td input.radio {
width: 16px;
border: 0px;
}
#booking form table td input.button {
float: right;
background-color: transparent;
color: #4b4b4b;
cursor: pointer;
font-family: Times New Roman;
font-size: 1em;
font-weight: bold;
width: 60px;
border: 0px;
margin: 0px;
padding: 0px;
}

/*--------------------------About us Page --------------------------*/
#aboutus h3 {
color: #292929;
font-size: 15px;
letter-spacing: 1px;
margin: 0;
padding: 0px 10px;
text-align: left;
}
#aboutus p {
color: #3e3e3e;
font-size: 15px;
letter-spacing: 1px;
line-height: 24px;
}
#aboutus p a {
color: #383838;
font-weight: bold;
}

/*-------------------------- Menu Pages --------------------------*/
#menus p, #menus p a, #booking p, #booking p a {
color: #333333;
font-size: 14px;
line-height: 24px;
letter-spacing: 0;
}
#menus h3 {
color: #265d84;
font-family: 'DynalightRegular';
font-size: 35px;
line-height: 35px;
font-weight: normal;
margin: 0px 0px 24px;
text-align: center;
}
#menus ul {
color: #393939;
display: inline-block;
margin: 0 0 42px;
padding: 0;
}
#menus ul li {
float: left;
list-style-type: none;
width: 480px;
}
#menus ul li ul {
margin: 0;
padding: 0px;
}
#menus ul li ul li {
float: left;
width: 210px;
margin: 0px;
padding: 0px 20px 0 10px;
text-align: left;
}
#menus .price {
float: right;
}
#menus ul li ul li p {
clear: both;
font-size: 0.9em;
font-style: italic;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}

/*------------------------- Main-course -------------------------*/
#menus ul.main li {
float: left;
list-style-type: none;
width: 210px;
padding: 0px 10px;
}
#menus ul.main li ul li {
padding: 0;
}

/*------------------------- Blog Page -------------------------*/
#blogs div.sidebar {
float: right;
width: 240px;
text-align: left;
}
#blogs div.sidebar h3 {
margin: 0;
text-transform: uppercase;
}
#contents #blogs div.sidebar ul li a {
color: #373737;
text-decoration: none;
}
#contents #blogs div.sidebar ul li a:hover {
color: #0e2934;
}

#blogs div.posts {
width: inherit;
margin: 0 0 48px;
}
#blogs div.posts ul {
line-height: 24px;
margin: 0;
padding: 0 0 0 15px;
}

#blogs div.archives {
width: inherit;
}
#blogs div.archives ul {
display: inline-block;
line-height: 24px;
list-style: none;
margin: 0;
padding: 0;
}
#blogs div.archives ul li {
float: left;
width: 120px;
}

#blogs div.section {
width: 680px;
margin-right: 280px;
}
#blogs div.section p {
font-size: 15px;
letter-spacing: 1px;
}
#blogs div.section p b {
display: block;
}

/*------------------------- Footer -------------------------*/
#footer {
color: #949494;
font-family: Times New Roman;
width: 960px;
margin: 0 auto;
}
#footer ul.advertise {
display: inline-block;
width: 940px;
margin: 0px auto 41px;
padding: 0px 10px;
}
#footer ul.advertise li {
float: left;
background: url(../images/braces.gif) 15px 0 no-repeat;
list-style-type: none;
height: 180px;
width: 210px;
margin-right: 13px;
padding: 0px 45px;
text-align: center;
overflow: hidden;
}
#footer ul.advertise li h2 {
color: #6dcff6;
font-family: 'DynalightRegular', cursive;
font-size: 53px;
line-height: 53px;
font-weight: normal;
margin: 0px;
padding: 6px 0;
}
#footer ul.advertise li p, #footer ul.advertise li a {
color: #ffffff;
font-size: 1.2em;
line-height: 20px;
margin: 0px;
text-decoration: none;
}

#footer ul.advertise li.delivery a {
background-position: 170px 10px;
display: block;
width: 170px;
padding-right: 16px;
padding-top: 6px;
text-shadow: 1px 1px 1px #252525;
}
#footer ul.advertise li.event h2 {
width: 215px;
}
#footer ul.advertise li.connect a.fb {
background-position: 0 -26px;
display: inline-block;
height: 37px;
width: 17px;
margin-right: 8px;
}
#footer ul.advertise li.connect a.twitr {
background-position: 0 -184px;
display: inline-block;
height: 37px;
width: 49px;
}
#footer ul.advertise li p a, #footer ul.advertise li.delivery p a {
background: none;
display: inline;
font-style: oblique;
padding-right: 0px;
}
#footer ul.advertise li p a:hover {
color: #949494;
}

#footer div {
line-height: 24px;
text-align: center;
}
#footer div a {
color: #949494;
padding: 0px 10px;
text-decoration: none;
}
#footer div a:hover, #footer div ul li.selected a {
color: #ffffff;
}
#footer div ul {
display: inline-block;
height: 21px;
margin: 0px auto;
padding: 0px;
}
#footer div ul li {
float: left;
list-style-type: none;
text-align: center;
}
#footer div ul li a {
border-right: 1px solid #949494;
}
#footer div ul li.last a {
border: 0px;
}
#footer div span {
display: block;
line-height: 24px;
margin-bottom: 20px;
}
#footer div span a {
padding: 0px;
}

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 01, 2017 Jul 01, 2017

Copy link to clipboard

Copied

<BUT when I open the page in Microsoft Edge, the image does not appear on the website.>

Did you refresh your browser (F5 or Ctrl+R) to clear contents from cache memory?

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 01, 2017 Jul 01, 2017

Copy link to clipboard

Copied

Yes, I refreshed regularly. Closed down Dreamweaver and my PC and reopened.  Still same problem.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 01, 2017 Jul 01, 2017

Copy link to clipboard

Copied

Then there's a problem with your image.

CMYK color mode is for print.

Web images must be optimized and saved for the web in sRGB color mode as either JPG, PNG or in some cases GIF.

Can you open the image itself in your browser by going to File > Open and pointing to the image location in your site folder?

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jul 01, 2017 Jul 01, 2017

Copy link to clipboard

Copied

Does images show if you use another browser?

If it doesn't its like to be something to do with the way you have edited and re-saved the image.

I'm not sure what color space browsers can handle these days, in the past some didn't show cymk only those saved as rgb.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 01, 2017 Jul 01, 2017

Copy link to clipboard

Copied

Images are saved in the same format that they were before the editing.

i.e A gif image that would appear in the browser, but wouldn't appear after the editing.  The image was saved as a gif.

The same is happening with jpg images that would appear in browser from the downloaded zip file, but once I edited the image and saved as a jpg in RGB, now it wont appear in the browser.

PROGRESS - all images appear in EXPLORER but do not appear in EDGE?

Why is it that the images are appearing in one browser but not in the other?

Thank you OSGOOD for that direction.......

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 01, 2017 Jul 01, 2017

Copy link to clipboard

Copied

Did you change the SRC to your image from filename.gif to filename.jpg?

Is it pointing to the correct folder in your local site?

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 01, 2017 Jul 01, 2017

Copy link to clipboard

Copied

I didn't change any SRC or filename ext.

The webpage worked fine with all images that were downloaded with the template.

I opened one image from the <site> straight into Photoshop, edited the photo and then when saving, I overwrite the original image in the same location with the same filename ext.

But now I have found that the edited images are showing in EXPLORER but still do not show in EDGE.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 02, 2017 Jul 02, 2017

Copy link to clipboard

Copied

Can you post the image?

Nancy

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 02, 2017 Jul 02, 2017

Copy link to clipboard

Copied

Thankyou everybody for your help.

the images wouldn't show up when I viewed the page straight from my root folder.

but I uploaded everything to my server and mysteriously, they show on the website.

thankyou again.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 03, 2017 Jul 03, 2017

Copy link to clipboard

Copied

LATEST

Glad you got it working. Thank you for letting us know.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines