Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
emersonbsmh #1
CSS Not Updating
Hi all,
I'm currently looking at Contribute 3 to see if it's the thing to use to
implement across the organisation, and I've stumbled whilst updating in
Dreamweaver alongside it.
I've added a new run of classes in my CSS stylesheet which Contribute previews
fine, but as soon as I try to edit the page, the new styles dissapear, and I
can't select them from the drop down list.
Am I missing a way to force Contribute to refresh its style list from the CSS
file?
emersonbsmh Guest
-
Updating Updating site map or archive dynamically
Hi there! ;-) Posted in Site Design as well.... Anyone know if there is a way to use Contribute to automatically/dynamically update a site map... -
Help with updating in SQL
below is my query: <cfquery name="CreateMyProfile" datasource="Dating"> Update MemberMain Set MyProfile = '1', ScreenName = '#Form.ScreenName#',... -
Updating 3.0 to 3.1. Or not.
What is an MSP file and how do I use it to update Contribute 3.0 to 3.1? The updater FAQ says just double click on the downloaded file but the... -
Updating AI Files causes position to 'bounce' when updating in Quark
Is there any way to build Illustrator files so that no matter what edit you might come back and make to the AI file, when you update the modified... -
XP updating
The internet connection I have available is 28.8K max. There is no DSL, cable, or anyother type of high speed connection available for my... -
Kevin #2
Re: CSS Not Updating
What I've found is that CSS IDs and classes which are preceded by a tag
do not show up in Contribute. For example:
Won't show in Contribute:
div.orange { color: orange; }
h1#header { background: #abcdef; }
Will show in Contribute:
..orange { color: orange; }
#header { background: #abcdef; }
Hope this helps.
- Kevin
emersonbsmh wrote:> Hi all,
>
> I'm currently looking at Contribute 3 to see if it's the thing to use to
> implement across the organisation, and I've stumbled whilst updating in
> Dreamweaver alongside it.
>
> I've added a new run of classes in my CSS stylesheet which Contribute previews
> fine, but as soon as I try to edit the page, the new styles dissapear, and I
> can't select them from the drop down list.
>
> Am I missing a way to force Contribute to refresh its style list from the CSS
> file?
>Kevin Guest
-
emersonbsmh #3
Re: CSS Not Updating
I had a look through following your suggestion and bizarrely it seems I've got
the opposite problem - as soon as I specify a tag - td.eventtitle {
color:etc... } they appear in Contribute - no preceding tag and they're not
there.
Does anyone know a reason for this?
[q]Originally posted by: Newsgroup User
What I've found is that CSS IDs and classes which are preceded by a tag
do not show up in Contribute. For example:
Won't show in Contribute:
div.orange { color: orange; }
h1#header { background: #abcdef; }
Will show in Contribute:
.orange { color: orange; }
#header { background: #abcdef; }
Hope this helps.
- Kevin
[/q]
emersonbsmh Guest



Reply With Quote

