CSS adding elements inside elements?

Opal Menesez

New Member
I have 4 elements "Block" "button1" "button2" and "label".I want the block to have the buttons inside it by CSS. this can be done by HTML like this :\[code\]<b class = "block"> <g class="Label"> </g> <a class="button1"> </a> <a class="button2"> </a></b>\[/code\]but it'll take so much space if done 50 times in one page.and I want a way to change button1,2 'href' with as less a possible lines of code.
 
Back
Top