DDame Posted May 4, 2009 Posted May 4, 2009 I have looked high and low for the answer --- no luck. Maybe someone out there knows? I followed the directions for replacing the OSCommerce logo/header with my own. It worked fine, but is only located on the left half/top of my page. I want to add another photo into the right side so that the header is completely filled. It looks funny right now.... It is completely blank on the right side. Thanks! I originally posted under the wrong topic, sorry.
♥geoffreywalton Posted May 4, 2009 Posted May 4, 2009 This should help http://www.w3schools.com/html/html_images.asp Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
DDame Posted May 4, 2009 Author Posted May 4, 2009 Thanks, I love that site, it has been a great help. I went into my header section and added a duplicate of the header code that included my photo: <table border="0" width="100%" cellspacing="30" cellpadding="0"> <tr class="header"> <td valign="center"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'DDDG.jpg') . '</a>'; ?></td> ...which uploads my new second header pic underneath the first one ... still can't figure out how to get the blank white areas on the right sides of BOTH pics now to go away. I even removed STORE_NAME to see if that would work, but no. Anyone have an idea on what I can do to the code to get these white areas to disappear?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.