I've written a script that will auto generate CSS for a page I'm making. For the script, it would be much easier if I were able to use some math in the attribute rather than calculating it before the code is generated. I tested it out, and it does not seem to work. I was hoping if someone here could let me know if I have a problem with my syntax, or if it really isn't possible.
Thanks in advance!!
CSS:
style ="height:2px*5px;"
Thanks in advance!!