PDA

View Full Version : Quick PhP question.



EaZyE
04 May 2007, 05:58 PM
I am helping a friend out with his site, but I am not too familiar with PhP. I am trying to get the header image on his site centered, but can't figure out the string to add to the code. Any help would be appreciated.


<div id="top-bottom">
<a href="index.php">
<?php echo '<img src="' .$mosConfig_live_site. '/templates/' .$GLOBALS['cur_template']. '/images/logo.gif" border="0" height="90" width="800" alt="logo" />'; ?>
</a>