Page has spaces, when not wanted

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

  1. #1

    Default Page has spaces, when not wanted

    Please check out my web site and please help me if you can. I'm sure this is a
    basic question, but one I can't figure out.

    When I look at my index page while under construction in Dreamweaver 8,
    everything is tight.
    But when you go to the address below, you will see that there are spaces above
    and below the buttons, as well as the three images at the bottom of the page.

    What things can I do to make sure this does not happen?

    Thanks!
    Dan

    troyrec Guest

  2. Similar Questions and Discussions

    1. Spaces in column value
      I have a column table in which the values have spaces, i.e. "2005 CRA 696." In my query, I want to account for various ways people may type that...
    2. Multiple Spaces
      I want to type in multiple spaces in a text area, like ( ). How can I do this? Thanks David
    3. Non-breaking spaces???
      Hi - I'm creating a justified text area in a graphic, but I want to be able to control the line breaks so that the company name doesn't split. ...
    4. Spaces
      I have a problem with the following code : Response.write rstContacts(1).Value The above line prints "Andark Marine" However the following...
    5. [PHP] Removing Spaces
      Jason Williard wrote: $new_string = str_replace(' ','',$old_string); ? -- ---John Holmes... Amazon Wishlist:...
  3. #2

    Default Re: Page has spaces, when not wanted

    I forgot to post the web address!

    [url]http://www.troyrecreation.org/chhs/index.html[/url]

    Dan
    troyrec Guest

  4. #3

    Default Re: Page has spaces, when not wanted

    You mean the pic which are below these tags?
    </td>
    <td width="198" bgcolor="#FFFFFF"><img src="blue4.jpg" alt=""
    width="187" height="164" align="right" /></td>
    <td width="187" bgcolor="#FFFFFF"><img src="blue5.jpg" alt=""
    width="187" height="163" align="right" /></td>
    <td width="194" bgcolor="#FFFFFF"><img src="blue2.jpg" alt=""
    width="193" height="165" align="left" /></td>

    if so, you must be sure you correct the td widths with the images inside or
    you can put all images in a single line like; <img src="blue1.jpg"/><img
    src="blue2.jpg"/> etc. etc.

    Php Cod3r 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