I'm afraid I don't quite understand what you mean. Do you want to be able to see te results of changing the contents and appearance (background-color etc.) of the divs representing your 'pages' (formats, stats etc.)? Why not simply copy the source code of your site and paste it into a HTML-file on your hard disk?
Each modification made in that file will then be instantly visible after a page refresh. When you're done, just copy the source code of the file on your hard disk and paste it into the file on your server (using FTP).
To make sure that everything in your local file looks like the file on your server, replace all relative links with absolute ones. For instane, you should not have (in your local file) src="../pawn/images/saltyraffle.gif" but src="http://www.whambamgames.com/wb/events/pawn/images/saltyraffle.gif".



Reply With Quote

Bookmarks