He's talking about using FP themes here... very different animal.
Where Ali Bilgrami has stuff in red, you'd have to physically copy the stuff FP puts in for the header and footer. You'd also have to add the FP theme metatags in default.asp and IIRC, FP adds some special schema info the the <html> tag when themes are used.
The w3c validator shows 70 html validation errors on your home page ...
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.neopc.org%2FMost of the errors are because you have an xml namspacedeclared in your <html> tag but no xml doctype. Looking at the rest of the code on your page you'll get even more validation errors if you used an xml doctype.
Going to be tough to integrate anything into bad code. I'd forget about tyring to apply themes to the forum and just modify the header and footer per Scotty and Ali's advice by copying the pic links and text from a themed page
Edited by dpyers - 12 June 2006 at 1:15am