Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
mjp77 #1
Text Align buttons disabled
Dear all,
I am a little bit new to Contribute, but have created a site that is working
pretty well. The only issue I'm having is that the ability to align text
(center, left, right, justify) is disabled in Contribute - the buttons are
grayed out. I have gone into administer roles, and I don't see anything that
restricts this in particular. Everything else is enabled - fonts, font sizes,
font colors. Only the alignment is disabled.
There is a need to be able to center images on the site. Is there something
I'm missing that can get this enabled?
Thank you.
mjp77 Guest
-
Radio Buttons Disabled in Flash Form
I have a flash form that I would like to make one radio button change the enabled status of another radio button. In my code I have 3 groups of... -
Disabled Buttons still Interactive
I have a datagrid with a button column disabled. The problem is, the user can still click on the button and the code-behind is executed. Has... -
Custom CollectionEditor - Buttons disabled?
Hi all, I hope someone can help. I did several searches of Usenet archives, and I've seen a number of messages from people who had the same... -
how to Align text left & vertical align middle
Hello, I have a asp lable control, which I use to display text in, I would like to have the text display aligned in the center and vertical... -
Text Align
When I install my accesss 2000 application on some machines the application ignores the "Text Align" Property Setting in some Activex Controls(List... -
pssuk108 #2
Re: Text Align buttons disabled
I had template with
<style>
td {text_align: left}
</style>
<div align="center">
<table width="750">
main content
</table>
</div>
the td setting in the style sheet caused the text align buttons to be disabled
in Contribute (3.11)
I workee round this by removing the td text align style and recoding the the
table
<table wifht ="750" align ="center">
</table>
pssuk108 Guest



Reply With Quote

