Hi Shapka,
1 - Pictures of the images page are into folder slides
ideal size is 600x400px. miniatures are into folder slides/thumbs
and you could try to keep it smaller than 60px height. So it take 1 image for
the picture and an other for thumb image.
2 - Images for header slides need to be 954x200px. Your problem is that you
have resized (stretch) your image instead of cutting only excess part of the images.
Finally, for new pages, you could use a copy of the file webcam.htm. this file
contain just a few lines, so you could easily remove that content to fill with your
own content. Simply locate these lines (red dots is where to put your content)
<div id="content">
<div class="sep_vert">
...
...
...
</div>
</div>
Finally, you add your new page link to all pages, by inserting a line to the menu:
<!-- Main menu -->
<div id="buttons">
<a href="index.htm" class="but" title="Main page">Now</a>
<a href="NewPage.htm" class="but but_t" title="My New Page">New</a>
...
A little hint: see that 2 different class is used:
class="but" is for regular button
class="but but_t" is for the current page (button highlighted)
Hope this help!
Regards,
Jacques