View Full Version : Need Help putting LOGO on my site
Charm80
05-23-2008, 02:37 AM
I already have my website built can anyone Help me how to put a Logo. Hopefully step by step coz Im just a newbie, am still learning.
Thanks alot Guys for your Help :confused:
CNXtra
05-23-2008, 08:28 AM
Can we get a link to your site, please?
EasyCall
05-23-2008, 12:20 PM
Yes, we need more information. Do you have a logo created already? Where do you want it to go on your website. Is your site built in a content management program? If so, you'll need to edit the template. Give us a link to the site and tell us more about what you want to do.
thaddius
05-23-2008, 01:02 PM
go to linuxfixit.com (http://www.linuxfixit.com) and enter in your info and I will make and upload one for you...
Charm80
05-23-2008, 02:01 PM
Yes I already have a logo heres the site www.hobimages.com I am still searching and learning just to do it on my own, and about my site someone build it for me which when I search its just so easy but the problem I dont have a logo when he done it for me, so right now all I need is to add a logo and may I know how to add banners also? Thanks alot for your Big Help guys I really appreicate it!
Charm80
05-23-2008, 02:25 PM
Follow Up Question I need to add more features from CGI Center I been up til 7 a.m trying and searching how to add this features but still dont have luck I hope somebody hep me figuring it out. Thank You!
Chella
05-23-2008, 04:14 PM
If you want to change the logo, you can always download a copy of your current logo to your computer, edit it with image program (e.g. Photoshop, GIMP, etc.) and then overwrite the old version when you upload.
Your logo file is located here: http://www.hobimages.com/templates/default/images/logo.jpg
Charm80
05-23-2008, 05:14 PM
Thanks may I know how to put it in my site?
Chella
05-24-2008, 01:29 PM
You would need to upload it via the File Manager inside your Control Panel or through FTP, into the same directory the old version of the logo is stored (posted above.)
EasyCall
05-24-2008, 05:31 PM
If you look at the source code of your site you'll see a line of code that says this:
< img src = "templates/default/images/logo.jpg" width = "236" height=79 >
You need to upload your logo to the public_html/templates/default/images/ folder. If you name it logo.jpg and its size is 236 by 70, then you won't have to do anything else. If it is a different size, you will need to find the template where this line of code resides and edit the size and maybe the name if your logo has a different name.
You'll need an ftp program to log in and find these files. If your program allows you to edit the code on the server, you can just do it there. Otherwise, you'll need to download the file to your computer, edit it and then upload it back where it came from.
What program was used to build your site? Does it have a place where you can log in and edit the template? If not you'll have to do it manually like I mentioned above, but be very careful to not change anything else about the template except for the logo line or things might now work right.
code_m
05-25-2008, 02:08 PM
The only required tags for an image is IMG and SRC.. other than that, sizes is determined by the file.
as long as you keep the same size ratio, you can make a picture as small as you want.
say your image file is saved as 6000x1000
You can easily write in the tags width="600" height="100" and it will look fine. Keep in mind that it will take longer to load the bigger image you have. Also, you may want to CENTER the image for people that use larger screen sizes, so it looks about the same.
If your struggling to understand HTML, I suggest you install a web program such as Drupal or buy a nice book, they give you lots of hints and tips.
Charm80
05-27-2008, 06:58 PM
Wow thanks alot guys you made it very easy for me for a first timer. I hope it works Well! Sorry for not replying that quick, we are on the bad weather condition KS area if you hear in the news its really bad, we dont have internet connection for couple of days coz of the weather but not cameback fine. I need to thank you so big again for your Help, I dont want to waste money just to put a little thing in my site. God Bless You All!!
Charm80
05-27-2008, 07:17 PM
Follow Up Question, i did upload 275x275 logo I dont know if it works! After I download the logo to Public FTP what's the next im going to do?
code_m
05-28-2008, 08:55 PM
if you put a file in "public_ftp" you will need to complete refer to it in your HTML, it's easier if you upload to "public_html" (don't worry, HTML is just a name here, they do not have to be in html format..)
so if your picture (or banner in your case) is in the same directory (folder) as your webpage (say index.html) then you would type:
<IMG src="mypic.jpg">
once you see it on your page you can move the code within your page to make the picture file on your page show up where you want it.
Charm80
05-28-2008, 11:55 PM
Do I need to delete the old logo coz i already uploaded my new Logo? I did follow the instruction
public_html
templates
default
images
folder
When I uploaded it the Type says image/x-generic
Theres nothing change on my site, The old logo named logo.jpg it means I need to delete this and then name my new logo like the old one?
I am so sorry so dummy here can't really get it. :(
EasyCall
05-29-2008, 12:19 AM
Yes, you can delete the old one and name the new one logo.jpg or if you want to save the old one, just rename it to oldlogo.jpg and call the new one logo.jpg. But since your file size is different than the original logo.jpg, I think you will need to find the file that contains the template for your site and change the size, otherwise your logo might show up looking squashed or stretched.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.