orsino Posted December 21, 2012 Posted December 21, 2012 hello i am looking for someone that can make a total new medieval knight template for the nw-engine . i will pay with paypal afther we agree on the price and when i got the template . Quote
a_bertrand Posted December 21, 2012 Posted December 21, 2012 Just for info for those which don't own NWE, you may download the free version and you will discover how a template is done (found in the templates directory). But for it's simplest form it is, with a CSS for the style: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title><?php echo $gameName; ?></title> <link rel="icon" type="image/png" href="<?php echo $webBaseDir; ?>favicon.ico" /> <link href="<?php echo $webBaseDir; ?>templates/plain/plain.css" type="text/css" rel="stylesheet" /> <?php echo $content['header']; ?> </head> <body> <div id="statArea"><?php ImageGameTitle(); echo "<br><br>"; echo $content['stats']; ?></div> <div id="sideMenu"> Menu: <br> <?php echo $content['sideMenu']; ?> <br><center><?php VerifyIt(); ?></center> </div> <div id="mainContent"><?php echo $content['main']; ?></div><?php echo $content['footer']; ?> </body> The <br> tags have been removed the forums :mad: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.