I'm working on integrating my adsense with my vBulletin on my first site. I'm having a bit of an issue with the forumdisplay template I'm hoping someone can shed some light on for me. I'm trying to display a leaderboard (728px) ad integrated in the list of threads. I'm using the "colspan" attribute in the table to have the <td> cover the whole width of the table. When I do this, it seems to make the table grow in width, it doesn't appear to be spanning all the columns I tell it to. I've created a different table below it, just to make sure the ad fits, and it looks fine, when it's a new table, but the same size ad wont fit into the previous table. You can see what I'm talking about at http://first-solo.net/forums/forumdisplay.php?f=2 Anyone got any thoughts? Thanks!
I forgot to mention, it seems to work fine in firefox. Also, kind of weird, if I copy and paste the source into a straight html page, save it to my desktop, and then view it with IE, it seems to work fine....
Hmm...well...I seemed to narrow it down... Here's some examples, I copied the source code into straight html pages, one i didn't update the links for the images, and the other i did. I noticed when I included the image that is on the left of the thread list for each thread, the little envelope, IE throws my table out the right side. You can see that here: http://www.first-solo.net/adsense_withimages.html Now, without any of the images my table is fine: http://www.first-solo.net/adsense_noimages.html I'm a little confused, because that column itself is actually wider without the image display, and I've done everything I could think of with the image tag in that table cell, and as long as the image is displayed, IE widens the table.