Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
WebTrend #1
FONT SIZES IN EDIT MODE
Just had my first look at contribute, and when i am in edit mode, some of the
text appears so small on my screen its impossible to read, and therefor edit.
Not all of the text does this, only parts of it, and when you click on it its
the same size as all the rest, but you just can read it properly ?
WebTrend Guest
-
font rendering in edit mode
When we are making edits with the cs3 verison of contribute the font will render to an unreadable size when in edit mode. Does anyone have a clue as... -
Edit button not converting to edit mode
Okay, scratch my last post. I just tried it again and it didn't seem to do it again. Now I am begining to think it has something to do with the... -
Would like to load a datagrid already in edit mode instead of having the user click the edit button
Now my asp.net datagrid shows an edit button and clicking it puts the datagrid in edit mode. I would like to: 1) possilby load the page already... -
Textbox Font and Fontsize in Edit Mode
How do I change the textbox font and fontsize in Edit Mode? Thanks, -Dave -
once again: font sizes
Hi folks, I know this is a very-FAQ, but I still can't get it working. Environment: Debian/Sid with gnome2. 14" TFT-Display at 1024x768 and X... -
scott_c_russell #2
Re: FONT SIZES IN EDIT MODE
I'm searching these forums for the same reason. My website's text appears
normally in the view mode of Contribute 3 for Windows, but upon clicking
"Edit", the font size shrinks markedly -- making it impossible to make edits.
(The same site works wonderfully in Contribute 2 for Mac, my other testing
platform.)
[url]http://www.utmem.edu/endocrinology/HughesBio.php[/url]
I'd appreciate you reporting back to this forum if you discover a solution.
Thanks!
scott_c_russell Guest
-
WebTrend #3
Re: FONT SIZES IN EDIT MODE
Will let you know if i find anything, but this forum doesnt appear to be as good knowledge wise as the rest, may have to go ease where to locate the solution to this problem
WebTrend Guest
-
abna #4
Re: FONT SIZES IN EDIT MODE
We had that problem once. Text was normal in the browser and teeny tiny in edit
mode. But changing our pages to use unicode and xhtml fixed it. We use the
following now:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
with font-size of small for normal text and x-small for small text. xx-small
renders smaller in edit mode than in the browser, but the bigger sizes are to
scale in edit mode.
Before we changed that, we were using a hack. Had all our css fonts a size
larger than normal and called that stylesheet using "scripts/fonts1.css". Had
fonts at normal size and called that with "/scripts/fonts2.css". Fonts2.css was
listed second, so that it would be used by the browser. But Dreamweaver and
Contribute used fonts1.css because they didn't understand the absolute path on
the second stylesheet, so ignored it. Only worked on earlier versions, though.
abna Guest
-
WebTrend #5
Re: FONT SIZES IN EDIT MODE
Thanks will try this, the head information that Go Live puts in is similar with
the exception of below, so i have added this section. So do you know why
contribute does this in simple terms, just really strange that it only does it
to certain parts, would have thorought it would have done it to the whole page.
xml:lang="en-US" lang="en-US">
...
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
WebTrend Guest



Reply With Quote

