Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2008-05-19 03:28:59

Radovan
New member
Registered: 2008-05-19
Posts: 1

Plugin ShowBlocks

I wrote plugin ShowBlocks.
It highlight p, div and h? tags.
It adding/removing this style:

h1,h2,h3,h4,h5,h6,p,div {
    background-repeat:no-repeat;
    border:1px dotted gray;
    padding-left:8px;
    padding-top:15px;
}

h1 {background-image:url(img/block_h1.png);}
h2 {background-image:url(img/block_h2.png);}
h3 {background-image:url(img/block_h3.png);}
h4 {background-image:url(img/block_h4.png);}
h5 {background-image:url(img/block_h5.png);}
h6 {background-image:url(img/block_h6.png);}
p {background-image:url(img/block_p.png);}
div {background-image:url(img/block_div.png);}

That§s all.
You can test it here: http://smiesko.pilsfree.cz/prj5/XinhaMy/

Any suggestion??

Thanks

Offline

Board footer

Powered by FluxBB