IMG CLASS Names Problems
Following up on an old post.. https://getsatisfaction.com/tiggzi/to...
Max Indicated there would be a fix for the IMG tag class naming convention.
With the old Builder. If I did not manually enter a class name. Tiggzi autonamed it which is fine.
BUT. In the new builder all my imgs where applied the name "mobileImage".
If I delete this class name or put in my own the resulting html code gives this.
code
<img class=" mobileimage12" src="http://project.tiggzi.com/views/8330-2d0d-4393-9d50-740fea14f444/image/todo-list.png"/code
Note the space infront of the mobileimage12 name....
If I name it then it looks like ...
code<img class="mobileImage mobileimage13" src="http://project.tiggzi.com/views/8330-2d0d-4393-9d50-740fea14f444/image/Barcode%2BReader.png"/code
Now it has a space in the middle.
Either way. Spaces in Class Names are not considered valid.
Makes using normal selectors on this class difficult.
Any chance you will get rid of the space? Maybe use a "_"
My converted project with a couple weeks of css img animations and effects is dead and must be rebuilt.
I'm hoping maybe you will update this issue
Tks.