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

  1. #1

    Default Weird table problem

    The bottom of the of the blue column ends before the small gray column ends.
    Within Dreamweaver they end at the same point (In other words they are flush
    with each other). I figure it may be a layout table issue, but I can't seem to
    fix it. Perhaps one of you has the answer?

    [url]http://hosting.bronto.com/8203-1815dac7/newsletter_sample3.htm[/url]

    Thanks for the help!

    mmorton23 Guest

  2. Similar Questions and Discussions

    1. Weird UI problem
      I have this problem when i try to close a popup TItleWindow object, it leaves some sort of an outline shadow on the parent window. It's really...
    2. Weird problem in 8.0.0
      -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've just upgraded two servers to 8.0.0, using PGDG RPMs. One of them is working well;...
    3. Uploading problem = weird warning (was: access denied problem.....)
      Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the...
    4. [Q] really WEIRD asp problem (XP, IIS, IE 6)
      Can anyone help please: I found a nice article on the web how to write my dynamice information into an RSS-XML. But I cannot get the code to...
    5. weird asp.net problem
      Hi, I am having a weird problem when doing an http post to one of my aspx pages. I have a page (page1.aspx) which basically takes in a...
  3. #2

    Default Re: Weird table problem

    It's because you didn't guess well enough when you assigned this height -

    <td height="1238" valign="top" bgcolor="#31659C">

    To get what you want, you would need to have the blue color *and* the page
    content in the same table, so that as the content stretched the table
    vertically, the column containing the blue color would stretch vertically
    with it. You could get that by changing this -

    <tr bgcolor="#ffffff"><td width="136" height="1529" valign="top"><table
    width="100%" border="0" cellpadding="5" cellspacing="0" bgcolor="#31659C">
    <!--DWLayoutTable-->

    to this -

    <tr><td width="136" valign="top" bgcolor="#31659C"><table width="100%"
    border="0" cellpadding="5" cellspacing="0">
    <!--DWLayoutTable-->

    By the way, you have several instances of incorrect color values, e.g.,
    bgcolor="ffffff", without the required octothorpe (#).

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

    "mmorton23" <webforumsuser@macromedia.com> wrote in message
    news:dgestf$hut$1@forums.macromedia.com...
    > The bottom of the of the blue column ends before the small gray column
    > ends.
    > Within Dreamweaver they end at the same point (In other words they are
    > flush
    > with each other). I figure it may be a layout table issue, but I can't
    > seem to
    > fix it. Perhaps one of you has the answer?
    >
    > [url]http://hosting.bronto.com/8203-1815dac7/newsletter_sample3.htm[/url]
    >
    > Thanks for the help!
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Weird table problem

    Thanks for the reply. I searched the source code but I did not find the line
    of code you are refering to. Could you explain further or perhaps give me the
    source code line number?

    Also, I not that web savvy. What is an octohorpe (#)?

    Thanks for your help,

    mmorton23 Guest

  5. #4

    Default Re: Weird table problem

    Octothorpe = "#" - that's what that character is called.

    To find your line of code, look for this -

    "><td width="136" height="1529"

    That's it....

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

    "mmorton23" <webforumsuser@macromedia.com> wrote in message
    news:dgf5u4$2hh$1@forums.macromedia.com...
    > Thanks for the reply. I searched the source code but I did not find the
    > line
    > of code you are refering to. Could you explain further or perhaps give me
    > the
    > source code line number?
    >
    > Also, I not that web savvy. What is an octohorpe (#)?
    >
    > Thanks for your help,
    >

    Murray *TMM* Guest

  6. #5

    Default Re: Weird table problem

    I noticed that the page you're pointing to is on Bronto's servers. I actually
    work there, and in addition to doing graphic design and web development, I help
    customers with their email templates. I'm happy to fix the code for you. Just
    send me an email -- [email]jon@bronto.com[/email] -- or give your account manager a call and
    they can help you with the code as well.

    Best regards,
    Jon



    jon@bronto.com Guest

  7. #6

    Default Re: Weird table problem

    Nice offer....

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

    "jon@bronto.com" <webforumsuser@macromedia.com> wrote in message
    news:dgfcf6$c5h$1@forums.macromedia.com...
    >I noticed that the page you're pointing to is on Bronto's servers. I
    >actually
    > work there, and in addition to doing graphic design and web development, I
    > help
    > customers with their email templates. I'm happy to fix the code for you.
    > Just
    > send me an email -- [email]jon@bronto.com[/email] -- or give your account manager a call
    > and
    > they can help you with the code as well.
    >
    > Best regards,
    > Jon
    >
    >
    >

    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