SMF Development > Fixed or Bogus Bugs
Unable to Post With Netscape
theoscarspot.com:
It's very odd, cuz it will not do it all the time. ???
theoscarspot.com:
This is just a guess... but try taking out one of your </div> tags. There looks to be one too many at the end of your comment inserting your banner ad.
[Unknown]:
--- Code: ---<div style="position:absolute; right:10px; top:10px;"><script type="text/javascript">
<!--
google_ad_client = 'pub-2024861584965387';
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = '468x60_as';
// -->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<div id="beacon_3" style="position: absolute; left: 0px; top: 0px; visibility: hidden;"><img src="http://www.simplemachines.org/adsystem/adlog.php?bannerid=3&clientid=6&zoneid=1&source=&block=0&capping=0&cb=27157004d0e69c5af98babf24b22a0a5" width="0" height="0" alt="" style="width: 0px; height: 0px;" /></div></div>
--- End code ---
-[Unknown]
theoscarspot.com:
I see three errors, but I would not think that these would cause the problem we are seeing:
#1: I think this is an error, but not sure, at the end of your banner insertion call, right before you end it with the closed carrat, you have a strat /
--- Code: ---f97344" width="0" height="0" alt="" style="width: 0px; height: 0px;" /
--- End code ---
#2: You have one to many </div> tags after the end of your banner insertion call.
--- Code: ---idth: 0px; height: 0px;" /></div></div></td>
--- End code ---
#3: Immediately after your "what kind of sponsorship interests you", you end the table and then there are two more stray tags.
--- Code: ---</tr>
</table></td>
</tr>
--- End code ---
The </td></tr> dont belong to anything.
[Unknown]:
Yes, they do, learn XHTML :P.
All those thigns are right, there are two divs and there are two tables there. (I'm almost dead sure, I can check again.)
-[Unknown]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version