Since you want to put cbox on your multiply this is the code...
insert this code to your html file...
[quote]<div style="position:absolute; [b]left:###px[/b]; [b]top:###px[/b]; width:210px; height:264px; z-index:0; overflow: HIDDEN;">
<p>
<!-- BEGIN CBOX -
http://www.cbox.ws -->
<div align="center" id="cboxdiv">
<iframe frameborder="0" width="200" height="165" src="http://www5.cbox.ws/box/?boxid=[b]BOXIDNUMBER[/b]&boxtag=[b]BOXTAGNUMBER[/b]&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: 0px solid;" id="cboxmain"></iframe><br>
<iframe frameborder="0" width="200" height="80" src="http://www5.cbox.ws/box/?boxid=[b]BOXIDNUMBER[/b]&boxtag=[b]BOXTAGNUMBER[/b]&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid;border-top:0px" id="cboxform"></iframe>
</div>
<!-- END CBOX -->
<p></p>
</div>[/quote]
[b]left:###px[/b] - your cbox margin from left of your page
[b]top:###px[/b] - your cbox margin from top of your page
just input your desired number here... to properly align your cbox
example of finish code:
[quote]<div style="position:absolute; left:316px; top:216px; width:210px; height:264px; z-index:0; overflow: HIDDEN;">
<p>
<!-- BEGIN CBOX -
http://www.cbox.ws -->
<div align="center" id="cboxdiv">
<iframe frameborder="0" width="200" height="165" src="http://www5.cbox.ws/box/?boxid=11882&boxtag=myg8h0&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: 0px solid;" id="cboxmain"></iframe><br>
<iframe frameborder="0" width="200" height="80" src="http://www5.cbox.ws/box/?boxid=11882&boxtag=myg8h0&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid;border-top:0px" id="cboxform"></iframe>
</div>
<!-- END CBOX -->
<p></p>
</div>[/quote]