help please. simple question using tables.

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

  1. #1

    Default help please. simple question using tables.

    You can view my page at: [url]http://www.ironies.com/indexold.htm[/url] .

    So, I created the horizontal lines on the page using 'insert horizontal rule"
    and it created tons of white space around the line. My cell heights and cell
    padding is set to zero, my horizontal rule height is set to 1 pixel. Any
    ideas? I can't figure this out. I don't see any breaking spaces or anything.
    Please help!

    opalwilson Guest

  2. Similar Questions and Discussions

    1. Need Simple Answer to Simple Contribute/Firefox question
      Hello all; I've tried the Adobe help in CS3, tech support, phone support, this forum, other forums, Mozilla, and nowhere can I get a straight...
    2. A question of tables
      Hi All As per my previous posting, I'm having trouble getting my schema out of my DB so you will have to bear with me on this. Basically I...
    3. Tables question...
      Hi, I have a (hopefully) quick question for the experienced... I have a table of categories. On my form I want certain category values to...
    4. Beginners question about tables
      Hi, When using tables is there a way of fixing cell width and height, I was told there was a 'locking' option. Another related problem is that...
    5. newB question: related tables question
      hello i have a data base with 10 tables, i want to automaticaly creat a row in all of the tables wehen i create in the first one. normal table...
  3. #2

    Default Re: help please. simple question using tables.

    Originally posted by: opalwilson
    You can view my page at: [url]http://www.ironies.com/indexold.htm[/url] .

    So, I created the horizontal lines on the page using 'insert horizontal rule"
    and it created tons of white space around the line. My cell heights and cell
    padding is set to zero, my horizontal rule height is set to 1 pixel. Any
    ideas? I can't figure this out. I don't see any breaking spaces or anything.
    Please help!

    Firstly, I don't see why you need horizontal rules in your page. If you
    eliminated the white space:
    At the bottom, you wouldnt be able to see the horizontal rule - it would be on
    the top of the locations bar
    At the top, if you really want one, you can just make a small line on the top
    of your image using fireworks or even paint.

    If you actually want to solve the problem: make a 1px by 1px image, then
    resize it in dreamweaver. something like:
    <img src="dot.jpg"
    height="1" Width=100%>
    That should do it for you.


    Nick Schade 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