Header Problem :-)

Permalink
I have a logo image as my header and I’m having problems making the logo image the same width as the content. I tried everything for image sizing to alignment and nothing seems to work. The theme I’m using is called Salt n Pepa. Please help - any ideas or suggestion would be highly appreciated.

Here’s the link to the website:http://www.merrell-merrell.com

Thanks!

 
kino replied on at Permalink Reply
kino
/packages/theme_saltpepper/themes/saltpepper/default.php

<div id="header">
   <?php $a = new Area('Header'); $a->display($c); ?>
</div>


change to

<div id="header">
   <p style="padding-left: 0px;"><img width="700" height="150" alt="MERRELL logo small.JPG" src="/files/1312/5547/5310/MERRELL logo small.JPG" style="vertical-align: middle; padding-left: 0px;"/></p></div>
Phatmdm replied on at Permalink Reply
Thanks for the reply, however when I make the change to the default.php I get the following error:

Parse error: syntax error, unexpected '<' in /home/merrellm/public_html/packages/theme_saltpepper/themes/saltpepper/default.php on line 6

Any idea on what could be the problem?

Thanks!
kino replied on at Permalink Reply
kino
not need <?php and ?>

I think that this forum program bug.

my origian post is
[ code ]
<div id="header">
<p style="padding-left: 0px;"><img width="700" height="150" alt="MERRELL logo small.JPG" src="/files/1312/5547/5310/MERRELL logo small.JPG" style="vertical-align: middle; padding-left: 0px;"/></p></div>
[ /code ]

But,Automatically be added to <?php and ?>
Phatmdm replied on at Permalink Reply
THANKS, that worked!

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.