Editing existing html page

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Editing existing html page

    I'm evaluating Contribute 3.11 with a number of existing static html pages (no
    Dreamweaver). The hyperlinks in these pages are displayed as plain text and am
    unable to edit the underlying URL. If I create a new link with Contribute, it
    shows up in blue underlined text as I would expect.

    Is there something additional that needs to be done to edit existing
    hyperlinks? Here's a sample code block for what I am tring to edit:

    <tr align=left>
    <td><ul type="square">
    <li><a href="http://localhost:84/policies/100-254.PDF" target="_blank" >
    Billing</td>
    </tr>

    RichBC Guest

  2. Similar Questions and Discussions

    1. Editing Existing Form with Calculations
      Hi, A previous designer built an order form calculating subtotals and totals from user-entered data. I wanted to add one more radio button set,...
    2. editing an existing site on a new pc
      I exported the website from the old pc then imported to the new pc, I can edit the site on the server from the new pc, but I can not down load or...
    3. Editing existing fill attributes of an object
      I use Freehand MX 2004 and I cant figure out how to edit the existing fill of an object. In the Objects window there is only an option to add a...
    4. Editing Text In An Existing Gif Image
      Looking for help Fireworks 2, trying to update text on an existing gif image from the web (don't have the original source file). No matter what I do...
    5. Disabling a field when editing an existing record in a Datagrid
      I created an ASP.net form with an editable datagrid on it. I can create new records, and update and delete existing records. The problem I have is...
  3. #2

    Default Re: Editing existing html page

    RichBC wrote:
    >I'm evaluating Contribute 3.11 with a number of existing static html pages (no
    >Dreamweaver). The hyperlinks in these pages are displayed as plain
    >text and am
    >unable to edit the underlying URL. If I create a new link with Contribute, it
    >shows up in blue underlined text as I would expect.
    >
    > Is there something additional that needs to be done to edit existing
    >hyperlinks? Here's a sample code block for what I am tring to edit:
    >
    > <tr align=left>
    > <td><ul type="square">
    > <li><a href="http://localhost:84/policies/100-254.PDF" target="_blank" >
    > Billing</td>
    > </tr>
    Maybe Contribute doesn't like that invalid code? You haven't closed the
    li or the ul.
    --
    BW
    BW Guest

  4. #3

    Default Re: Editing existing html page

    Right you are. I was missing the </a> tag. Thanks.
    RichBC 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