This is the method I used -
Go to Skins & Templates then Skin Manager and then select the skin you wish to modify (perhaps create a child skin if you have not done so already) then select Edit Root Skin Board Header & Footer Wrapper -
The Header and Footer will look like this -
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title><% TITLE %></title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <% GENERATOR %> <% CSS %> <% javascript %> </head> <body> <div id="ipbwrapper"> <% BOARD HEADER %> <% MEMBER BAR %> <% NAVIGATION %> <!--IBF.NEWPMBOX--> <% BOARD %> <% BOARD FOOTER %> <% STATS %> <% COPYRIGHT %> </div> </body> </html>
Add the following code (in red) -
Quote
<% GENERATOR %>
<% CSS %>
<% javascript %>
<% BOARD HEADER %>
<% MEMBER BAR %>
| [Adsense Skyscraper Code Here] | <% NAVIGATION %> <!--IBF.NEWPMBOX--> <% BOARD %> <% BOARD FOOTER %> |
<% STATS %>
<% COPYRIGHT %>
If you want the Skyscraper on the right simply rearrange the code as follows -
Quote
<% NAVIGATION %> <!--IBF.NEWPMBOX--> <% BOARD %> <% BOARD FOOTER %> | [Adsense Skyscraper Code Here] |
Let me know if you have any questions.
Cheers, Glen











