Hi,
I am looking for a way to set a background image on the page from within a module. I don't even know if this is possible, but I don't want to use the skinning engine - I just want to set the IMG source of the top level table to a background image (I think).
I am just messing around at this point - I tried
((System.Web.UI.TemplateControl)((DotNetNuke.Framework.CDefault)this.Page))
to get a handle to the main page and see if I could insert some HTML somewhere (like "<TABLE id="tab" background='xyz.gif'>") but I'm not having any joy - any ideas on how I could achieve this? I think I may be looking at the problem too cloesly and need to go back to basic HTML/Jscript etc.