Quote Originally Posted by roachkazy View Post
Jade you make an amazing template. Thank You

I have a little problem that is more the fact that i am not formular with PHP then it is with this template.

i am trying to add a logo and a banner, so i was reading the readme.txt and it say "Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?" so i opened up hearder.php and tried to edit

PHP Code:
// added defines for header alt and text
  
define('HEADER_ALT_TEXT''Kays Naturals :: Build Muscel Not Fat');
  
define('HEADER_SALES_TEXT''kaysbanner.jpg');
  
define('HEADER_LOGO_WIDTH'' ');
  
define('HEADER_LOGO_HEIGHT'' ');
  
define('HEADER_LOGO_IMAGE''kayslogo.gif'); 
my question is how do i keep a tagline and a banner? with this code i dont get the image at all but the logo works fine, and how do i keep them all aligned?

thanks for any help
Remember that you need to point to the actual image. SO, something like "../images/kaysbanner.jpg" would work, if you have the image in the main images/ folder. Right now its looking for the image in the main site folder.

If you're still having issues, please reply with a link to your site.