When your ad is cut off, you can solve this problem with adding an HTML Table code.
Wrap the iframe code of the advertisement in a table.
<table style="height: 250px; width: 300px; border-collapse: collapse;" border="0"><tbody><tr><td style="width: 300px; height: 250px;">your iframe comes here</td></tr></tbody></table>
You can adjust the width and height according to the ad you want to display.
When you want a border just change the "0" into "1" or "2"
Join the Discussion
Write something…
AlonaSeymore
Premium
Oh, my God thank you soooooooo much Loes for your help! You are amazing! It solved my problem I had yesterday!