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

  1. #1

    Default Deleting space

    I am seeing this white space in my web page. When i look at it in Dreamweaver,
    it is no visible. I checked the codes and there is nothing there. But when i
    see it online, it shows a white space after the first 2 rows of links. Can
    anyone please check it and let me know what is worong with it.
    Here is the website.
    [url]www.baysystemsinc.com[/url]
    Click on any link and you will see the white space after the grey portion of
    the link. I am asking my company to buy Dreamweaver. But because this issue is
    not being resolved by this product, they are not willing to buy it. So please
    anyone help me out in this.


    Basmah Guest

  2. Similar Questions and Discussions

    1. Deleting DTD
      Using ID CS 3.0.1 / Win XP. My typical use is to take a newsletter document created within ID, import a DTD, map style to tags, export XML and...
    2. deleting from pe2
      Help!! I own pe2 and I just took this beautiful picture of a house by the ocean,the only problem is that there are three vans parked on the front...
    3. [PHP] deleting one cookie is deleting both..why? (tiny scripts)
      --- Ryan A <ryan@jumac.com> wrote: If you are setting the cookie from bestwebhosters.com, the best way (my opinion) is to not specify the domain,...
    4. deleting one cookie is deleting both..why? (tiny scripts)
      Hi again, I am setting 2 cookies like so:(setCookie.php) <?php setcookie("name1","1","0","",".bestwebhosters.com");...
    5. Deleting ICS
      For some reason my ICS is working intermittenly . . . I almost always have to click the reload button several times in IE before the page loads. I...
  3. #2

    Default Re: Deleting space

    i think its your MAP.....move the MAP all the way down just before the closing body tag
    nisav19 Guest

  4. #3

    Default Re: Deleting space

    so you are syaing that I should have just one MAP instaed of "MAP" and "MAP2"
    and the closing tag should be above the closing body tag?
    I am quite not sure about it. Can you just show me that part of the code
    please.
    Thanks

    Basmah Guest

  5. #4

    Default Re: Deleting space

    this is what you have now
    ------------------------------------
    </table>
    <map name="Map">
    <area shape="rect" coords="23,2,138,12" href="software.htm">
    <area shape="rect" coords="161,3,265,12" href="staffing.htm">
    <area shape="rect" coords="294,3,403,12" href="contracts.htm">
    </map>
    <map name="Map2">
    <area shape="rect" coords="11,2,71,10" href="consulting.htm">
    <area shape="rect" coords="102,0,168,10" href="itservices.htm">
    <area shape="rect" coords="195,1,278,11" href="operations.htm">
    <area shape="rect" coords="301,1,365,10" href="entry.htm">
    <area shape="rect" coords="396,2,454,10" href="recruiting.htm">
    <area shape="rect" coords="487,1,545,10" href="contactus.htm">
    </map>
    <div id="Layer1" style="position:absolute; left:9px; top:117px; width:110px;
    height:0px; z-index:1">
    ----------------------------------
    change it to
    ---------------------------
    </table>
    <div id="Layer1" style="position:absolute; left:9px; top:117px; width:110px;
    height:0px; z-index:1">
    nisav19 Guest

  6. #5

    Default Re: Deleting space

    hey,
    i tried to move the tag all the way att he bottom as you said, and it is still not working. I am still seeing the white space. Can you help me out please.
    thank youf ro your help though.
    Basmah 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