Re: WOImage and CSS class
Nicolas Goy <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On Dec 30, 2006, at 2:26 PM, Helmut Schottmüller wrote:
> It may be a stupid rookie question but I am trying to add a CSS
> class to an image, something like:
>
> <img src="img.gif" class="leftalign" />
>
Just manualy add the class attribute, like:
myImage: WOImage {
class="leftalign";
...
}
Will work
Regards
--
Kuon
Programmer and sysadmin.
"Computers should not stop working when the users' brain does."
_______________________________________________
WebObjects-dev mailing list
[email protected]
http://www.omnigroup.com/mailman/listinfo/webobjects-dev