Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I made a mission.php file for my infobox


vintageland

Recommended Posts

I made a mission page (mission.php) that can be accessed through my information box. Here's what it looks like now:

 

Mission Page

 

 

I want to add images and hyperlinks to this page. How do I do this? Here's what I want it to look like:

 

Mission page without OSCommerce but with images

 

Here's the code for the new mission.php file:

 

 

<?php
/*
 $Id: mission.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2002 osCommerce

 Released under the GNU General Public License
*/

define('NAVBAR_TITLE', 'Mission');
define('HEADING_TITLE', 'Mission');

define('TEXT_INFORMATION', 'VintageLand');
?>

 

Can I simply add html into 'VintageLand'?

Link to comment
Share on other sites

Yes you can put HTML into the Define. The only caveat is that you have to escape any single quotes, so ' has to be inserted as \'

 

There is also a contribution that allows you to put the HTML in a separate file.

 

Now you have a choice. :huh:

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...