Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
NeedhamMom #1
"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
-
#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: ... -
#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: ... -
#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: ... -
#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... -
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... -
ThinkInk #2
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



Reply With Quote

