ZenphotoCMS Forum
image id as css class - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: image id as css class (/thread-5736.html)



image id as css class - michaelcmod - 2009-08-24

i am trying to make the image id its css class using

``

unfortunatley a css class cant be number but i dont know how to add text in the code above.

is it possible?
thx
michael




image id as css class - acrylian - 2009-08-24

"image".getImageID().You should consider to learn some php basics.




image id as css class - michaelcmod - 2009-08-24

thanks. yes i should. one more thing: how can i use php code like getDefaultHeight in my css?

michael




image id as css class - acrylian - 2009-08-24

`` where you want it. Please really learn some basic things about php




image id as css class - michaelcmod - 2009-08-24

i wanted it in css brackets but found out it only works as a direct style="" css format. thanks alot. wont bother you again with this.

michael




image id as css class - acrylian - 2009-08-24

You can use the example above even in CSS brackets (you mean .class { ), right?). You can do that if you define it within the head of a html page but not in a separate css file.