Tables don't line up...help

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

  1. #1

    Default Tables don't line up...help

    <a target=_blank class=ftalternatingbarlinklarge
    href="http://www.sullivancreative.com/inf-06-3-24/newemail3.html">click here to
    see the page</a>

    This is a very simple little email i'm making but I can't get the two tables
    at the bottom to line up on PC browsers. This problem only occurs when viewed
    on a PC, it's fine on my Mac in multiple browers. The problem area is where
    classroom workshops and e-learning courses tables are. The e-learning table
    falls just a bit lower than the classroom workshops one. Anyone have any idea
    how to fix this???

    Thanks in advance.

    joesavy 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. [PHP] Unix end of line versus windows end of line
      Hi, I use PHP with apache on two systems.. (linux and windows) when I use PHP on linux, it is ok.. I get Unix end of line, when I write to the...
  3. #2

    Default Re: Tables don't line up...help

    You should clean up the whole table(s), but the problem here is that you have
    these two tables inside of a bigger table and they are in seperate rows. They
    should be in the same row. You need to remove the "rowspan=3" part from the
    cell that the classroom workshops table is in, and then put the classroom
    workshop cell and the e-learning cell on the same row with in the bigger table.
    You will see this once you remove the rowspan.

    scnota 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