BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Broken Banner Image! Please help
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge
View previous topic :: View next topic  
Author Message
Scott



Joined: 12 Mar 2006
Posts: 3

PostPosted: Sun Mar 12, 2006 8:38 pm    Post subject: Broken Banner Image! Please help Reply with quote

I followed the instructions at <> to creat a custom banner using a
Banner.gif that I uploaded to my home/images/ directory, but I only see
an image icon on my web page, not the image itself. I can't figure this
out. Sample 1 below works (existing and smaller gif than the one I
uploaded). Sample 2 does not. Can you help me? (note: I've since
deleted Banner.gif in my directory. I tried resizing it and uploading
it several times without success.)

=========Sample 1===============
<div class=component>
<div class=componentBlogname>
<img src=/images/attrib.gif></div>
</div>

>=========Sample 2==========
<div class=component>
<div class=componentBlogname>
<img src=/images/Banner.gif></div>
</div>
_________________
-Scott
Back to top
View user's profile Send private message
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Sun Mar 12, 2006 9:29 pm    Post subject: Re: Broken Banner Image! Please help Reply with quote

Scott, we responded to the support request you sent on this same topic since you followed it up with additional information about the code you were using. If you still have questions about adding a banner image, please feel free to followup here.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Scott



Joined: 12 Mar 2006
Posts: 3

PostPosted: Sun Mar 12, 2006 10:33 pm    Post subject: Reply with quote

That's the fix! Nice to know that CSS is case sensitive.

Thanks for the help.
_________________
-Scott
Back to top
View user's profile Send private message
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Sun Mar 12, 2006 10:40 pm    Post subject: Reply with quote

It's actually the server that is case-sensitive when it comes to image locations... Case matters on most Linux and UNIX web servers.

Also, you had missed a leading slash in your Image reference. Remember, there is a huge difference between this:

Code:
<img src="Banner.gif">


and this:

Code:
<img src="/Banner.gif">
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> Beginner's Lounge All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum