| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Apr 2004 Location: Texas
Posts: 321
![]() ![]() | Bannercode I have a banner exchange that members enter this code to get the impressions on there page. <script src=http://bannerflyer.com/manage/serve_adv.php?userid=domainabilities&size=19&cat=6 ></SCRIPT> The problem in some cases this code will just discombobulate the page. Is there a code that I could put around this one to isolate the code from effecting other elements of the page ?. Thanks for any help. |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Oct 2003 Location: Sweden
Posts: 395
![]() ![]() | Rather hard to say without knowing what surrounds it, nor the size/format of the javascript generated code. Try a <div style="height:heightofbanner; width:widthofbanner"> ... script ... </div> and perhaps assign float depending on surroundings |
| |