Can't change fonts using DW template

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

  1. #1

    Default Can't change fonts using DW template

    I have created templates in DW for a client with an editable region. In that
    editable region, the Contribute 3 user can't change the font size, style or
    color. All of the buttons are checked in the Administrator Settings to allow
    the fonts to be changed, but it doesn't work. It will only allow them to be
    changed if I detach the pages from the template. Any help would be much
    appreciated.

    mackey27 Guest

  2. Similar Questions and Discussions

    1. Fonts Change size when published
      I have been using Contribute 1 for several years now, and found it fairly reliable. Just recently on trying out 3, now when I publish a page all...
    2. fonts change when exporting to PDF1.3
      We have a 260 page 2 spot colour tabular catalogue containing 18 different languages and using several latin and non-latin typefaces. All the fonts...
    3. Pasting from one ID file to another - fonts change
      Hello all, I have a customer who made files in ID 2.0 I am opening them in ID CS. I select all, copy, and then paste into another ID CS file. I am...
    4. how to change all fonts used to symbols
      help anyone, i'm in the middle of a project and discovered that i have used unusual fonts that are most likely not installed on most machines. my...
    5. Fonts from Photoshop to Fireworks Change
      When I open a file created in Photoshop in Fireworks all the fonts are fine until I try resize or change anything, then the fonts go all scewy. It...
  3. #2

    Default Re: Can't change fonts using DW template

    sounds like you've placed the editable region inside a p or h1 tag or similar. Check in the template if this is the case, and if it is, move the editable region outside the tags and it should be ok.
    kjmcd Guest

  4. #3

    Default Re: Can't change fonts using DW template

    I checked that, but it's not the case. My code looks like this:

    <table width="735" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td valign="top" align="left"><!-- #BeginEditable "body"
    --> <!-- #EndEditable --></td>
    </tr>
    </table>

    Does anything look wrong with this code?

    mackey27 Guest

  5. #4

    Default Re: Can't change fonts using DW template

    hmm, try putting a paragraph tag and some sample text into the template within
    the editable region, like this:

    <!-- #BeginEditable "body" --> <p> sample bla bla bla</p><!-- #EndEditable -->

    now create a new file from the template and see how you get on. Otherwise do
    the tried and trusted trick of starting again and calling your editable region
    a different name!

    kjmcd Guest

  6. #5

    Default Re: Can't change fonts using DW template

    I have the same problem, but I don't have it with all pages.

    I originally created the templates (5), pages, added the content and made them
    work with Contribute. Now the client is maintaining the Web site. Out of the
    roughly 650 pages only one seems to have a problem. The font properties (font,
    style, size and format) are grayed out, but I can change them by using the
    content sensitive right mouse menus.

    Any suggestions? The page in question contains 3 paragraphs, and an unordered
    list containing 12 items.

    Thanks,

    Sven

    Thirion Guest

  7. #6

    Default Re: Can't change fonts using DW template

    Did you ever find a solution for this? I have run into the same problem, and it
    seems to have occurred spontaneously. People were able to change fonts, and
    then recently they have not been able to. They have rights to do so, and even I
    as admin can't change fonts in that template. In other templates, type can be
    changed easily, but not in this one.

    turbidity 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