So u can actually apply the "float: left" to the image instead of "align:left"
 

> 3.- attribute align doesn´t exists on DTD strict. You can use
> text-align:right in your css
>
> i might play around with tat idea, makes sense....

You have a few options.
Since it is images you want to align, you should apply 'float: right;'
directly to the image instead. You've got 'float:left' and ':right', but
no ':center' of course.
To center an image: apply 'text-align: center;' to the element/container
the image is inside. Note that this will also center text, so paragraphs
inside the same element/container will need 'text-align: left;' defined
on them.

regards
        Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for   http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************




--
GermWorks
http://www.germworks.net
http://germworks.blogspot.com/
http://www.germworks.net/Phantom

Reply via email to