"class" tag in Heading

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

  1. #1

    Default "class" tag in Heading

    My client has Contribute 3 - in that version, there is no attribute "class" affiliated with a heading tag. Does this function exist in a later version?

    Thanks,
    Marianne
    NeedhamMom Guest

  2. Similar Questions and Discussions

    1. #35634 [Asn->Csd]: Erroneous "Class declarations may not be nested" error raised.
      ID: 35634 Updated by: dmitry@php.net Reported By: robert at interjinn dot com -Status: Assigned +Status: ...
    2. #38325 [Ver->Csd]: spl_autoload_register() gaves wrong line for "class not found"
      ID: 38325 Updated by: iliaa@php.net Reported By: marcos dot neves at gmail dot com -Status: Verified +Status: ...
    3. #35634 [Com]: Erroneous "Class declarations may not be nested" error raised.
      ID: 35634 Comment by: a dot laquerre at videotron dot ca Reported By: robert at interjinn dot com Status: ...
    4. #39294 [NEW]: "Fatal error: Cannot redeclare class" for classes that use extends
      From: a79315 at hotmail dot com Operating system: suse 10.1 PHP version: 5.1.6 PHP Bug Type: Class/Object related Bug...
    5. Problem with a "phantom" (unexisting) server class misteriously created
      Hi all! Be patient because what I'm going to explain all of you it's more than very strange. I've developed a webservice project that contains...
  3. #2

    Default Re: "class" tag in Heading

    I do not understand exactly what you mean, but when you want to give the
    heading tags a different appearance
    you can user CSS:

    h1 {
    color: #CCCCCC;
    font-size: 12px;
    }

    or make Contribute use document level CSS:

    <style>
    .style1 {
    color: #CCCCCC;
    font-size: 12px;
    }
    </style

    ThinkInk 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