macromedia.dreamweaver
[Top] [All Lists]

Re: php includes

Subject: Re: php includes
From: "Ken Binney" <kenbinney@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 31 Jul 2008 07:21:58 -0400
Newsgroups: macromedia.dreamweaver

This image is failing in IE6
<img src="../images/boat_thumbnail.jpg" alt="boat" width="132" height="138">

Your page code is seeking it in an images folder located one level above the 
root

Try this:

<img src="images/boat_thumbnail.jpg" alt="boat" width="132" height="138">

"Chris Leeds, MVP - FrontPage" <NewsGroups@xxxxxxxxxxxxxx> wrote in message 
news:g6s68i$h6c$1@xxxxxxxxxxxxxxxxxxxxxxxx
> Can you give a link to a specific page that fails this way? I assume it's 
> a path issue but you could get a definitive answer if we could see an 
> example.
>
> -- 
> Chris Leeds
> Contact: http://chrisleeds.com/contact
> Have you seen ContentSeed (www.contentseed.com)?
> NOTE:
> This message was posted from an unmonitored email account.
> This is an unfortunate necessity due to high volumes of spam sent to email 
> addresses in public newsgroups.
> Sorry for any inconvenience.
> "Ian Edwards" <i.edwards@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message 
> news:g6rv8d$a62$1@xxxxxxxxxxxxxxxxxxxxxxxx
>> Hi
>>
>> If I create an include using images and include that include on every 
>> page then forsome reason the images no not show in either design or 
>> preview mode. However if I view the include in design view or preview 
>> mode the images show up. I'm using a local host test server on Vista 
>> ultimate.
>>
>> When I upload it to the public server I'm told that the images are not 
>> visable yet they are on several PC's I've tested on.
>>
>> Has anyone any ideas why ???
>>
>> http://www.plymouthboatcharter.co.uk
>>
>> thanks
>>
>> Ian
>
> 



<Prev in Thread] Current Thread [Next in Thread>