![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Member
Counter-Terrorist
Join Date: Nov 2006
Posts: 233
|
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> |
|
|
|
|
|
#4 (permalink) |
|
Member
Counter-Terrorist
Join Date: Nov 2006
Posts: 233
|
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 .... |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|