line in between tabled images

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

  1. #1

    Default line in between tabled images

    majorly inexperienced html etcetc person here.....needing help please!

    getting lines in between my table of images, and don't know why. it only
    happens when i upload it to the ftp.
    it looks perfect in dreamweaver.

    plus, as you'll notice if you have a look, i have a few pages off this front
    page, which seem to want to position themselves in various other places from
    the front page. I've tried everything to position them the same, and i'm a bit
    stuck....

    i need someone to tell me how exactly i can fix these pages all the in the
    same place........helpppp! cheers!:(

    el davo Guest

  2. Similar Questions and Discussions

    1. Forced line break changes previous line endings
      Gang-- Give this script a try. It's quite experimental (i.e., use at your own risk), but in my tests it actually works to "freeze" the line...
    2. text line spacing and line tool
      1.) Using InDesign 2.0.2 - When aligning text (in one particular text frame)to a base grid, the text will always skip one line even though the base...
    3. Off-line movies accessing on-line data.
      I have designed some SWF movies for use on a XDA 2. These files will retrieve some of their content from on-line data files located on our...
    4. DRKv5 3D Line Chart line width, rendering problems
      I am using the DevNet Resource Kit Version 5 3D Charting components. The line chart component has a minimum line width parameter, but the minimum...
    5. Wacom Tabled
      Sorry TableT instead of the D. Also, what can you do with a Wacom? Coen Naninck wrote: -- Good luck!
  3. #2

    Default Re: line in between tabled images

    forgot to put my address. ...doh!

    [url]http://www.edinburghcameras.co.uk[/url]
    el davo Guest

  4. #3

    Default Re: line in between tabled images

    Rule #1 - don't slice an image and use the exported HTML as your whole
    webpage
    Rule #2 - don't use a GIF image to do a JPG image's job
    Rule #3 - don't use a JPG to do a GIF image's job

    The consequences of violating any of these rules is a page that is too
    heavy -

    Global Statistics
    Total HTTP Requests: 45
    Total Size: 144061 bytes

    Object Size Totals
    Object type Size (bytes)
    HTML: 7001
    HTML Images: 137060
    CSS Images: 0
    Total Images: 137060
    Javascript: 0
    CSS: 0
    Multimedia: 0
    Other: 0

    External Objects
    External Object QTY
    Total HTML: 1
    Total HTML Images: 44
    Total CSS Images: 0
    Total Images: 44
    Total Scripts: 0
    Total CSS imports: 0
    Total Frames: 0
    Total Iframes: 0


    and at ~144K, yours fits that criterion.

    In addition, violating rule #1 is what is causing your page to load like a
    jigsaw puzzle when the images are as heavy as they are.

    Now - the lines are caused by your table expanding unexpectedly - this is
    the consequence of the slicing a whole image and then using the exported
    HTML - it works fine when you only want to display exactly the image you
    sliced, but when yo start to add content, the table is fragile, and it
    breaks. This is caused by the many row- and colspans that FW inserts into
    the table to make sure that all your slices align perfectly - until you put
    in content, of course.

    Read this - [url]http://apptools.com/rants/spans.php[/url]

    The solution, unfortunately, is to learn some HTML, and how to work with
    tables. You can start at the table tutorials at the DW FAQ link in my
    signature....

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

    "el davo" <webforumsuser@macromedia.com> wrote in message
    news:dbha3o$bg5$1@forums.macromedia.com...
    > forgot to put my address. ...doh!
    >
    > [url]http://www.edinburghcameras.co.uk[/url]

    Murray *TMM* Guest

  5. #4

    Default Re: line in between tabled images

    ok thanks - i'll get to it!
    el davo 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