Hello all, I changed the upper left images in the layouts pages for a
logo image of my company. But now when I try to open the website from
another server (just like a normal user will be using the sharepoint) I
can not see the images. Can somebody tell me what to do? This is the
source of my logo right now: src="http://localhost/images/locgo.gif"
Do I need to place the logo.gif in other folder or something?

Please help, Thank you

RE: Problem with some images in the layouts by adamsharepointsecuritycom

adamsharepointsecuritycom
Wed Jul 05 17:07:02 CDT 2006

Do you mean by the header you placed in the layouts directory?

in which case you would have to reference /_layouts/images/logo.gif and make
sure that permissions for the image (right click the image to check) are
correct so all users can see it.

Sorry, if you can clarify because the title of the thread and the post don't
jive.

Adam Buenz
http://www.sharepointsecurity.com
MVP -- Windows SharePoint Services

"erick-flores" wrote:

> Hello all, I changed the upper left images in the layouts pages for a
> logo image of my company. But now when I try to open the website from
> another server (just like a normal user will be using the sharepoint) I
> can not see the images. Can somebody tell me what to do? This is the
> source of my logo right now: src="http://localhost/images/locgo.gif"
> Do I need to place the logo.gif in other folder or something?
>
> Please help, Thank you
>
>

Re: Problem with some images in the layouts by Todd

Todd
Thu Jul 06 09:30:13 CDT 2006

If the source is http://localhost that means each instance of IE is going to
try to get it from the machine it's on, not the server. I bet that's not
what you meant to do. Do like Adam suggested and copy the image to the
layouts folder and change the link to point there instead.

tk
"erick-flores" <chunkyflores@hotmail.com> wrote in message
news:1152126039.473480.135330@l70g2000cwa.googlegroups.com...
> Hello all, I changed the upper left images in the layouts pages for a
> logo image of my company. But now when I try to open the website from
> another server (just like a normal user will be using the sharepoint) I
> can not see the images. Can somebody tell me what to do? This is the
> source of my logo right now: src="http://localhost/images/locgo.gif"
> Do I need to place the logo.gif in other folder or something?
>
> Please help, Thank you
>



Re: Problem with some images in the layouts by erick-flores

erick-flores
Thu Jul 06 09:38:50 CDT 2006

I fix the problem by putting the images in the server, Thank you guys