Re: how to make script tag right align?
Hi,
i got the solution for this thanks for your advice ... here is the solution i do ...
Code:
///css class for div tag .adtag { float: right; text-align: right; clear: none; } ///// <div class="adtag" style="width:336px;margin:8px;">
thanks ....
|