Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding text to the top of individual pages.


ursulab2

Recommended Posts

Is there a way of being able to add text to the top of individual pages? I know I can add some text by using the header but I need to be able to add different text to each page.

 

Any thoughts on how to do this?

 

Ursula

Installed Modules:

 

Paypal IPN, Site Map, Header Tags Controller, Advance Search, Login box, Purchase without Account, Support Ticket, OSC Affiliate, Testimonials, Guestbook , Printable Catalog, Shall I keep going?

 

I LOVE OS!

Link to comment
Share on other sites

I assume you want to put it above the header

 

You would have to go into each page individually and insert the text above the call to the header eg:

 

</head>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
<table>
<tr>
<td class="main">Your text here</td>
</tr>
</table>
<!-- header //-->
<?php require(DIR_WS_INCLUDES . 'header.php'); ?>
<!-- header_eof //-->

 

No guarantees that will actually work though - just a guess.

Link to comment
Share on other sites

Yes it will work but I was kind of hoping to be able to put it in the header itself. Sounds wierd I know but i need to be able to do it if possible.

 

Thanks a ton for your help!

Installed Modules:

 

Paypal IPN, Site Map, Header Tags Controller, Advance Search, Login box, Purchase without Account, Support Ticket, OSC Affiliate, Testimonials, Guestbook , Printable Catalog, Shall I keep going?

 

I LOVE OS!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...