re.
dehdmtw <[email protected]> 10 Sep 2003 18:19:46 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <f78ef0bc1666ea71b3c18b03acc89703@osCommerce-Forums> |
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=227517#227517
----------------------------------------------------------------
maxidvd: you are correct it looks like i was trying to place it in open php tags. so i used the 2nd set of code you posted... still parsed.
the page i created, was done so in the same manner as the privacy link of osc. catalog/privacy & catalog/includes/language/english/provacy.php with the exception mine is for music releases. releases.php
here's my page.
[code]<?php
/*
$Id: releases.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', 'RELEASES');
define('TEXT_INFORMATION', '
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#993300" width="100%" id="AutoNumber1" height="100%" bgcolor="#000000">
<tr>
<td width="100%" height="1" bgcolor="#993300" class="infoBoxHeading">
Releases</td>
</tr>
<tr>
<td width="100%" height="100%" class="infoboxcontents" align="center"><br>
<p><a name="present"><b><font face="Courier" size="4">!! AVAILABLE NOW !!</font></b></a></p>
<a name="present">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="80%" height="180" bordercolor="#333333" bgcolor="#000000">
<tr>
<td height="164" width="35%" align="center">
<img border="0" src="http://www.murdertheworld.net/images/small.jpg" width="150" height="150"></td>
<td height="135" width="65%" align="left" valign="top"><b>
<font color="#CC0000" face="Verdana" size="2">MTW002</font></b><font face="Verdana" size="2"><br>
</font><font size="2" color="#999999" face="Verdana"><i>Foetopsy 7"
EP "Bizarre Gynecology"</i> </font>
<p><font size="2" color="#333333" face="Verdana">Picking up from where the
MCD left... sicker.... faster.....</font></p>
<p></p>
<p><font face="Verdana" size="2"><font color="#333333">Full release details
</font>Pop open window link would be here</font><br>
</p>
</b></td>
</tr>
</table>
<p></td>
</tr>
</table><br>
');
?>[/code]
right now it's still using html for all the text, this i will be changing to stylesheet. you should able to see where i'm trying to get this link to work. i appreciate your help and patients.