okay here is exactly my problem . i added a google adscence 600*160 toolbar on my sidebar , and as it takes a huge space , i'd like to place it in the left and some pics in the right .so the 600 pixels would be fully used. but my problem is that normaly with a normal 600 pic , this can be done easily , but with googles script , the pics appear after the script . so can any one help me please
How have you coded your HTML page? Does it have normal tables or a CSS layout. A lot would depend upon the code - i am afraid no ready answers possible unless you copy paste the code snippet here!!! Best Wishes. G
I guess you are talking about the 160px x 600px adsense ad. You can try to put the script code inside a div tag and through css make it float towards the left (#leftdiv {float:left;}) And for the right side content - make it float towards right (#rightdiv {float:right;}). You may also need to give clear:both for the following element.
Suggest you edit the other post to include something like "deleted the content of this duplicate post in order to eliminate confusion -- please do not reply here" James
You need to use DIV or tables. Suitable styles should be added to display them properly side by side or one after another.