How do you, step-by-step, get a banner on a Invisionfree forum like the Happy Halloween one we have here?
You say the magic words and then *poof* it appears right in front of your eyes.
ok, get ur piccy, then the url, then go to admin cp, or whatever that is next to your name up top of the screen. then, go to board wrappers, which is inside skinning and styles. then, go to javascript, and it should look like this-
<body bgcolor='#FFFFFF' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink='#000000' vlink='#000000'>
<% BOARD HEADER %> <center>
<form></td></tr></form>
</center>
<p> <center> <img src=""
<% NAVIGATION %>
<% BOARD %>
<% STATS %>
in pretty sure. if not, the stuff in bold is the stuff you have to put in. then, you see the set of quotes and the end of the bold? put the url for the piccy in between those, and voila! your banner should be up. c:happy
I got it up, but now it's above sll the login, register, inbox, my controls, anf ads panel!
oops! put that in header and body. my bad, it should look like this.
<body bgcolor='#FFFFFF' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink='#000000' vlink='#000000'>
<% BOARD HEADER %> <center>
<form></td></tr></form>
</center>
<p> <center> <img src="(insert piccy url here)"
<% NAVIGATION %>
<% BOARD %>
<% STATS %>