LisaC Posted March 2, 2007 Share Posted March 2, 2007 Hi there - I have created an OS site and have had it running a while now but just discovered that one of my pages is not appearing the way the rest are. I can not for the life of me figure out why. If you go to the main page http://ljgdesign.com you will see how it is supposed to appear - with a left column and right column and the content in the middle. Well all pages are like that until you get to the "checkout confirmation" page http://ljgdesign.com/checkout_confirmation.php (I'm not sure if you will have to register and pretend to purchase to see it or not)... but everything is in the far left column. Here is the code for the page "checkout_confirmation.php" <?php /* $Id: checkout_confirmation.php,v 1.24 2003/02/06 17:38:16 thomasamoulton Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE_1', 'Checkout'); define('NAVBAR_TITLE_2', 'Confirmation'); define('HEADING_TITLE', 'Order Confirmation ~ Please see below'); define('HEADING_PRODUCTS', 'Products'); define('HEADING_TOTAL', 'Total'); define('HEADING_BILLING_INFORMATION', ''); define('HEADING_BILLING_ADDRESS', 'Billing Address'); define('HEADING_PAYMENT_METHOD', 'Payment Method'); define('HEADING_PAYMENT_INFORMATION', 'Payment Information'); define('HEADING_ORDER_COMMENTS', 'Comments About Your Order'); define('TEXT_EDIT', 'Edit'); ?> Is there a master page somewhere that pulls everything up together that mayeb teh code is wrong on there? If so what is it called and where would I find the sucker :) Thanks for any help offered. Link to comment Share on other sites More sharing options...
LisaC Posted March 3, 2007 Author Share Posted March 3, 2007 No one has any suggestions here? I am stumped and I am sure it is so obvious - someone please give it a shot. Thanks :) Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2007 Share Posted March 4, 2007 No one has any suggestions here?I am stumped and I am sure it is so obvious - someone please give it a shot. Thanks :) Lisa - the code you post is from the checkout_confirmation file in your languages directory. You need to look at your checkout_confirmation file at the root of your store. In any case - it's *certainly* the PayPal table making this wrong - OSC is a complete and utter mess of nested tables, so one wrong more and this is what happens. Anyway - you are mssing these two lines : <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> directly above : <td class="pageHeading">Order Confirmation ~ Please see below</td> In other words, change this : </td> </tr> <!-- search_eof //--> <!-- left_navigation_eof //--> </table></td> <td class="pageHeading">Order Confirmation ~ Please see below</td> <td class="pageHeading" align="right"><img src="images/table_background_confirmation.gif" border="0" alt="Order Confirmation ~ Please see below" title=" Order Confirmation ~ Please see below " width="57" height="57"></td> </tr> </table></td> to this : </td> </tr> <!-- search_eof //--> <!-- left_navigation_eof //--> </table></td> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading">Order Confirmation ~ Please see below</td> <td class="pageHeading" align="right"><img src="images/table_background_confirmation.gif" border="0" alt="Order Confirmation ~ Please see below" title=" Order Confirmation ~ Please see below " width="57" height="57"></td> </tr> </table></td> Bad code : <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>LJG Design</title> <base href="http://ljgdesign.com/"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body onLoad="alert('PayPal Users. Please let PayPal return you to this website when you are done to complete your transaction. It may take PayPal a few moments to transfer you back, please be patient. ')"> <!-- header //--> <div class="fixcenter"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><a href="http://ljgdesign.com/index.php"><img src="images/ljgd-commerce.gif" border="0" alt="LJG Design" title=" LJG Design "></a></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td class="headerNavigation"> <a href="http://ljgdesign.com" class="headerNavigation">Top</a> » <a href="http://ljgdesign.com/index.php" class="headerNavigation">Shop Index</a> » <a href="http://ljgdesign.com/checkout_shipping.php" class="headerNavigation">Checkout</a> » Confirmation</td> <td align="right" class="headerNavigation"><a href="http://ljgdesign.com/logoff.php" class="headerNavigation">Log Off</a> | <a href="http://ljgdesign.com/account.php" class="headerNavigation">My Account</a> | <a href="http://ljgdesign.com/shopping_cart.php" class="headerNavigation">Cart Contents</a> | <a href="http://ljgdesign.com/checkout_shipping.php" class="headerNavigation">Checkout</a> </td> </tr> </table> <!-- header_eof //--> <!-- body //--> <table border="0" width="100%"> <tr> <td width="128" valign="top"><table border="0" width="128" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <!-- categories //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="CategoriesBoxHeading"><img src="images/CategoriesBox/corner_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="CategoriesBoxHeading">Available Items</td> <td height="14" class="CategoriesBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="CategoriesBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="CategoriesBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td align="left" class="CategoriesBoxContents"><div id="thecategories"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=21"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Premade Images</a>(25)</div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=25"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Printable Items</a>(44)</div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=37"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Royalty Free Images</a>(29)</div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=22"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Tube Packages</a>(7)</div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=23"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Web Graphic Sets</a>(1)</div></div></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- categories_eof //--> <!-- information //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="InformationBoxHeading"><img src="images/InformationBox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="InformationBoxHeading">Information</td> <td height="14" class="InformationBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="InformationBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="InformationBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td class="InformationBoxContents"><a href="http://ljgdesign.com/shipping.php">Shipping & Returns</a><br><a href="http://ljgdesign.com/privacy.php">Privacy Notice</a><br><a href="http://ljgdesign.com/conditions.php">Conditions of Use</a><br><a href="http://ljgdesign.com/contact_us.php">Contact Us</a></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- information_eof //--> <!-- shopping_cart //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="ShoppingCartBoxHeading"><img src="images/ShoppingCartBox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="ShoppingCartBoxHeading">Shopping Cart</td> <td height="14" class="ShoppingCartBoxHeading" nowrap><a href="http://ljgdesign.com/shopping_cart.php"><img src="images/ShoppingCartBox/arrow_right.gif" border="0" alt="more" title=" more "></a><img src="images/ShoppingCartBox/corner_right.gif" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="ShoppingCartBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="ShoppingCartBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td class="ShoppingCartBoxContents"><table border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td align="right" valign="top" class="ShoppingCartBoxContents"><span class="ShoppingCartBoxContents">1 x </span></td><td valign="top" class="ShoppingCartBoxContents"><a href="http://ljgdesign.com/product_info.php?products_id=1{5}10"><span class="ShoppingCartBoxContents">Wedding Album Web Suite</span></a></td></tr></table></td> </tr> <tr> <td class="ShoppingCartBoxContents"><img src="images/pixel_black.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td align="right" class="ShoppingCartBoxContents">$60.00</td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- shopping_cart_eof //--> <!-- search //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="SearchBoxHeading"><img src="images/SearchBox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="SearchBoxHeading">Quick Find</td> <td height="14" class="SearchBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="SearchBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="SearchBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td align="center" class="SearchBoxContents"><form name="quick_find" action="http://ljgdesign.com/advanced_search_result.php" method="get"><input type="text" name="keywords" size="10" maxlength="30" style="width: 98px"> <br><input type="submit" class="cssButton" value="Quick Find" /><br>Use keywords to find the product you are looking for.<br><a href="http://ljgdesign.com/advanced_search.php"><b>Advanced Search</b></a></form></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> <div align="center"> <img src="images/paypal-logo3.jpg"><br> <br> <!-- Start Bravenet.com Affiliate Code --> <script language="JavaScript" src="http://www.bravenet.com/cserv.php?pid=4&tid=8&afilid=2164535976"></script> <!-- End Bravenet.com Affiliate Code --> </div> </td> </tr> <!-- search_eof //--> <!-- left_navigation_eof //--> </table></td> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading">Order Confirmation ~ Please see below</td> <td class="pageHeading" align="right"><img src="images/table_background_confirmation.gif" border="0" alt="Order Confirmation ~ Please see below" title=" Order Confirmation ~ Please see below " width="57" height="57"></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main" colspan="3"><b>Products</b> <a href="http://ljgdesign.com/shopping_cart.php"><span class="orderEdit">(Edit)</span></a></td> </tr> <tr> Wedding Album Web Suite x 1 (: )<br><nobr><small> <i> - Version: Download: Windows - English</i></small></nobr></td> <td class="main" align="right" valign="top">$60.00</td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="main"><b></b></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td width="30%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td class="main"><b>Payment Method</b> <a href="http://ljgdesign.com/checkout_payment.php"><span class="orderEdit">(Edit)</span></a></td> </tr> <tr> <td class="main">PayPal</td> </tr> </table></td> <td width="70%" valign="top" align="right"><table border="0" cellspacing="0" cellpadding="2"> <tr> <td align="right" class="main">Sub-Total:</td> <td align="right" class="main">$60.00</td> </tr> <tr> <td align="right" class="main">Total:</td> <td align="right" class="main"><b>$60.00</b></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="right" class="main"> <form name="checkout_confirmation" action="https://secure.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_xclick"><input type="hidden" name="business" value="[email protected]"><input type="hidden" name="item_name" value="Wedding Album Web Suite x 1 (: ) |"><input type="hidden" name="amount" value="60.00"><input type="hidden" name="shipping" value="0.00"><input type="hidden" name="currency_code" value="USD"><input type="hidden" name="return" value="http://ljgdesign.com/checkout_process.php"><input type="hidden" name="cancel_return" value="http://ljgdesign.com/checkout_payment.php"><input type="submit" class="cssButton" value="Confirm Order" /></form> </td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="25%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%" align="right"><img src="images/pixel_silver.gif" border="0" alt="" width="1" height="5"></td> <td width="50%"><img src="images/pixel_silver.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table></td> <td width="25%"><img src="images/pixel_silver.gif" border="0" alt="" width="100%" height="1"></td> <td width="25%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%"><img src="images/pixel_silver.gif" border="0" alt="" width="100%" height="1"></td> <td><img src="images/checkout_bullet.gif" border="0" alt=""></td> <td width="50%"><img src="images/pixel_silver.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table></td> <td width="25%"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="50%"><img src="images/pixel_silver.gif" border="0" alt="" width="100%" height="1"></td> <td width="50%"><img src="images/pixel_silver.gif" border="0" alt="" width="1" height="5"></td> </tr> </table></td> </tr> <tr> <td align="center" width="25%" class="checkoutBarFrom"><a href="http://ljgdesign.com/checkout_shipping.php" class="checkoutBarFrom">Delivery Information</a></td> <td align="center" width="25%" class="checkoutBarFrom"><a href="http://ljgdesign.com/checkout_payment.php" class="checkoutBarFrom">Payment Information</a></td> <td align="center" width="25%" class="checkoutBarCurrent">Confirmation</td> <td align="center" width="25%" class="checkoutBarTo">Finished!</td> </tr> </table></td> </tr> </table></td> <td width="128" valign="top"><table border="0" width="128" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <div align="center"> <table border="1" width="125"> <tr> <td bgcolor="#d1beb8" align="center"> <font face="Verdana"><font size="1.5"><b>Updates</b></font></font> </td> </tr> <tr> <td bgcolor="#eaeae0" bordercolor="#5c5b56" align="center"> <font face="Verdana"><font size="1"> The newest items can be seen on the bottom of this main page.<br> There are no updates to my linkware section at this time. </font></font> </td> </tr> </table> <table border="1" width="125"> <tr> <td bgcolor="#d1beb8" align="center"> <font face="Verdana"><font size="1.5"><b>Linkware Items</b></font></font> </td> </tr> <tr> <td bgcolor="#eaeae0" bordercolor="#5c5b56"> <font face="Verdana"><font size="1"> <a href="http://ljgdesign.com/website/" target="_new"><b>Graphic Sets</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Desktop Wallpapers</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Background Tiles</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Calling Cards</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>PSP Tutorials</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Printable Bookmarks</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Memberships/Links</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Gifts</b></a><br> <br> </font></font> </td> </tr> </table> <table border="1" width="125"> <tr> <td bgcolor="#d1beb8" align="center"> <font face="Verdana"><font size="1.5"><b>Links</b></font></font> </td> </tr> <tr> <td bgcolor="#eaeae0" bordercolor="#5c5b56"> <font face="Verdana"><font size="1"> <a href="http://folkarttreasures.com" target="_new"><b>Folkart Treasures</b></a><br> ~ Graphics by Jane<br> <br> <a href="http://thepixelpatch.com/photostore/photog_login.php" target="_new"><b>Photos/Digital Art</b></a><br> <br> <a href="http://www.cuddlecreek.com/" target="_new"><b>Cuddle Creek</b></a><br> Home of the Cuddle Teddy Bear.<br> <br> </font></font> </td> </tr> </table> </div> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> Saturday 03 March, 2007 </td> <td align="right" class="footer"> 30343 requests since Thursday 19 October, 2006 </td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"> Copyright © 2007 <a href="http://ljgdesign.com/index.php">LJG Design</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a> </td> </tr> </table> </div> <!-- footer_eof //--> <br> </body> </html> Good code : <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title> Excellence Online - Main Page</title> <meta name="Keywords" content="training, toronto, corporate"> </head> <body> </body> </html> <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>LJG Design</title> <base href="http://ljgdesign.com/"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <div class="fixcenter"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><a href="http://ljgdesign.com/index.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/ljgd-commerce.gif" border="0" alt="LJG Design" title=" LJG Design "></a></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="headerNavigation"> <td class="headerNavigation"> <a href="http://ljgdesign.com" class="headerNavigation">Top</a> » <a href="http://ljgdesign.com/index.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd" class="headerNavigation">Shop Index</a></td> <td align="right" class="headerNavigation"><a href="http://ljgdesign.com/account.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd" class="headerNavigation">My Account</a> | <a href="http://ljgdesign.com/shopping_cart.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd" class="headerNavigation">Cart Contents</a> | <a href="http://ljgdesign.com/checkout_shipping.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd" class="headerNavigation">Checkout</a> </td> </tr> </table> <!-- header_eof //--> <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="128" valign="top"><table border="0" width="128" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <!-- categories //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="CategoriesBoxHeading"><img src="images/CategoriesBox/corner_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="CategoriesBoxHeading">Available Items</td> <td height="14" class="CategoriesBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="CategoriesBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="CategoriesBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td align="left" class="CategoriesBoxContents"><div id="thecategories"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=21&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Premade Images</a>(25)</div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=25&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Printable Items</a>(44)</div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=37&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Royalty Free Images</a>(29)</div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=22&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Tube Packages</a>(7)</div><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><br><img src="images/pixel_ltgray.gif" border="0" alt="" width="100%" height="1"><br><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="2"><div id="topcat"><a href="http://ljgdesign.com/index.php?cPath=23&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><span class="catwithsubs"><img src="images/categories/arrow_right.gif" border="0" alt="" width="9" height="9"></span>Web Graphic Sets</a>(1)</div></div></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- categories_eof //--> <!-- information //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="InformationBoxHeading"><img src="images/InformationBox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="InformationBoxHeading">Information</td> <td height="14" class="InformationBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="InformationBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="InformationBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td class="InformationBoxContents"><a href="http://ljgdesign.com/shipping.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Shipping & Returns</a><br><a href="http://ljgdesign.com/privacy.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Privacy Notice</a><br><a href="http://ljgdesign.com/conditions.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Conditions of Use</a><br><a href="http://ljgdesign.com/contact_us.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Contact Us</a></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- information_eof //--> <!-- shopping_cart //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="ShoppingCartBoxHeading"><img src="images/ShoppingCartBox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="ShoppingCartBoxHeading">Shopping Cart</td> <td height="14" class="ShoppingCartBoxHeading" nowrap><a href="http://ljgdesign.com/shopping_cart.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/ShoppingCartBox/arrow_right.gif" border="0" alt="more" title=" more "></a><img src="images/ShoppingCartBox/corner_right.gif" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="ShoppingCartBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="ShoppingCartBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td class="ShoppingCartBoxContents">0 items</td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> </td> </tr> <!-- shopping_cart_eof //--> <!-- search //--> <tr> <td> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="SearchBoxHeading"><img src="images/SearchBox/corner_right_left.gif" border="0" alt=""></td> <td width="100%" height="14" class="SearchBoxHeading">Quick Find</td> <td height="14" class="SearchBoxHeading" nowrap><img src="images/pixel_trans.gif" border="0" alt="" width="11" height="14"></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="SearchBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="3" class="SearchBoxContents"> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> <tr> <td align="center" class="SearchBoxContents"><form name="quick_find" action="http://ljgdesign.com/advanced_search_result.php" method="get"><input type="text" name="keywords" size="10" maxlength="30" style="width: 98px"> <input type="hidden" name="osCsid" value="1bf9f15507e815d9d5c2f8c7809c88bd"><br><input type="submit" class="cssButton" value="Quick Find" /><br>Use keywords to find the product you are looking for.<br><a href="http://ljgdesign.com/advanced_search.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><b>Advanced Search</b></a></form></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </table> <div align="center"> <img src="images/paypal-logo3.jpg"><br> <br> <!-- Start Bravenet.com Affiliate Code --> <script language="JavaScript" src="http://www.bravenet.com/cserv.php?pid=4&tid=8&afilid=2164535976"></script> <!-- End Bravenet.com Affiliate Code --> </div> </td> </tr> <!-- search_eof //--> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"></td> <td class="pageHeading" align="right"><img src="images/table_background_default.gif" border="0" alt="" width="57" height="57"></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="main">Welcome <span class="greetUser">Guest!</span> Please <a href="http://ljgdesign.com/login.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><u>log in</u></a> or <a href="http://ljgdesign.com/create_account.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><u>create an account</u></a></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td class="main"> <div align="center"> <p> <font size="2"><b>Website Suites, Sets and individual Graphics ... Printables ... Royalty Free Images ... and so much more at LJG Design</b></font><br> <img src="images/ljgd-shopimage.jpg"><br> <b>Can you help Shane? <br> <a href="shane.html" target="_new"><u>Please</u> click here </a> to help make a little boys dream come true.</b><br> <br> For your website you will find complete web suites, graphic sets, tube packs and premade sig tags (already made images for your use at reasonable prices). For your printing or crafting needs you will find candy bar wraps, note cards, stationery, gift tags and so much more. Many of which can be customized by you or me). <br> I am constantly adding new things so you never know what you may find here.<br> All printable graphics are designed at 300 DPI for better quality printing.</p> <p>If you have any questions or comments please feel free to contact me.<br> Thank you for stopping by and I hope you find something of interest.<br> <br> Website copyright© 1997 - present LJG Design<br> <font size="1"> Artwork by <a href="http://http://www.janetkruskamp.com/" target="_new">Janet Kruskamp</a> </font> </p> </div> </td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td> </tr> <tr> <td><!-- new_products //--> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td height="14" class="contentBoxHeading"><img src="images/contentBox/corner_left.gif" border="0" alt=""></td> <td height="14" class="contentBoxHeading" width="100%">New Products For March</td> <td height="14" class="contentBoxHeading"><img src="images/contentBox/corner_right_left.gif" border="0" alt=""></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="1" class="contentBox"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="4" class="contentBoxContents"> <tr> <td align="center" class="smallText" width="33%" valign="top"><a href="http://ljgdesign.com/product_info.php?products_id=108&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/imagecache/ljgdst39-sample.jpg" border="0" alt="Stationery 39" title=" Stationery 39 " width="100" height="45"></a><br><a href="http://ljgdesign.com/product_info.php?products_id=108&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Stationery 39</a><br>$2.00</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://ljgdesign.com/product_info.php?products_id=107&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/imagecache/ljgdst40-sample.jpg" border="0" alt="Stationery 40" title=" Stationery 40 " width="100" height="67"></a><br><a href="http://ljgdesign.com/product_info.php?products_id=107&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Stationery 40</a><br>$2.00</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://ljgdesign.com/product_info.php?products_id=106&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/imagecache/ljgdst37-sample.jpg" border="0" alt="Stationery 37" title=" Stationery 37 " width="76" height="80"></a><br><a href="http://ljgdesign.com/product_info.php?products_id=106&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Stationery 37</a><br>$2.00</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://ljgdesign.com/product_info.php?products_id=105&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/imagecache/ljgdst36-sample.jpg" border="0" alt="Stationery 36" title=" Stationery 36 " width="93" height="80"></a><br><a href="http://ljgdesign.com/product_info.php?products_id=105&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Stationery 36</a><br>$2.00</td> </tr> <tr> <td align="center" class="smallText" width="33%" valign="top"><a href="http://ljgdesign.com/product_info.php?products_id=104&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/imagecache/ljgdst38-sample.jpg" border="0" alt="Stationery 38" title=" Stationery 38 " width="100" height="44"></a><br><a href="http://ljgdesign.com/product_info.php?products_id=104&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Stationery 38</a><br>$2.00</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://ljgdesign.com/product_info.php?products_id=103&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/imagecache/ljgdst34-sample.jpg" border="0" alt="Stationery 34" title=" Stationery 34 " width="100" height="76"></a><br><a href="http://ljgdesign.com/product_info.php?products_id=103&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Stationery 34</a><br>$2.00</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://ljgdesign.com/product_info.php?products_id=102&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/imagecache/ljgdst35-sample.jpg" border="0" alt="Stationery 35" title=" Stationery 35 " width="100" height="76"></a><br><a href="http://ljgdesign.com/product_info.php?products_id=102&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Stationery 35</a><br>$2.00</td> <td align="center" class="smallText" width="33%" valign="top"><a href="http://ljgdesign.com/product_info.php?products_id=101&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/imagecache/ljgdst33-sample.jpg" border="0" alt="Stationery 33" title=" Stationery 33 " width="100" height="55"></a><br><a href="http://ljgdesign.com/product_info.php?products_id=101&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Stationery 33</a><br>$2.00</td> </tr> <tr> <td align="center" class="smallText" width="33%" valign="top"><a href="http://ljgdesign.com/product_info.php?products_id=100&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd"><img src="images/imagecache/ljgdst32-sample.jpg" border="0" alt="Stationery 32" title=" Stationery 32 " width="76" height="80"></a><br><a href="http://ljgdesign.com/product_info.php?products_id=100&osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">Stationery 32</a><br>$2.00</td> </tr> </table> </td> </tr> </table> <!-- new_products_eof //--> </td> </tr> </table></td> </tr> </table></td> <!-- body_text_eof //--> <td width="128" valign="top"><table border="0" width="128" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <div align="center"> <table border="1" width="125"> <tr> <td bgcolor="#d1beb8" align="center"> <font face="Verdana"><font size="1.5"><b>Updates</b></font></font> </td> </tr> <tr> <td bgcolor="#eaeae0" bordercolor="#5c5b56" align="center"> <font face="Verdana"><font size="1"> The newest items can be seen on the bottom of this main page.<br> There are no updates to my linkware section at this time. </font></font> </td> </tr> </table> <table border="1" width="125"> <tr> <td bgcolor="#d1beb8" align="center"> <font face="Verdana"><font size="1.5"><b>Linkware Items</b></font></font> </td> </tr> <tr> <td bgcolor="#eaeae0" bordercolor="#5c5b56"> <font face="Verdana"><font size="1"> <a href="http://ljgdesign.com/website/" target="_new"><b>Graphic Sets</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Desktop Wallpapers</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Background Tiles</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Calling Cards</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>PSP Tutorials</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Printable Bookmarks</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Memberships/Links</b></a><br> <br> <a href="http://ljgdesign.com/website/" target="_new"><b>Gifts</b></a><br> <br> </font></font> </td> </tr> </table> <table border="1" width="125"> <tr> <td bgcolor="#d1beb8" align="center"> <font face="Verdana"><font size="1.5"><b>Links</b></font></font> </td> </tr> <tr> <td bgcolor="#eaeae0" bordercolor="#5c5b56"> <font face="Verdana"><font size="1"> <a href="http://folkarttreasures.com" target="_new"><b>Folkart Treasures</b></a><br> ~ Graphics by Jane<br> <br> <a href="http://thepixelpatch.com/photostore/photog_login.php" target="_new"><b>Photos/Digital Art</b></a><br> <br> <a href="http://www.cuddlecreek.com/" target="_new"><b>Cuddle Creek</b></a><br> Home of the Cuddle Teddy Bear.<br> <br> </font></font> </td> </tr> </table> </div> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <table border="0" width="100%" cellspacing="0" cellpadding="1"> <tr class="footer"> <td class="footer"> Saturday 03 March, 2007 </td> <td align="right" class="footer"> 30331 requests since Thursday 19 October, 2006 </td> </tr> </table> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"> Copyright © 2007 <a href="http://ljgdesign.com/index.php?osCsid=1bf9f15507e815d9d5c2f8c7809c88bd">LJG Design</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a> </td> </tr> </table> </div> <!-- footer_eof //--> <br> </body> </html> Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2007 Share Posted March 4, 2007 Check where you placed Order Confirmation ~ Please see below That could be your problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.