Has any one seen this ...

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Has any one seen this ...

    Has any one seen this ...
    If you have a table in DreamweaverMX ...like so:
    <table width="100%" border="0" cellspacing="0" cellpadding="2">
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    ...........and you put your cursor between the <td*> ...were there asterisk is
    and hit a space bar ...the code hints come up!
    I have found it works on some htm files ...and not on others.
    Why would this be? I didn't change any settings.
    Is there an answer for why it's doing this?
    Here is a link to an image showing the code hints working ...like they should:
    [url]http://www.triplecdesign.com/code_hint.htm[/url]

    Any help would be appreciated!

    iceman25 Guest

  2. #2

    Default Re: Has any one seen this ...

    iceman25 wrote:
    > I have found it works on some htm files ...and not on others.
    We'd need to see the files that it works on and those that it doesn't work on. Got URLs?

    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
    danilocelic *TMM* Guest

  3. #3

    Default Re: Has any one seen this ...

    hmm.. the popup shows all the time for me... I think it is a built in behavior
    not an extension behavior. It could be that if a CSS sheet overrides the table
    settings that the menu wouldn't show because the editor is smart enuf to know
    that addition attributes will be superseded by the CSS sheet. just a guess..
    let's see the entire HTML of a page that works and a page that doesn't work.

    RichMcCrea 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