ssi issues with nested table

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default ssi issues with nested table

    Hi ssi newbie question here.

    I wanted to include an ssi section in a embeded table layout, have used the
    ssi include code and inserted it where i want the ssi to work etc . So the it
    works which is nice but when you look at the physical page in dreamweaver, what
    was a nice layout has been exploded totally. However when you view it via the
    browser it is fine.

    Why is this? i always view html pages with a split screen and find it very
    unnerving to see my nice pages blown apart. Is there a solution for this?

    I use dw 2004 mx .

    Thanks.

    jestersdead Guest

  2. Similar Questions and Discussions

    1. Issues with templates and nested templates
      Hello, I hope there is someone out there that can help me. I created a website using 1 main template and several nested templates. Everything...
    2. ColdFusion MX - Firebird table name issues
      Anyone using Firebird DB ever run into this? I have a Coldfusion Firebird connection and I can only view the data in some firebird DB tables (if...
    3. show the nested table as a column and bind it to data grid
      Hi I am using the XML that is hierarchial and when I load the XML into dataset and bind the dataset to datagrid, I was not able to see the low level...
    4. Nested layers won't convert to table
      I have nested layers on my page and when I try to convert layers to table, I get an error message saying that I can't because it the resulting page...
    5. Problems with Nav buttons in Nested Table
      Here's the code w/out the nav buttons. FYI, the nav buttons are 108 x 31 each. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">...
  3. #2

    Default Re: ssi issues with nested table

    Does your file being included also contain <html>, <head>, or <body> tags?

    It must not.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "jestersdead" <webforumsuser@macromedia.com> wrote in message
    news:eeug4s$hll$1@forums.macromedia.com...
    > Hi ssi newbie question here.
    >
    > I wanted to include an ssi section in a embeded table layout, have used
    > the
    > ssi include code and inserted it where i want the ssi to work etc . So the
    > it
    > works which is nice but when you look at the physical page in dreamweaver,
    > what
    > was a nice layout has been exploded totally. However when you view it via
    > the
    > browser it is fine.
    >
    > Why is this? i always view html pages with a split screen and find it very
    > unnerving to see my nice pages blown apart. Is there a solution for this?
    >
    > I use dw 2004 mx .
    >
    > Thanks.
    >

    Murray *ACE* Guest

  4. #3

    Default Re: ssi issues with nested table

    When I say must not, I mean that it's an error to have those tags in the
    include file, and will result in the kind of symptoms you describle. The
    concept is -

    all the code in the include file, when added to all the code in the parent
    file must result in a stand-alone and valid HTML page. Thus, the includes
    can only be fragments of code.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "jestersdead" <webforumsuser@macromedia.com> wrote in message
    news:eeug4s$hll$1@forums.macromedia.com...
    > Hi ssi newbie question here.
    >
    > I wanted to include an ssi section in a embeded table layout, have used
    > the
    > ssi include code and inserted it where i want the ssi to work etc . So the
    > it
    > works which is nice but when you look at the physical page in dreamweaver,
    > what
    > was a nice layout has been exploded totally. However when you view it via
    > the
    > browser it is fine.
    >
    > Why is this? i always view html pages with a split screen and find it very
    > unnerving to see my nice pages blown apart. Is there a solution for this?
    >
    > I use dw 2004 mx .
    >
    > Thanks.
    >

    Murray *ACE* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139