Thanks, Samuel. I was up from midnight to 11 am working on it.
My method of attack:
-Directly editing the css and skin files on my server (using a windows file share) (this way I could see the change instantly by refreshing)
-Using Firebug (Inspect function is developer's best friend)
-Checking the html of the site by visiting
http://validator.w3.org/check?uri=http%3A%2F%2Fgoogle.com (replace google.com with your site)
By checking the html with the w3 Validator, you can see HOW your skin templates are being applied to the page. Then add/remove tags as necessary to get the html and style perfect.
I also copied and pasted a lot of the code from the phpbb skin to the aspnet skin, then made sure the necessary css classes were moved over. (one at a time!)
Question: Samuel, I had to change the showtime.js file to reference different forum/topic images. I know the showtime file is global, so it messed up my other themes. I couldn't just rename the file to overwrite the theme's image, because I went from gif to png. I could just bite the bullet and move them all to gif, but if images could be dynamically assigned by theme, that would open the door to more images/image types.
When I'm finished with this skin (a lot to do), I'll zip it up and email it to you Samuel. Maybe others would like to use it.
<message edited by IceDog on Fri. Jul 17, '09 9:51 AM>