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. How can i get the whole thing?? PLs help. thanks in advance
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!
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"
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).
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.
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.) Cheers CP