Asp Includes

Discussion in 'C#' started by DanaB, Oct 2, 2008.

  1. #1
    I am working on an asp site with includes. I need to remove two of the includes. If I take the code out the page stacking order changes. The nav goes to the top and the main content breaks below it. The includes are in a table. i tried to insert gifs in the space where the includes were but that did not work. I have copied the section I need to remove. Links on request. Thanks.
    <table width="760" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td valign="top"><img src="/images/space.gif" width="100" height="1">
    <table width="100" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td><img src="/images/space.gif" width="10" height="8"></td>
    <td><img src="/images/about_us_left_nav.jpg" width="60" height="49"></td>
    <td><img src="/images/space.gif" width="30" height="1"></td>
    </tr>
    </table>
     
    DanaB, Oct 2, 2008 IP
  2. dwirch

    dwirch Well-Known Member

    Messages:
    239
    Likes Received:
    12
    Best Answers:
    1
    Trophy Points:
    135
    #2
    Hi Dana -

    Give us a link, so we can see it in action. The snippet you've given *seems* sound, but without seeing it in context ...
     
    dwirch, Oct 3, 2008 IP