macromedia.dreamweaver
[Top] [All Lists]

Re: php includes

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

Ahah.... thanks Murr

"Murray *ACE*" <forums@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message 
news:g6s8kh$jkf$1@xxxxxxxxxxxxxxxxxxxxxxxx
> Using root relative links would solve this problem.  I'm betting that the 
> include files are in an includes folder, in which case the images folder 
> WOULD be one level up.  That's what root relative links are for!
>
> -- 
> Murray --- ICQ 71997575
> Adobe Community Expert
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
> http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
> http://www.dwfaq.com - DW FAQs, Tutorials & Resources
> ==================
>
>
> "Ken Binney" <kenbinney@xxxxxxxxxxxxxxxxxxxxxxx> wrote in message 
> news:g6s78p$i52$1@xxxxxxxxxxxxxxxxxxxxxxxx
>> 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>