|
|
#1 |
|
Member
Join Date: Jan 2009
Location: England
Posts: 37
Rep Power: 2 ![]() |
Hi everyone,
Im new to designing my classifieds website. Can any of you good people please tell me how I add my logo to my hosted classifieds site. ive had a bit of a browse around my file and it blew my mind. Also I understand I will need to first upload my logo, can you please tell me how I go about this and where in my files do I store it ?? do I need to create a new folder ?? Please help my heads hurting
|
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,336
Rep Power: 40 ![]() ![]() |
You can download my free book excerpt, Modifying the 68c Default Template (v4.0.x) from my blog store.
-Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#3 |
|
Member
Join Date: Jan 2009
Location: England
Posts: 37
Rep Power: 2 ![]() |
Hi Mike )or anyone else,
I have resolved the issue of uploading and placing my logo, but I have another problem if you look at the logo in my website it appears to be half coverd by the search and menu bar, can you please tell me what other information I need to make more space to show the logo totally The section of the code is below: div id="logo"> {* This portion is the site title. The top left corner. *} <img src="/uploads/classifiedslogo.JPG"</a> </div> </div> <div id="tabs"> {* Tab navigation with the search bar *} <ul> Last edited by jason1971; 01-27-2009 at 09:54 AM. |
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,336
Rep Power: 40 ![]() ![]() |
First off, get rid of the erroneous "t right before the logo. Second, you need to add the proper dimensions to the image source and an ending ">".
You have: <img src="/uploads/classifiedslogo.JPG" You should have: <img src="/uploads/classifiedslogo.JPG" height="XX" width="xxx" /> Hope that helps, -Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#5 |
|
Member
Join Date: Jan 2009
Location: England
Posts: 37
Rep Power: 2 ![]() |
thanks mike
|
|
|
|
|
|
#6 |
|
Moderator
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,336
Rep Power: 40 ![]() ![]() |
A couple of other things to note. Your logo image has a ton of white space at the bottom. I would suggest editing your logo and cropping it. You still need to enter the height and width attributes of the logo image. It's also strongly suggested that you add the alt="what you want here" attribute. also the end of the img element needs to have " />". That is a space before the "/" to be proper valid XHTML code.
You may also want to edit your style.css file. Once you know the height of your logo image, then change your height attribute in the #header appropriately. -Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0.9, 4.1 Templates, Mods & Docs for sale | My blog with much content for 68 Classifieds. Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Logo Help | island1 | v4 Questions & Support | 18 | 12-15-2008 09:24 AM |
| Add a Logo into V4 | jj30 | v4 Questions & Support | 7 | 06-09-2008 02:41 PM |
| New Logo | azrealty | v4 Questions & Support | 17 | 05-13-2008 05:37 PM |
| Changing the name of a field and changing page backgound | Sandy68Classi | v3.1 Modules & Modifications | 7 | 10-16-2007 01:31 AM |
| Changing the 68Classifieds logo | twlada | v3.1 Questions & Support | 2 | 01-29-2007 04:04 AM |