I installed the software at http://www.OnlineTradersForum.com and the images for the comments in Safari 2.0.4 on the Mac are kind of squished which I know is a known issue but in Firefox 2.0.0.6 the whole structure of the page breaks down completely and it is a complete mess.
Announcement
Collapse
No announcement yet.
Mac display catastrophe
Collapse
X
-
Originally posted by Onimua View PostWhat do you mean breaks down? It looks find to me.
Comment
-
Try adding a new style with no parrent, and check it without your customizations, does the same thign happen?
Comment
-
You're HTML is totally out of whack under your navbar template. You have malformed tables as well as unclosed tables. I am specifically talking about the part with the second set of Google ads and the barchart search. I posted some reformated code below which removes the extra closing fields and repositions some tags so they are more compliant with the standards. Might look into reducing the number of nested tables though. Its a lot of spaghetti for such a small display of information.
HTML Code:<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <script type="text/javascript"><!-- //Google Adsense here //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </td> <td></td> <td> <div align="right"> <table border="0" cellspacing="2" cellpadding="0"> <tr> <td> <div align="center"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td> <form method="GET" action="http://www2.barchart.com/quick.asp"> <input type=hidden name=code value=BCMM> <table cellpadding=0 cellspacing=0> <tr> <td align=center valign=top class=bcCp nowrap> <div align="right"> <a href="http://www2.barchart.com/lookup.asp?code=BCMM" target="_blank"><img src="http://www.onlinetradersforum.com/images/barchart-60x28.gif" alt="free charts and quotes" align="absmiddle" border="0"></a> <input type=text size=6 name=sym value="" class=bcTextBox> <input type=image src="http://images.barchart.com/equities/go1.gif" border=0 align=absmiddle> </div> </td> </tr> </table> </form> </td> </tr> </table> </div> </td> </tr> </table> </div> </td> </tr> </table> <br />
Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Related Topics
Collapse
-
by fenderbobEver since upgrading to 5.2.2 I am unable to make changes to the Channel Display Module in both Chrome and Firefox. Chrome totally freezes. Firefox gives an "unresponsive script" error where...
-
Channel: Support Issues & Questions
Sun 29 May '16, 9:17pm -
Comment