I don't know if this has been brought up before, but I'm using an Iframe instead of an image for the welcome text. This eliminates the image maps stuff and everything:
<iframe src="/forums/welcome.html" marginwidth="0" marginheight="0"
scrolling="no" frameborder="no" style="width:100%; height:200px;"></iframe>
The welcome.html I can change at will. Perhaps you can incorporate a different iframe in each skin.
|