Results 1 to 2 of 2

Okay, what have I done

This is a discussion on Okay, what have I done within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; take a look at my site : osCMax v2.0 : Welcome To Fox Bases! I've been working with it all ...

      
  1. #1
    New Member
    Join Date
    Jul 2005
    Posts
    13
    Rep Power
    0


    Default Okay, what have I done

    take a look at my site : osCMax v2.0 : Welcome To Fox Bases!

    I've been working with it all day today and have made a error somewhere that the right column isn't matching up properly. My mind is spinning from looking at it.

    Any ideas on what I did wrong?

  2. #2
    osCMax Development Team met00's Avatar
    Join Date
    Oct 2005
    Location
    wherever I happen to be at the moment
    Posts
    854
    Blog Entries
    2
    Rep Power
    21


    Default Re: Okay, what have I done

    Here is the problem...

    Code:
    <p>Rob</p></td>
              </tr>
              <tr>
                <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
              </tr>
    
                 </td>
              </tr>
              <tr>
                <td><br><!-- new_products //-->
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td height="14" class="infoBoxHeading"><img src="images/infobox/corner_right_left.gif" border="0" alt="" width="1" height="1"></td>
        <td width="100%" height="14" class="infoBoxHeading"><a href="http://www.foxbases.com/catalog/products_new.php?osCsid=47fe87079709b9bfccaf89b1a7e18f75" class="headerNavigation">New Products For June</a></td>
        <td height="14" class="infoBoxHeading" nowrap><a href="http://www.foxbases.com/catalog/products_new.php?osCsid=47fe87079709b9bfccaf89b1a7e18f75"><img src="images/infobox/arrow_right.gif" border="0" alt="more" title=" more " width="12" height="10"></a><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="infoBox">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="4" class="infoBoxContents">
      <tr>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://www.foxbases.com/catalog/product_info.php?products_id=191&osCsid=47fe87079709b9bfccaf89b1a7e18f75"><img src="images/" border="0" alt="200mm by 100mm, 8 by 2" title=" 200mm by 100mm, 8 by 2 "></a><br><a href="http://www.foxbases.com/catalog/product_info.php?products_id=191&osCsid=47fe87079709b9bfccaf89b1a7e18f75">200mm by 100mm, 8 by 2</a><br>$10.59</td>
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://www.foxbases.com/catalog/product_info.php?products_id=190&osCsid=47fe87079709b9bfccaf89b1a7e18f75"><img src="images/" border="0" alt="175mm by 100mm, 7 by 2" title=" 175mm by 100mm, 7 by 2 "></a><br><a href="http://www.foxbases.com/catalog/product_info.php?products_id=190&osCsid=47fe87079709b9bfccaf89b1a7e18f75">175mm by 100mm, 7 by 2</a><br>$8.47</td>
    
        <td align="center" class="smallText" width="33%" valign="top"><a href="http://www.foxbases.com/catalog/product_info.php?products_id=189&osCsid=47fe87079709b9bfccaf89b1a7e18f75"><img src="images/" border="0" alt="150mm by 100mm, 6 by 2" title=" 150mm by 100mm, 6 by 2 "></a><br><a href="http://www.foxbases.com/catalog/product_info.php?products_id=189&osCsid=47fe87079709b9bfccaf89b1a7e18f75">150mm by 100mm, 6 by 2</a><br>$7.41</td>
      </tr>
    </table>
    </td>
      </tr>
    </table>
    <!-- new_products_eof //-->
    </td>
              </tr>
            </table></td>
    
          </tr>
        </table>   								 </td>
      						</tr>
    					</table>
    					<!-- TS end table for center box area -->
       </td>
    		<!-- content_eof //-->
    Simple... the new product is being placed inside the content area before the content area closes... I assume that new products should be located either on the right or left column. So, it must be there before or after the content area. Since I don't know how TS sets up templates, I don't know why it's happening, but that is what's causing the core problem you are having.
    so endith the lesson
    <think>sometimes I just sit's and thinks</think>
    "Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •