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

  1. #1

    Default Space in 100% Width

    This has been happening randomly with my websites and I can't figure out why. I
    make a table with 100% width. When you view it online, there is a gap on the
    right side of it (about 1 cm). When you hit refresh it goes away. I have no
    idea why this happens and only happens sometimes. An example of a problem site
    can be seen here: [url]http://newtrendrealty.com/test.htm[/url]

    Pam12345 Guest

  2. Similar Questions and Discussions

    1. I know we can set max image width, but I need to set itby region. Region A has one max width; Region B another.
      We can already set a maximum image width for use globally, throughout every page. Can we do it by region? This way one region can have a max...
    2. CSS div width
      I am trying to create a gallery page which delivers images dynamically, in a single row, triggering the browser scroll if necessary. The amount...
    3. How to get the screen width ?
      Hi all, I have tried the following code to get screen width : <mx:DataGrid ..... width="System.capabilities.screenResolutionX" > But it...
    4. DG Column Width vs Table Column Width
      Hi, I am wanting to display data in a datagrid with additional header rows above it that categorise some of the main headers of the datagrid. I...
    5. *** How can I fill width of browser without space?
      Flash MX, I have my flash movie (800px by 540px) and I would like the left edge of the flash movie to be flush with the left side of the browser...
  3. #2

    Default Re: Space in 100% Width

    Pam:

    Where in Philadelphia area? I am in NW Chester county....

    It's an IE thing - doesn't happen in FF or on the Mac. I think you can fix
    it by changing <body...> to <body ... scroll="auto">, but there must be a
    cleaner way to do it that I am just forgetting.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "Pam12345" <webforumsuser@macromedia.com> wrote in message
    news:d8sap9$n9q$1@forums.macromedia.com...
    > This has been happening randomly with my websites and I can't figure out
    > why. I
    > make a table with 100% width. When you view it online, there is a gap on
    > the
    > right side of it (about 1 cm). When you hit refresh it goes away. I have
    > no
    > idea why this happens and only happens sometimes. An example of a problem
    > site
    > can be seen here: [url]http://newtrendrealty.com/test.htm[/url]
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Space in 100% Width

    Hi Murray,
    Thanks for responding. The auto definition in the body tag didn't work for me. This is just baffling. BTW, I'm in Bucks Cty.
    Thanks!
    -Pam
    Pam12345 Guest

  5. #4

    Default Re: Space in 100% Width

    Pam:

    Heh - a hop, skip, and jump from Spring City/Chester Cty!

    Show me what you have tried, please.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "Pam12345" <webforumsuser@macromedia.com> wrote in message
    news:ddvcim$mqd$1@forums.macromedia.com...
    > Hi Murray,
    > Thanks for responding. The auto definition in the body tag didn't work
    > for me. This is just baffling. BTW, I'm in Bucks Cty.
    > Thanks!
    > -Pam

    Murray *TMM* Guest

  6. #5

    Default Re: Space in 100% Width

    Hi Murray,
    I tried putting the scroll="auto" in the body tag but it didn't help. I'm working on this site now with the same problem: [url]http://mikulawebsolutions.com/lavender/test2.htm[/url]
    -Pam
    Pam12345 Guest

  7. #6

    Default Re: Space in 100% Width

    Try changing this -

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Lavender Rose, LLC</title>
    ....
    <body...>

    to this -

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Lavender Rose, LLC</title>
    ....
    <body scroll="auto">


    and see what happens.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================

    "Pam12345" <webforumsuser@macromedia.com> wrote in message
    news:deffd9$49u$1@forums.macromedia.com...
    > Hi Murray,
    > I tried putting the scroll="auto" in the body tag but it didn't help. I'm
    > working on this site now with the same problem:
    > [url]http://mikulawebsolutions.com/lavender/test2.htm[/url]
    > -Pam

    Murray *TMM* 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