Jump to content

weezy8802

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Everything posted by weezy8802

  1. Yes i would like help Ok this is what i need to get done, and i dont know how to. Make my site Graphical, business like. i am willing to pay if i have to.
  2. Well that is the least of my problems now , i quess i need to find a decent webhost. Any ideas? I have been on freinds server for free but now its down. I really aint that good at this yet but i am learning as i go. I didnt know were the code went i just put it at the end of the code, so it is probably in the wrong spot. Edited:Now my site is up and his is down, I realy dont know.
  3. ok i am using php and here is the code: <?php if(date("D") == "Sun") { $BGColour = "#CCCCCC"; } elseif(date("D") == "Mon") { $BGColour = "#A6CAF0"; } elseif(date("D") == "Tue") { $BGColour = "#E79703"; } elseif(date("D") == "Wed") { $BGColour = "#AE9675"; } elseif(date("D") == "Thu") { $BGColour = "#CFDDF4"; } elseif(date("D") == "Fri") { $BGColour = "#CCCCCC"; } elseif(date("D") == "Sat") { $BGColour = "#A6CAF0"; } ?>
  4. I am having a time trying to figure this out. The site is http://www.liquidsbids.pokerteamusa.com Thanks for any help.
  5. i set the color to change daily. When you go to the site though it clashes the color but it disappears during the page load. Any ideas on what i should do?
  6. Thank you so much for the help. I got it!
  7. I am trying to insert html into php and keep getting multiple errors. Can anyone show me the correct syntax to do it.
  8. weezy8802

    PHP

    Does anyone know were i can find a listing of tags similar to blink?
  9. weezy8802

    php help

    i feel like a tard, thanks alot for the help!
  10. weezy8802

    php help

    i keep getting a t-string error but i cant find it. can anyone help me? <?php /* $Id: index.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2007 osCommerce Released under the GNU General Public License */ define('TEXT_MAIN', ' <span style="font-size: 50px;"><font face="comic sans ms, arial, helvetica"><font color="#2B65EC"><b><center><marquee>Welcome to Liquids Bids</marquee></font></center></b></span><span style="font-size: 40px;"><center> <font color="#FFFF00;"><b>We are currently under construction.</b></font><br><center><b><span style="font-size: 25px;">Any products purchased will not be delivered nor will the customer be billed. Please excuse us during our construction.</font></b><br><br><table border="25" width="100%" cellspacing="5" cellpadding="2"><tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/1.gif') . '</td><td class="main" valign="top"><span style="font-size: 25px;"><b>Coming Soon</b><br></span><br>Opening Specials.<br><br><center><span style="font-size: 40px;">Create an account to buy today!</font></center><br><br><span style="font-size: 24px;"><center>Great deals on everyday items and much more</center>,</td></tr><td class="main" valign="top">' . tep_image(DIR_WS_IMAGES . 'default/2.gif') . '</td><td class="main" valign="top"><b><span style="font-size: 28px;"><font face="comic sans ms, arial, helvetica"><font color="#FF0000"><center><blink>FREE SHIPPING!!!</blink></b><br><br>Free shipping on all of our products.<br><br> define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What\'s New Here?'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.