Hi, all. I have searched and read the info here, but am unable to sort through this. This may not be the most efficient way to do it, but it's the only way I know how. I have gotten the rollovers to work by using the include header.html thing I found in another thread and the links work fine until I start adding in the php from the header file. Here's what I have:

<td colspan="2"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?> onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image25','','http://www.scrapkitchen.com/shop/includes/templates/custom/images/banner_in_overs_09.jpg',1)"><img src="http://www.scrapkitchen.com/shop/includes/templates/custom/images/banner_in_09.jpg" name="Image25" width="126" height="41" border="0"></a></td>

I know I'm missing something, but I've tried several things and they're not working...can anyone help?