Try using $$img, not $$imgs.  The value of $imgPath in index.php
should map into $$img. It often helps to look at the actual html
output by BoltWire. Sometimes that will give you a clue what is going
on. You should be able to cut and paste the url into the browser and
get it to pull up the image. Figure out what url works for the image,
then modify the $imgPath vars in index.php to get it to output the
proper html. Sorry you are having problems.

Let me know if this doesn't work.

Cheers,
Dan


On Mon, Aug 10, 2009 at 3:22 PM, Tim<[email protected]> wrote:
>
> Hi Dan,
>
> Thanks for your help and apologies for not posting back sooner. I've
> tried what you suggested and still can't get the images to work this
> way, so I'm still left wondering what I'm doing wrong!
>
> The path to my images folder is:
>
> ../boltwire/farm/images
>
> so I've added the following line to my index.php file before the
> engine call:
>
> $imgs = '../boltwire/farm/images';
>
> and then amended the following lines in the code.skin file:
>
> <link rel='shortcut icon' href='$$imgs/favicon.ico' />
> <img src='$$imgs/boltwire.gif' align='right' border='0'
> alt='www.boltwire.com' />
>
> the HTML source output then looks like this:
>
> <link rel='shortcut icon' href='/favicon.ico' />
> <img src='/boltwire.gif' align='right' border='0'
> alt='www.boltwire.com' />
>
> with still no nice images loading!  Any ideas?
>
> Cheers,
>
> Tim
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to