Is it better to have a single layout for an entire site, and to use it effectively for any page or have more layouts just so it doesn't get boring?
Have one level of pages with the same layout...
You could keep this template just for your cover page and for your other pages you could use light blue for the background and turqoise for the sides so you can have a site as long as you need and...
Like I've said over and over...
Using that layout keeps the site short. It should be longer for higher resolutions and to fit the many pictures I saw you have on some links. You will have to have a...
On second thought try a dark shade of blue also (like the one you are already using, or another), like a black to blue gradient. It can help the main image stand out.
.
Better and better, but you should try different backgrounds.
A light solid yellow or a yellow gradient for instance.
Anyway I would use somethig other than another shade of blue.
And a much...
Go to these pages and copy the code.
http://graphitgroup.com/aqua2.html
http://graphitgroup.com/aqua1.html
I don't know Dreamweaver or whatever you used to make the code and for that reason all...
Any element inside a div will follow the parent div around.
<html>
<head>
</head>
<body>
<div style="width:800px;height:500px;background-color:maroon; margin:1px auto;">
<div...
I would use a picture whose size better fits the space.. Or put this picture in a div whose size better fits the picture. And I would put the picture before the text. I would put a column of...
Does using an established CMS help with pagerank and positioning?
Google may have more trust in them than in something made from scratch.
I have always made sites from scratch,...
How come some sites with big images load so quickly?
I know that two images of the same size in width and height can be very different in byte size, but I am talking of beautiful, high...
There is in PHP a function that codes words but that does not have an inverse function. So you obtain a string of numbers but only you know the word they represent. I thought the function, or...