how to adjust the length of the page

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

  1. #1

    Default how to adjust the length of the page

    i'm very new to this and i have problems adjusting the length of the page, my
    home page appears to have too much space at the bottom. The original design was
    created in photoshop and i sliced it and put it in number of tables in
    dreamweaver. Is there a way to manage the length of the website or should i
    just adjust the height of the tables. thank you your help would be greatly
    appreciated.

    janeka Guest

  2. Similar Questions and Discussions

    1. Edit Page Length
      How do I shorten a page in Contribute? I have too much blank space below all the text that I have published and want to make the page end sooner ans...
    2. Page Length
      I am designing a web page(s). I have five individual pages in the same file. I would like to make the page lengths different for each page. Can...
    3. Web page length
      Is there a maximum length for a web page created in Pub 2002? I have read David's FAQ about page length and altering the div tag, but when I go...
    4. Web page length and width...
      refer to http://www.davidbartosik.com/pub2002/pub2002_21.htm and http://www.davidbartosik.com/pub2002/pub2002_17.htm -- David Bartosik -...
    5. How to get length of string? length() problems
      Simplified a bit, I'm parsing HTML documents to get sentences e.g. my $html = get($URL); # remove all HTML TAGs...blah blah blah @sentences =...
  3. #2

    Default Re: how to adjust the length of the page

    > Is there a way to manage the length of the website or should i
    > just adjust the height of the tables.
    No. Take your pick. 8)

    Table height is invalid HTML. What determines the height of a table is the
    height of its contents.

    Generally speaking, your approach to this page is the very worst possible
    approach. While being a good way to get a page on the web fast, it is only
    that, and is guaranteed not to be a good way to get a website up fast. In
    other words, if you only have a single page to mount, then go for it, but
    for more than one page, you would be very well advised to learn enough HTML
    to get to the point where you use your graphics editor ONLY to produce
    graphic elements, which you load onto the page in DW. Does that make sense?

    --
    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
    ==================


    "janeka" <webforumsuser@macromedia.com> wrote in message
    news:ec9u5u$efg$1@forums.macromedia.com...
    > i'm very new to this and i have problems adjusting the length of the page,
    > my
    > home page appears to have too much space at the bottom. The original
    > design was
    > created in photoshop and i sliced it and put it in number of tables in
    > dreamweaver. Is there a way to manage the length of the website or should
    > i
    > just adjust the height of the tables. thank you your help would be
    > greatly
    > appreciated.
    >

    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