01-06-2009, 04:16 PM
|
#4 (permalink)
|
|
The Wanderer
Join Date: Mar 2008
Posts: 7
Thanks: 2
|
Main page of the gallery
Sorry for the to lazy to edit them out
HTML Code:
<style type="text/css">
<!--
body {
background-image: url(theme/images/overal_bg.gif);
background-repeat: repeat-x;
background-color: #DFDEDF;
}
-->
</style>
<link href="theme/stylesheets/css_main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="overal_header">
[php]<?php include ("theme/body/overal_header.html"); ?>[/php]
</div>
<div id="overal_body">
<!-- This is the part that if done correct should load -->
[php] <?php include ("gallery/includes/nature_01_content.html"); ?>[/php]
<!-- in the include page the link to the next include
would be there but how to make it so that it gets placed here
without making 100 pages of the includes AND this page? -->
</div>
<div id="overal_footer">
[php]<?php include ("theme/body/overal_footer.html"); ?>[/php]
</div>
</div>
</body>
</html>
__________________
I think a second Email would count as spam so I would like to thank the person that reseted my pass :D
|
|
|
|