Preseted BlockStyle have all the same ID
Permalink
Hi @ all :)
i have a little issue, infact when i'm using specfific style for blocks and made a preset it works correctly.
the issue is that if i use the same blockstyle (i've made a preset) in several blocks on the same page all have the same ID.
Then the pages are not w3c compliant.
how do i change it ?
my preset is just to apply a custom css class on the blocks, and the generated code is like for each block:
how do i remove the ID, generate a unic one, or pass it in class ?
to be w3c compliant.
if someone have an idea, i'll read it carefully :)
i have a little issue, infact when i'm using specfific style for blocks and made a preset it works correctly.
the issue is that if i use the same blockstyle (i've made a preset) in several blocks on the same page all have the same ID.
Then the pages are not w3c compliant.
how do i change it ?
my preset is just to apply a custom css class on the blocks, and the generated code is like for each block:
<div id="blockStyle1" class="my_class ccm-block-styles" >
how do i remove the ID, generate a unic one, or pass it in class ?
to be w3c compliant.
if someone have an idea, i'll read it carefully :)