now all i need is to get a small pic in the right and left hand side stevesh said i need to put something in the headerwapper but not sure what??
2 Files need editing for your template structure
A copy of tpl_header.php and I have named the additionals as logoLeft & logoRight for left & right
Add the red text in tpl_header.php
<!--bof-branding display-->
<div id="logoWrapper">
<div id="logoLeft"><?php echo zen_image($template->get_template_dir(HEADER_LOGoL_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGoL_IMAGE) ; ?></div>
<div id="logo"><?php echo zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE) ; ?></div>
<div id="logoRight"><?php echo zen_image($template->get_template_dir(HEADER_LOGoR_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGoR_IMAGE) ; ?></div>
<?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
<div id="taglineWrapper">
For header.php which you have already edited for width & height
Add the red text in header.php
define('HEADER_ALT_TEXT', '');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '???px');
define('HEADER_LOGO_HEIGHT', '???px');
define('HEADER_LOGO_IMAGE', 'image_name');
define('HEADER_LOGOL_WIDTH', '???px');
define('HEADER_LOGOL_HEIGHT', '???px');
define('HEADER_LOGOL_IMAGE', 'image_name');
define('HEADER_LOGOR_WIDTH', '???px');
define('HEADER_LOGOR_HEIGHT', '???px');
define('HEADER_LOGOR_IMAGE', 'image_name');
Your images need to be in your_template/images/