Table allignment problem

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

  1. #1

    Default Table allignment problem

    I have a simple table: [url]www.compclinic.co.uk/COT/testtbl.htm[/url] However, although I
    have set vertical alignment to bottom for "what's in hornsea", it refuses to
    display correctly in the browser, although it looks OK in design/layout view.
    What am I missing?

    rogerew Guest

  2. Similar Questions and Discussions

    1. Can I apply Optical Margin Allignment through a Paragraph Style?
      I can't find a way to make Optical Margin Alignment part of a certain paragraph-style. I'm now clicking a text frame from any story to apply it. ...
    2. table crashed problem
      Hello, I have a website on php 5 and mysql 5. This morning my site isn't working anymore. I get a error-message that my database is corrupt....
    3. 2 table query problem
      Im having trouble with this query. I have 2 tables. I only want to display the events table but I want to sort the results based on the users...
    4. CREATE TABLE problem
      I have a problem creating mySQL tables with PHP. I am making an app where a user can create a project. Pressing "submit" on proj_form.php goes to...
    5. Could not load type VTFixup Table from assembly Invalid token in v-table fix-up table.
      We are getting this error after clearing the web.config of database infomation - even after using the wizard to re-enter the information. I could...
  3. #2

    Default Re: Table allignment problem

    <td width="699" height="45" colspan="5" align="center" valign="bottom"
    bgcolor="#336799"><h1>WHAT'S IN HORNSEA</h1></td>

    You are seeing the bottom margin on the <h1> tag. Try adding this to your
    CSS -

    h1 { margin-bottom:0; }

    and see what happens on that page.

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

    "rogerew" <webforumsuser@macromedia.com> wrote in message
    news:dfu1te$o91$1@forums.macromedia.com...
    >I have a simple table: [url]www.compclinic.co.uk/COT/testtbl.htm[/url] However,
    >although I
    > have set vertical alignment to bottom for "what's in hornsea", it refuses
    > to
    > display correctly in the browser, although it looks OK in design/layout
    > view.
    > What am I missing?
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Table allignment problem

    As if by magic - thanks.
    rogerew Guest

  5. #4

    Default Re: Table allignment problem

    You're welcome!

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

    "rogerew" <webforumsuser@macromedia.com> wrote in message
    news:dg35v6$kto$1@forums.macromedia.com...
    > As if by magic - thanks.

    Murray *TMM* 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