navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

image woes...

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> image woes...
Page: [1] 2   next >   >>
 
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
image woes... - 1/20/2003 11:23:48   
Okay... I published a sub-web and everything seemed to work fine last night. Then today the one image that is used doesn' t show up... only the placeholder (box with " x" )

So, I jumped online in IE and opened live... sure enough the image is there.

Step two, I checked my page code and it' s correct:
</head>
<body>
 <div class=" A" >
   <img src=" name.gif"  width=" 250"  height=" 62"  border=" 0"  alt=" Alt Text" >
   <div class=" B" >
       <a class=" 1"  href


Step three, I checked that the file name matched in the web dir... check.

Step Four, I checke the file path, which looks like this:

htt://ww.myweb.com/subweb/directory/page.asp (edited to remove targetless link...)

All files in this sub-web are located in the same directory... (A file called " development" )

Step Five, I recalculated hyperlinks

Step Six is to go home and re-publish... but I wanted to know if anyone had any thoughts about what might be causing the problem... so far everything shows up except for that image :)

I don' t want to post the URL because it' s a development project that I' m not ready to share with everyone just yet...


:edit:
Sorry, accidentally posted in the ASP forum... had to move it here :)


< Message edited by bobby -- 1/20/2003 8:33:02 AM >


_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 11:28:41   
Bobby,

I tried your link:

" The page can not be displayed"

Usually you get the x instead of the picture if the picture is in a path different from the one allocated in the src. It happened to be before, when I added the ../ImageFolder it worked. Maybe your case is different since you have checked to see that the path is correct.

Hisham

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 11:30:49   

quote:

ORIGINAL: bobby
I don' t want to post the URL because it' s a development project that I' m not ready to share with everyone just yet...


Ah.. Ok this is why the link is inactive.

The only reason I know is that the picture has been moved from its place.

Hisham

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: image woes... - 1/20/2003 11:35:38   
Thanks for checking, Hisham.

I edited the file path above so it won' t look like a link anymore... I forgot we don' t have to use the LINK button to create a link from the forum... [:p]

I' m stumped, I hope that republishing does the trick... because I' m kinda lost...

Do you suppose it could have something to do with the fact that it' s in a directory, not in the root of the sub-web..? All files are in the same location, so it shouldn' t matter AFAIK...

I' m gonna be perplexed by this one until I get it fixed... which won' t be until at least later tonight... gonna be a long day... :)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 11:35:58   
Bobby,

To clear the issue



  • Create a new page
  • Insert Picture
  • Create a folder
  • Save the page then save the picture in the folder
  • Browse it and see the path
  • Remove the picture from the folder
  • Save the page and browse again
  • You will get the x sign


Try doing is from the menus without hard coding now.

New Page
Insert
Picture
From File
Save the page
Save the image in the same problem folder
Browse the page
See the right path

I can' t think of anything else.

Hisham

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 11:38:10   
Bobby,

If all files are in the same folder then it should work.

Did you check the image extension? is it gif, bmp, jpg, jpeg,png...etc?

Hisham

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: image woes... - 1/20/2003 11:39:48   
Yeah... everything should be working... y' know how that goes... :)

(it is .gif BTW)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 11:43:01   
Bobby,

Try changing the name of the picture in both places from name.gif to name1.gif and check.

This is really strange?

Did you try to make the test link and browse the page?

New Page>Insert>Picture>From File then save it and browse it, just to make sure.

Hisham

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: image woes... - 1/20/2003 11:52:09   
quote:

Try changing the name of the picture in both places


Brilliant, that I can do now...

WPB

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 11:54:03   
Bobby,

If it did not work, please try a new page, insert the same picture using the mouse, not the code, save and browse the page and see the result. Then go to the HTML view and see the path.

Hisham

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: image woes... - 1/20/2003 12:09:52   
quote:

Try changing the name of the picture in both places


no joy...

quote:

try a new page, insert the same picture


nope...

Same file path, etc... I tried building a page in the root web and the sub-web root and link the image from there... still no dice.

I think I better email my host again...


_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 12:15:57   
Hi Bobby,

Did you Create a new page, Insert Picture, From File, then located the picture physically, then saved the page, after that no dice?:)

Really strange

Hisham

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 12:17:23   
Bobby,

Click on your root directory, select tools>recalculate Hyperlinks.

This is the last hope.

Hisham

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 12:35:46   
Hi Bobby,

If your hosting your site on a Unix server, check the case becuase it is case sensitive.

Hisham

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 12:38:05   
Bobby,

If the site is working fine on your PC locally. Republish your website and select overwrite.

Hisham

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: image woes... - 1/20/2003 13:05:10   
quote:

Did you Create a new page, Insert Picture, From File, then located the picture physically, then saved the page, after that no dice?

yep

quote:

Click on your root directory, select tools>recalculate Hyperlinks.

Tried that...

quote:

If your hosting your site on a Unix server, check the case becuase it is case sensitive

It' s a Windows server, but I did check the case, even renamed a file that had mixed case to all lowers... still no dice...

quote:

If the site is working fine on your PC locally. Republish your website and select overwrite.

That' s the next step... only I have to wait until I get home to do it... tick-tock... only 6 hours or so to go... :)

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 13:49:19   
Hi Bobby,

I can' t wait to see it solved, this will be a good post when you find out what is the problem.

It should be a FAQ.

Hisham

(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/20/2003 15:16:42   
Hi Bobby,

How did you move the messsage to another forum and locked the reply button?

Did you do that or Spooky did? Or you are a moderator to the forum?

Thanks
Hisham

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: image woes... - 1/20/2003 16:13:55   
Just ask Spooky or one of the Mod' s - any of the moderators can move a thread...


_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
Long Island Lune

 

Posts: 2340
Joined: 6/8/2002
From: New York
Status: offline

 
RE: image woes... - 1/20/2003 23:59:26   
bobby,

quote:

Okay... I published a sub-web and everything seemed to work fine last night


A few stupid questions from me:

1): Is this page (that holds this .gif) in your subweb?
2): Is this .gif in your subweb or subweb tree?

:)





_____________________________


(in reply to bobby)
erinatkins

 

Posts: 3072
From: Mechanicsville VA USA
Status: offline

 
RE: image woes... - 1/21/2003 9:30:49   
Update????? Curiosity is killing me.

_____________________________

All Hail Great Spooky - Master of the Outfront Forums. He can make you or break you.

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: image woes... - 1/21/2003 10:30:37   
Still no luck... looks like my host took yesterday off for MLK day.

I hope to hear back from them today...

Mike, to answer your question:

MyWeb
... My Sub Web
... ... Directory
... ... ... All page and image files

Everything is in the directory (folder) in my sub-web. All of the pages, includes, etc. come up just fine except for the image.

I republished last night and nothing... so I rebuilt the image and replaced it... nothing.

Erin - this reminds me of a rollover button a couple months back, remember? :)

I sent my host another email (via their service req form) yesterday. I should hear back from them today... I hope.

Starting to get a bit anxious and antsy.

I posted this same question on my hosts forum, got pretty much the same replies. One of the members there took a copy of my source code, created the same scenerio on their website and was able to get it to work.

I' m hoping it' s something simple like a re-boot of the server...

WPB

:edit:
Erin -
" Curiosity killed the (skating) cat,
but a trip to Disney brought her back"

:)

< Message edited by bobby -- 1/21/2003 7:31:32 AM >


_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
erinatkins

 

Posts: 3072
From: Mechanicsville VA USA
Status: offline

 
RE: image woes... - 1/21/2003 10:42:52   
quote:

" Curiosity killed the (skating) cat, but a trip to Disney brought her back"

ROFLMAO:) Good thing I have 9 lives:)

Yes I remember the rollover button.[:' (]:):)

I expect a answer on this when I get back.

_____________________________

All Hail Great Spooky - Master of the Outfront Forums. He can make you or break you.

(in reply to bobby)
Long Island Lune

 

Posts: 2340
Joined: 6/8/2002
From: New York
Status: offline

 
RE: image woes... - 1/21/2003 11:17:57   
Who is Mike???



erinatkins,
What does ROFLMAO mean???
I see it a lot but don' t know what it means.

_____________________________


(in reply to bobby)
erinatkins

 

Posts: 3072
From: Mechanicsville VA USA
Status: offline

 
RE: image woes... - 1/21/2003 11:30:10   
quote:

ROFLMAO


ROFLMAO. (Rolling On the Floor Laughing My Ass Off)

list of others

< Message edited by erinatkins -- 1/21/2003 11:32:17 AM >


_____________________________

All Hail Great Spooky - Master of the Outfront Forums. He can make you or break you.

(in reply to Long Island Lune)
Long Island Lune

 

Posts: 2340
Joined: 6/8/2002
From: New York
Status: offline

 
RE: image woes... - 1/21/2003 12:09:42   
Thanks

_____________________________


(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: image woes... - 1/21/2003 13:04:07   
quote:

Who is Mike???


Lune, I' m sorry... I saw your Calvin-esque avatar and my mind instantly thought Mike54... guess I need to pay more attention... :)

Yes, it is a killer... and driving me nutso! I just went on and removed the Alt text from my image tag, just for S&G but still no luck.

Aaaaaaaaaaaaaaaaaaaaaarrrrrrrrrrrrrrrrrrrrrrrrrgggghhhhhhhhhhhhh!

" Tension breaker, had to be done."

< Message edited by bobby -- 1/21/2003 10:04:45 AM >


_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
Long Island Lune

 

Posts: 2340
Joined: 6/8/2002
From: New York
Status: offline

 
RE: image woes... - 1/21/2003 13:12:47   
bobby,

Yes, this is a real puzzle. We' ll find the culprit. This could be one for the record books. Hisham had a point.

LLLuneeeee :)

_____________________________


(in reply to bobby)
hhammash

 

Posts: 1064
Joined: 8/19/2002
Status: offline

 
RE: image woes... - 1/21/2003 13:55:58   
Hi Bobby,

Did you try your page that has the problem from more than one computer or just one?

Does your Host have a DHCP server that gets refreshed in certain times?

I strongly feel that the image link can not see the image it is linked too.

Regards
Hisham

(in reply to bobby)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: image woes... SUCCESS!!! - 1/21/2003 13:56:17   
Success! I think...

I opened site live, right clicked the directory folder and checked the " allow files to be browsed" box... now it works just fine..?

Anyone know of any issues with setting that permission..?

Holy balut egg, Batman! I' ve never had this much trouble getting an image to display... [:j]

I' m just glad it' s done... :)

Thanks for all your help, everyone!

Now for database permissions on this folder (via the host) and I' m golden!



_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to bobby)
Page:   [1] 2   next >   >>

All Forums >> Web Development >> General Web Development >> image woes...
Page: [1] 2   next >   >>
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts