Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
CarnubaWax #1
Images and StyleSheets
Hello,
I've designed a fairly CSS-intensive website for a client that is using
Contribute 3 to keep content up-to-date.
The problem that I'm having is that when they add new content (images), they
do not have the option to change its style.
I can't use the workaround described previously (adding a blanket CSS image
class) without recoding much of the HTML. Is there any way for my users to
apply CSS styles to images?
-chris
CarnubaWax Guest
-
Stylesheets and JS
I am trying to attach a style sheet sing JS, but it doesn't seem to work. if (navigator.userAgent.indexOf ("MSIE")) { (document.styleSheets.href =... -
Using StyleManager on stylesheets
Can the StyleManager be used to change properties of specific components on a style sheet. For example StyleManager.styles.global.fontWeight =... -
Lost stylesheets
This worked for me (in C3). You have to select 'Show only CSS styles included in this CSS file:', not 'Show all CSS styles'. -
css stylesheets
Hello everyone, I have following problem : I develop asp.Net Application using web controls. In each control I have a link to css stylesheet. If... -
ASP en stylesheets (maybe a little bit of toppic)
Hello, I am making a website where the user can choose a 'skin'. This works with asp en stylesheets. In the stylesheet, a number of tags are... -
mzanime.com #2
Re: Images and StyleSheets
What kind of CSS properties do you want applied to images? Their aren't many
options that I can think of.
Unfortunately Contribute doesn't allow you to apply CSS classes directly on
images, but there is something else you can try. Put your image in a table,
(with border="0") then apply a CSS class to that container table cell.
Then, slightly rewrite your CSS code to reflect it applied to a <td> and
decend down to its child element, the <img>
td.style img { .... }
or
table.class td img { .... }
The image will get styled, but your applying the style to TD. Make sense?
mzanime.com Guest
-
gallery #3
Re: Images and StyleSheets
We train our clients to apply styles to images by first clicking on the
image in the page, then going to FORMAT>STYLES and finding the appropriate
style in the client stylesheet.
Typically our image styles include float, border, padding, margins.
"mzanime.com" <webforumsuser@macromedia.com> wrote in message
news:d6da13$gvv$1@forums.macromedia.com...many> What kind of CSS properties do you want applied to images? Their aren'ton> options that I can think of.
>
> Unfortunately Contribute doesn't allow you to apply CSS classes directlytable,> images, but there is something else you can try. Put your image in a> (with border="0") then apply a CSS class to that container table cell.
>
> Then, slightly rewrite your CSS code to reflect it applied to a <td> and
> decend down to its child element, the <img>
>
> td.style img { .... }
>
> or
>
> table.class td img { .... }
>
> The image will get styled, but your applying the style to TD. Make sense?
>
gallery Guest



Reply With Quote

