On Wed, Oct 28, 2009 at 11:24 AM, Jim Mirick <[email protected]> wrote:
> > Config file says: > > [header_logo] > alt = Yoah Logo Heah, deah > height = 30 > width = 250 > link = http://www.scanandgocard.com > src = http://localhost:8000/mtlogo.png > > This is going to try and get a file on your CLIENT machine, not the server. So, you need to put: src = http://ip.addy.to.tracserver:8000/mtlogo.png Now if the trac server is running on the same machine that you are browsing from, then I honestly don't know. --Scott --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
