Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Code problem!


markchiu

Recommended Posts

Hello, I would like to ask a code question....I am very stupid don't know how to put the code in....

 

 

I would like to put this line

 

require(DIR_WS_BOXES . 'loginbox.php');

 

between my

 

 

Please select an option:

Exist member?

 

and

 

 

Forgotten your password?

click here

 

 

 

I was doing like this(hope you won't laugh me out loud....)

 

 

 

<table width="609" border="0" cellpadding="0" cellspacing="0">

  <!--DWLayoutTable-->

  <tr>

    <td width="30" rowspan="5" valign="top"><img src="images/indexdeco.gif" width="30" height="445">

    <td width="1" height="27"> 

    <td width="244" valign="top"><img src="images/indexdecoup.gif" width="244" height="27">

    <td width="30" rowspan="5" valign="top"><img src="images/indexdecoright.gif" width="30" height="445">

    <td width="30" rowspan="5" valign="top"><img src="images/indexdeco.gif" width="30" height="445"></td>

    <td width="244" valign="top"><img src="images/indexdecoup.gif" width="244" height="27"></td>

    <td width="30" rowspan="5" valign="top"><img src="images/indexdecoright.gif" width="30" height="445"></td>

  </tr>

  <tr>

    <td height="32">

    <td rowspan="3" valign="top"><div align="center">

        <p align="left"><font size="2">Dear customers:</font></p>

        <p> <font size="2"><br>

          Thank you for visiting YadyShop. We have many great gift selections,

          such as, classical chinese umbrellas, fans, mini bamboo decorations,

          etc. Our shop will always be updated with general information or added

          with new items. If you have any questions regarding the shop, please,

          you can always find quick answers from TOS/FAQ or Shipping/Returns.

          However, if you still have any questions regarding the site, we are

          always ready for you to contact us.</font></p>

        <p><font size="2">Thank you<br>

          Enjoy your shopping with us<br>

          Have a great day</font></div>

    <td valign="top"><font size="2">Please select an option:<br>

      Exist member?</font></td>

  </tr>

  <tr>

    <td height="157">

    <td valign="top"><? php require(DIR_WS_BOXES . 'loginbox.php'); ?>

      <p> </p><p align="center"><font size="2">Forgotten your password?<br>

        <a href="https://host86.ipowerweb.com/%7Eyadyshop/catalog/password_forgotten.php">Click

        here</a></font></p>

      </td>

  </tr>

  <tr>

    <td height="212">

    <td valign="top"><p><font size="2">New member?</font></p>

      <p align="center"> </p>

      <p align="center"><font size="2"><a href="https://host86.ipowerweb.com/%7Eyadyshop/catalog/create_account.php">Would

        you like to open a free account with us?</a></font></p></td>

  </tr>

  <tr>

    <td height="22">

    <td valign="top"><img src="images/indexdecodown.gif" width="244" height="22">

    <td valign="top"><img src="images/indexdecodown.gif" width="244" height="22"></td>

  </tr>

</table>

 

 

 

 

...please tell me what should i change .........thanks a lot!!

OS-commerce is great, but with other magical contributions, that is just so "COOL"!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...