here is the coding i have that i located by accident for making new pages for vb 4
its an attachment, but it should help you, there is a few spots that you will need to edit such as the following:
PHP Code:
define('THIS_SCRIPT', 'test');
rename where it says test to 'what you want' and etc for the other parts in the PHP top half of the notepad with coding.
in the bottom half with the HTML you will need to edit the following:
PHP Code:
<h2 class="blockhead">Title</h2>
rename to what you want it.
then fill in your content in this area:
PHP Code:
<div class="blockrow">Text</div>
and that will help you with getting new pages setup, enjoy