Header Logo Not showing on localhost/hesk

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
biiboy
Posts: 7
Joined: Mon Mar 13, 2017 12:20 pm

Header Logo Not showing on localhost/hesk

Post by biiboy »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Hi...
I want to ask about header logo. in my localhost/hesk, header logo can not show but when I'm to want login, logo can show normally. I try to any browser but no luck
<div style="width:960px;margin-left:auto;margin-right:auto;padding-left:10px">
<img src="../img/logo2.png" width="372" height="92" alt="" border="0" /></a>
</div>
Image

Image


that's my code in header.txt

thanks for help
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Header Logo Not showing on localhost/hesk

Post by Klemen »

Change "../img/logo2.png" to the full URL of your logo, for example "http://localhost/hesk/img/logo2.png"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
biiboy
Posts: 7
Joined: Mon Mar 13, 2017 12:20 pm

Re: Header Logo Not showing on localhost/hesk

Post by biiboy »

thanks klemen... you like a magician :D
Post Reply