The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
it works, well kinda, there is another image file which is only a few pixels wide but it repeats for the width of the forum depending on the resolution of the users screen. this goes on the right straight after the header. how do i add this to the code?
thanks again |
#12
|
||||
|
||||
If you still want to eliminate tables, I would wrap it inside another div with the logostrip_bg information. For example:
Code:
<div style="background: #000 url(path_to/images/misc/logostrip_bg.gif);"> <div style="background: #000 url(path_to/images/misc/logostrip.gif) no-repeat; height: 120px;"> <div style="float: right; margin: 10px; border: 1px solid #000;"> <script language="JavaScript" type="text/javascript" src="http://website.com/phpAdsNew/adx.js"></script> <script language="JavaScript" type="text/javascript"> <!-- if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://website.com/phpAdsNew/adjs.php?n=" + phpAds_random); document.write ("&what=zone:3"); document.write ("&exclude=" + document.phpAds_used); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); document.write ("'><" + "/script>"); //--> </script> <a href="http://website.com/phpAdsNew/adclick.php?n=af4aa6e8" target="_blank"><img src="http://website.com/phpAdsNew/adview.php?what=zone:3&n=af4aa6e8" border="0" alt="" /></a> </div> </div> </div> |
#13
|
|||
|
|||
that didnt work :ermm:
the logostrip_bg wont show up after the first gif (logostrip.gif) here is the code at the moment..... Code:
<div style="background: #ffffff url(http://www.abc.com/forum/images/aesthetic/misc/logostrip_bg.gif) repeat-x; height: 201px;"> <div style="background: #ffffff url(http://www.abc.com/forum/images/aesthetic/misc/logostrip.gif) no-repeat; height: 201px;"> <div style="float: right; margin: 20px; border: 0px solid #ffffff;"> <script language='JavaScript' type='text/javascript' src='http://abc.com/phpAdsNew/adx.js'></script> <script language='JavaScript' type='text/javascript'> if (!document.phpAds_used) document.phpAds_used = ','; phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11); document.write ("<" + "script language='JavaScript' type='text/javascript' src='"); document.write ("http://abc.com/phpAdsNew/adjs.php?n=" + phpAds_random); document.write ("&what=zone:3"); document.write ("&exclude=" + document.phpAds_used); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); document.write ("'><" + "/script>"); </script><noscript><a href='http://abc.com/phpAdsNew/adclick.php?n=af4aa6e8' target='_blank'><img src='http://abc.com/phpAdsNew/adview.php?what=zone:3&n=af4aa6e8' border='0' alt=''></a></noscript> </div> </div> </div> |
#14
|
|||
|
|||
bump.............
|
#15
|
|||
|
|||
go here for some help as well then if you get the answer you can post it in both places.
Code:
http://www.dynamicdrive.com/forums/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|