Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
bee3 #1
Can't edit edit region.
my site was created from the dreamweaver html template. if going to edit
it, the background is white of edit region. it will not visible, if the
text color is white.
Please Help!
bee3 Guest
-
Edit region
I made a page in Dreamweaver with an edit region. But no matter which role I connect with I can still edit other parts of the page too. What am I... -
Edit button not converting to edit mode
Do you (or the client, rather), by chance, have desktop firewall installed? Some of those programs will block ftp traffic. If so, you may see if you... -
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... -
Set the width of the edit textbox after clicking on Edit link in datagrid...
Hi There, I have a data grid where I have a couple of columns as follows: ----------------------------------------- |id | textual... -
lime #2
Re: Can't edit edit region.
"bee3" <webforumsuser@macromedia.com> wrote in message
news:e267gd$nf9$1@forums.macromedia.com...Huh?> my site was created from the dreamweaver html template. if going to edit
> it, the background is white of edit region. it will not visible, if the
> text color is white.
>
> Please Help!
>
Are you saying that the background colour can not be edited and it is white
at the moment? Are you also saying that you have no other choice but to use
white text instead of black?
You may be best off contacting the creator of your site - only they will
know what they have locked in the template and help you out.
--
Helen, lime, et al.
lime Guest
-
bee3 #3
Re: Can't edit edit region.
Oops!"edit region" is the mistake of "editable region template object."
But it was solvable. Thank You!
If the following CSS is written, the background of "editabke region"
will be displayed in white.
html {
background-color: #ffffff;
}
When writing as follows, the background was transparent and was displayed.
body {
background-color: #ffffff;
}
> Huh?
>
> Are you saying that the background colour can not be edited and it is white
> at the moment? Are you also saying that you have no other choice but to use
> white text instead of black?
>
> You may be best off contacting the creator of your site - only they will
> know what they have locked in the template and help you out.
>bee3 Guest



Reply With Quote

