|
View previous topic
::
View next topic
|
| Author |
Message |
taioc
Joined: 10 May 2005
Posts: 32
|
Posted: Thu May 12, 2005 5:51 am
Post subject: Inserting Google Adsense Skyscraper with tables
|
|
|
How to insert google adsense skyscraper (120 x 600) into a web page with continuing text.
The problem: I am interested in placing the skyscraper in such a way the the text is in the flow after the skycraper ends.
Table width in pixels = 500, skyscraper width=120 so the starting paragraph should be in width = 380 (adjoining the skyscraper) and as soon as the skyscraper ends, the remaining text should fit in table width=500
I hope you have understood what I am trying. What should be the table code.
Thanxs |
|
| Back to top |
|
 |
Debs
Joined: 16 Aug 2003
Posts: 4296
Location: NY
|
Posted: Thu May 12, 2005 12:11 pm
Post subject:
|
|
|
Basically what you need to do is nest a table for the adsense only; make it as wide as your ad; in the above case 120 and set it to align either left or right depending on where you want it to appear; then the text will wrap around it:
<table width=120 align=left>
<tr>
<td>
adsense code goes here
</td>
</tr>
</table>
Debs _________________ Learn how to turn keyphrases into quality, well-targeted articles your visitors and SE's will love with Gary Antosh's new ebook "Web Content Made Easy!" |
|
| Back to top |
|
 |
Barbara Max
Joined: 19 Apr 2004
Posts: 3
Location: Seattle
|
Posted: Fri May 13, 2005 2:54 pm
Post subject:
|
|
|
| that's great - thanks! |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|