Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

putting in html ?


Guest

Recommended Posts

I have a sereis of pages i wish to add my own text and what i would like to do is enter html can anyone tell if and how i can put html in were it says 'Put here your information.' I am very new to php and i dont know the php coding rules

 

---------------------------------------------------------------------------------------------------------------

 

<?php

/*

$Id: cnc_router_spec.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'CNC Router Specs');

define('HEADING_TITLE', 'CNC Router Specs');

 

define('TEXT_INFORMATION', 'Put here your information.');

?>

--------------------------------------------------------------------------------------------------------------------

Link to comment
Share on other sites

You can enter any html you want. Formatting, tables, etc.

Just leave the opening apostrophe and closing ');

 

Tim

 

 

 

I have a sereis of pages i wish to add my own text and what i would like to do is enter html can anyone tell if and how i can put html in were it says 'Put here your information.' I am very new to php and i dont know the php coding rules

 

---------------------------------------------------------------------------------------------------------------

 

<?php

/*

$Id: cnc_router_spec.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'CNC Router Specs');

define('HEADING_TITLE', 'CNC Router Specs');

 

define('TEXT_INFORMATION', 'Put here your information.');

?>

--------------------------------------------------------------------------------------------------------------------

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...