need some help
#21
i also know that something written earlier in a script can be overridden by something later on in a script as its a flaw in cascading script
#22
but you uploaded the forum software to your host right? or did it come with it?

the forum is already centered.

#23
that works with CSS, but not JavaScript, or at least, not after the script is executed. in your case, the script is in an area where you can't edit, so you wont be able to change it.

#24
it is?
FF or IE?

its left aligned on my screen, (IE6.2)

uploaded the software, but the script you mentioned is part of the ad which is loaded nmw
#25
FireFox 1.5 Rc3 for Mac.

Well.. hm.... i don't think there is a way to remove the ads in your case.

#26
javascript is still cascaded, so a future script can still change it, the flaw exists in both css and java, as its the way scripting works to change things
#27
OK lol, i don't wanna remove the ad ok,

lemme explain it better

the ad causes a white border to appear around any tables (such as the mybb forum)

now my homepage doesn't suffer the white border becoz traxor set up a body background and body background image

it is also aligned on ie6 (the homepage that is)

so the ads are breaking alignment on ie6 and i can code out the white background and make it black (if i can do that i should be able to ad a background image which DOESN'T overlap the java ad)

#28
Well, in that case, try adding this to your header
<script language="JavaScript">
<!--
ctxt_ad_partner = "1249718562";
ctxt_ad_section = "11010";
ctxt_ad_bg = "";
ctxt_ad_width = 1;
ctxt_ad_height = 1;
ctxt_ad_bc = "";
ctxt_ad_cc = "";
ctxt_ad_lc = "";
ctxt_ad_tc = "";
ctxt_ad_uc = "";
// -->
</script>

#29
make the tables in your forum all set to border="0" in that case

sorry, i thought u wanted to remove the ads.

#30
well dude, good luck, i'm out for the night



Forum Jump:


Users browsing this thread: 1 Guest(s)