The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Why won't my images work?, Please help :( I'm really stressing out.
alymarcotte
post Jul 29 2010, 02:53 PM
Post #1


Newbie
*

Group: Members
Posts: 11
Joined: 3-September 08
Member No.: 6,579



Why won't my images work here:
http://www.djcarchitect.com/portfolio/museums.html

the nav bar images work, but the main image isn't showing up.. i'm very confused and stressed about this. Thank you.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
 
Reply to this topicStart new topic
Replies
Darin McGrew
post Jul 29 2010, 04:30 PM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



One way to narrow down a problem like this is to start with the version that works, and change it to the version that doesn't work one change at a time. Check whether it still works after each change. When it no longer works, that will show you one of the key changes that breaks it.

BTW, you don't specify a background color for the page.

Style sheets should contain just the CSS. Your a_tag_effects.css includes a log of extraneous markup that should be removed.

Some of your style sheet paths are broken. This one refers to a file on your local filesystem, which will not be available to anyone else:

<link href="file:///G|/PROMOTIONAL/CSS/a_tag_effects.css" rel="stylesheet" type="text/css" />

This one returns 404 Not Found:

<link href="../../Templates/public_html/CSS/a_tag_effects.css" rel="stylesheet" type="text/css" />
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
alymarcotte
post Jul 29 2010, 04:34 PM
Post #3


Newbie
*

Group: Members
Posts: 11
Joined: 3-September 08
Member No.: 6,579



Thanks for all of the help.
I surprisingly identified the problem using that method. It's the line where I added in the overflow: auto - for some reason, it's not liking that.


So i have that changed, and i went to upload the changes, and it's deleting everything. like zero source code. why would this happen?
here's an example of the page I just updated and fixed, then uploaded and it comes up blank:
http://www.djcarchitect.com/portfolio/page...s/AGimages.html

is this because i'm working away from my office maybe?


QUOTE(Darin McGrew @ Jul 29 2010, 05:30 PM) *

One way to narrow down a problem like this is to start with the version that works, and change it to the version that doesn't work one change at a time. Check whether it still works after each change. When it no longer works, that will show you one of the key changes that breaks it.

BTW, you don't specify a background color for the page.

Style sheets should contain just the CSS. Your a_tag_effects.css includes a log of extraneous markup that should be removed.

Some of your style sheet paths are broken. This one refers to a file on your local filesystem, which will not be available to anyone else:

<link href="file:///G|/PROMOTIONAL/CSS/a_tag_effects.css" rel="stylesheet" type="text/css" />

This one returns 404 Not Found:

<link href="../../Templates/public_html/CSS/a_tag_effects.css" rel="stylesheet" type="text/css" />

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 02:55 AM