Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
dnickles #1
Re: Contribute 3 does not do Superscripts
The option for superscripts and subscripts is not available in Contribute, but
what I have done is added the following to my stylesheet:
.superscript { vertical-align: super; font-size: smaller }
.subscript { vertical-align: sub; font-size: smaller }
Then you can use <span class="superscript">1</span> to get a superscript 1.
For html, this would be ¹
It's a little annoying that this was left out, since I have a group of 20+
scientists that I don't want to give external editing rights to...
dnickles Guest
-
Do I need Contribute AND Contribute Publishing Server?
Do I need to have Contribute Publishing Server installed on the web server on order to update web pages with Contribute? - Andrea -
CSS XML and superscripts and subscripts...
Hello all, Simple... I am loading text into a dynamic text field via XML and styling it using a CSS stylesheet . But here is my problem, how can... -
Printing problem - superscripts, % symbol
I'm running OSX 10.4.6 and Acrobat 7.0.8. One particular pdf file (2MB and downloaded from a magazine publisher) will not print superscripts or other... -
Problem creating keys in Contribute 2 for Contribute 3users
Hi I'm using Contribute 2 or Dreamweaver MX to administer a site. I created a key for a Contribute 3 user. When they try and install the key they... -
Contribute 3 does not do Superscripts
I am researching this also... looks like it was left out... surprising oversight and a pain!! -
mzanime.com #2
Re: Contribute 3 does not do Superscripts
Well you can create a custom class in your style sheet to mimic superscript and
sub script text, the problem is that I'm not so sure it'll look good in
Contribute 3's edit view. Browsers understand how to display this though, but
don't count on Netscape 4.x and older.
.sup { vertical-align:super; }
.sub { vertical-align:sub; }
HTML:
E=mc<span class="sup">2</span>
mzanime.com Guest
-
mzanime.com #3
Re: Contribute 3 does not do Superscripts
Darn dnickles! You beat me :-P
mzanime.com Guest
-
dnickles #4
Re: Contribute 3 does not do Superscripts
I added my request for adding the superscript, subscript, and acronym
capability to the following Macromedia wish list site:
[url]http://www.macromedia.com/support/email/wishform/[/url]
If you don't want to do a work-around in future versions of Contribute or on
new web sites, please take a moment and add your request to the wish list too!
:)
-Darryl
dnickles Guest



Reply With Quote

