Here is the layout coded! This might be a bit long winded but I wish to tell you all that I can to the best of my ability. Hopefully this explination is good enough! I am trying my best the first time around to make sure you understand everything. ^^
First off I want to tell you about these headers in the main content. See how the text is in a background image in the "LAYOUT BASICS"? Welp, you will need to use h1 header tags as shown in the index.html file. You should see the h1 tags around the "LAYOUT BASICS" text. You'll need to use these very same tags around text you want to be emphasised as a header!
You want to upload the files of this zip to your website. Of course, you could edit and such first. :3
Navigation Menus
The navigation menus, as seen to the left, are where you would put your content. You didn't have anything in mind for these, which is fine, because in this layout they can be manually edited. All you have to do is edit the tables in the html file on the navigation. You can delete as many tables as you please to fit with your layout and the amount of content pages and sections your site contains.
The Navigation header map This is easy to edit. At the very bottom of the index.html document there is a map code. In here "urlhere" "urlhere2" etc. Hover over the images in the imagemap. Here you can see which text and href goes with which map down there. All you have to do is change it into the url that you have for it.
Main Content
This right here is the main content. Easy enough to edit!! :D You use the h1 tags and then just add text, images, contents, whatever you please!
Cutenews
You have to be using a .php extension on your pages to use cutenews. Cutenews is a php program which means it will only run on pages using php. For starters, you can make a php page php by simply using an index.php page instead of, oh say, index.html. Simple Enough.
I use cutenews' old version. The old version does not make you link back to cutephp. You can DOWNLOAD IT HERE Follow the instructions in the file to install. It is pretty straightforward. I recommend, if you do not know how already, to read them and install the file yourself - because it is very useful to know how to install basic php scripts. ^^ The readme file will show you what code to use on your website. :3 You'll just need to edit it to work as desired.
I recommend php includes!!
Do you know how to use php includes?! Here are a few examples:
It would be VERY difficult to explain, so, I've already made php included website in the "phpincludeversion" of the zip. Please note, however, that you will need to study the files in that folder if you have never done it before, okay? :3 It is confusing at first, but very simple once you have the hang of it...! Or you can also do it the old fashioned way, but it is harder in the long run. ^^