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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.