greta Posted October 15, 2005 Posted October 15, 2005 To change the text in the center column on index.php, do I stop deleting at the apostrophe after This shop is based on font color=..... and close Bold, or do I delete all the way to the apostrophe after PROJECT -VERSION . close bold close font? Here is what is on the page now: define ('TEXT_MAIN', 'This is a demonstration online-shop, <B>any products purchased will not be delivered nor billed</B>. Any information seen on these products are to be treated fictional. <BR><BR> If you wish to download this sample shop, or to contribute to this project, please visit the <A HREF="http://oscommerce.com"><U>support site</U></A>. This shop is based on <font color="#f00000"><b>' . PROJECT_VERSION . </b></font>'); define ('TABLE_HEADING_NEW..... So do I delete all the way through that last close font in the code or do I delete through the Bold after the font color code? This is what would be left after deleting correctly?: define ('TEXT_MAIN', '.............'); Or is this what would be left after deleting correctly?: define ('TEXT_MAIN', '..... . PROJECT_VERSION . '</b></font>'); Thanks, Greta To change the text in the center column on index.php, do I stop deleting at the apostrophe after This shop is based on font color=..... and close Bold, or do I delete all the way to the apostrophe after PROJECT -VERSION . close bold close font? Here is what is on the page now: define ('TEXT_MAIN', 'This is a demonstration online-shop, <B>any products purchased will not be delivered nor billed</B>. Any information seen on these products are to be treated fictional. <BR><BR> If you wish to download this sample shop, or to contribute to this project, please visit the <A HREF="http://oscommerce.com"><U>support site</U></A>. This shop is based on <font color="#f00000"><b>' . PROJECT_VERSION . </b></font>'); define ('TABLE_HEADING_NEW..... So do I delete all the way through that last close font in the code or do I delete through the Bold after the font color code? This is what would be left after deleting correctly?: define ('TEXT_MAIN', '.............'); Or is this what would be left after deleting correctly?: define ('TEXT_MAIN', '..... . PROJECT_VERSION . '</b></font>'); Thanks, Greta Well, I somehow made a typo in that TEXT MAIN ' business, but you guys know what it should be! Sorry.
♥14steve14 Posted October 15, 2005 Posted October 15, 2005 You start with this define ('TEXT_MAIN', 'This is a demonstration online-shop, <B>any products purchased will not be delivered nor billed</B>. Any information seen on these products are to be treated fictional. <BR><BR> If you wish to download this sample shop, or to contribute to this project, please visit the <A HREF="http://oscommerce.com"><U>support site</U></A>. This shop is based on <font color="#f00000"><b>' . PROJECT_VERSION . </b></font>'); and end with this before adding your text define('TEXT_MAIN', 'ADD YOUR TEXT HERE'); Text can be added as html code if you wish Hope this makes sense REMEMBER BACKUP, BACKUP AND BACKUP
greta Posted October 15, 2005 Author Posted October 15, 2005 You start with thisand end with this before adding your text Text can be added as html code if you wish Hope this makes sense Yes, I think it does. I'm going to give it a try! Thanks! Greta
Recommended Posts
Archived
This topic is now archived and is closed to further replies.