1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Need help with logo editing

Discussion in 'Web Design' started by ntchild, Feb 22, 2009.

  1. ntchild

    ntchild New Member

    HI
    i'm using the Charity Trust template and i want the exact same text changed to CHILD LANKA ORGANIZATION. When i changed this in the .psd file and save the images i get only CHILD LANKA ORG. :confused: How can i get the whole thing?? :mad:
    PLs help. thanks in advance
     
  2. JBurbridge

    JBurbridge New Member

    How did you edit the text?

    Hi, I'm assuming your using Photo Shop. I'm thinking you may need to decrease the size of the text you are writing in. My issue is, how did you remove the text that was there, and get the shaded color to look good, so it blends when you return it to the template?

    Thanks!
     
  3. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    had either of you looked at the coding in the index.html file? there you willl see
    Code:
    <div id="header">
       <h1><img src="images/[COLOR=red]logo.jpg[/COLOR]" [COLOR=darkgreen]width[/COLOR]="172" height="45" alt="Charity Trust"></h1>
    maybe you could try editing the logo.jpg and adjusting the "width" :rolleyes:
     
  4. ntchild

    ntchild New Member

    HI
    Well that doesn't work. Because when i edit the text in the psd file and save the images, the logo.jpg saves only part of the text. actually i think its saving the slice and that slice only contains part of the text (this i noticed in the page 'save for web and devices window in photoshop).
     
  5. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    I'm not one of the graphics gurus, but you need to slow down and re-read
    and your responce was
    Nothing was said about the psd file, not by me. You are hung up on psd files and very powerful software.
    Try looking for the logo.jpg and edit it, save it.
     
  6. CovertPea

    CovertPea Moderator Staff Member Verified Member

    After making a new header (which ended up as having dimensions of 383 x 54) I played around with the template in 'Coffee Cup'.
    I found the original header info in the HTML as this:

    <h1><img src="images/logo.jpg" width="172" height="45" alt="Charity Trust"></h1>

    and adjusted it to suit the new logo size as:

    <h1><img src="images/logo.jpg" width="383" height="54" alt="Charity Trust"></h1>

    Did a page refresh and all fits well now!

    So, replace the current logo.jpg from your image folder with the one below.
    Alter the html as I've shown above, and you're done.

    (I've even surprised myself that this actually worked.) :D

    Cheers
    CP
     

    Attached Files:

    • logo.jpg
      logo.jpg
      File size:
      15.3 KB
      Views:
      643
  7. ntchild

    ntchild New Member

    HI
    Thank you sooooooooo much for this. :D
    You r great!! :D