cebuprincess Posted January 27, 2007 Posted January 27, 2007 I am almost ready to go but have two minor things I cant figure out. My website is: http://cebuprincess.com/osCommerce/catalog/index.php In the center of the page is my logo with the jewelry and the baby. Second line below that picture says "TEXT_MAIN" and a small picture is shown immeadiately to the right of my photo shows little buildings or something. The URL of that picture is http://cebuprincess.com/osCommerce/catalog...und_default.gif How do I get rid of these two items?
Rachael w. Posted January 27, 2007 Posted January 27, 2007 you can comment out that line with a // between php and eco (php // echo) in the code or you can replace that image with the pixel_trans.gif in your images folder. Right click on the image for its properties and location. The text_main is looking for information to fill that space from your language folder.
spax Posted January 27, 2007 Posted January 27, 2007 Just to add to what Rachael has told you, incase you didn't understand. Edit your includes/languages/english/index.php, see the first definition - define('TEXT_MAIN', ''); - and make sure you have the second set of single quotes I have highlighted in red. If you want some text on your landing page (which you should IMHO), put it between those single quotes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.