Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is there a way to put a border or box around the welcome message?


Invado

Recommended Posts

Posted

Where it says:

 

Welcome Guest! Would you like to log yourself in?

Or would you prefer to create an account?

 

If it is possible, could someone point me in the right direction...is it a code?...a contribution?

 

Thanks in advance for any help.

Posted

You can put a table around <?php echo tep_customer_greeting(); ?> in the index.php.

 

Here is an example that starts at around line 301 in the index.php:

 

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr>

<td class="main" colspan="2">

<table border="1"><tr><td><?php echo tep_customer_greeting(); ?></td></tr></table>

</td>

</tr>

<tr>

<td colspan="2"><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

Other great Open Source (Free) programs: (Free as in free speech not free beer)

The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS

How do I find these programs? Google Search!

Archived

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

×
×
  • Create New...