View Full Version : double "img class" code
that Dude
03-04-2005, 09:16 AM
Can I use two class code for the same image like:
<img class="Higlight" class="Fader" src="people/i bla bla...
Thanks.
mwinter
03-04-2005, 10:18 AM
Can I use two class code for the same image like:
<img class="Higlight" class="Fader" src="people/i bla bla...Not like that, no; the class attribute is defined as a space-separated list of class values. It is invalid to specify an attribute twice.
Mike
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.