how to make script tag right align?
Hi all ,
i have one problem regarding script tag ... i mean i m using <div> tag layout .... and in which i want to put content + google ad as content( some part ) in left align and beside the google ad ...
how to do it ?
Code:
<div align='left' > some text <div align='right'> <script>//google ad code </script> </div> </div>
|