becky Posted April 9, 2003 Share Posted April 9, 2003 Hi, I have done exactly what the directions for number 1 and 2, but when I get to number 3 it is a bit confusing. I inserted the text as it says but there are a few pages that do not have the body tag. WHere evere I found this <body marginwidth="0" marginheight="0" topmargin="0" > <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> I changed it to this as directed <body marginwidth="0" marginheight="0" topmargin="0" > <!-- coolMenu //--> <?php require(DIR_WS_INCLUDES . 'coolmenu.php'); ?> <!-- coolMenu_eof //--> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> These PHP files do not have a <body> tag or <body marginwidth="0" marginheight="0" topmargin="0" > <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> redirect.php checkout_process.php download.php info_shop_cart.php Order_info_check.php popup_image.php popup_search_help.php So I skipped them, should I find a place in those files to insert the text? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.