I’ve been working on it a while and would like to know little things like: is the navigation good, would you ever use it or know anyone who might use it, and can you understand what the website is for?
The navigation is easy and straightforward.
I know several people, including myself, who would be interested in a site like that.
Yep, pretty easy to understand the purpose of the site.
My advice; add some color and/or graphics to make it more eyecatching. But NO MUSIC!
First page displayed in 2.09 seconds which is pretty fast. It looks pretty clean. If it’s an artistic site, shouldn’t it have a more artistic appearence?
It’s an an easy site to move around (unlike the brotherhood) , and I’d also agree with the colour, but avoid picture backgrounds, they irritate the funk out of me.
Try downloading a HTML editor from www.CNET.com, there’s a lot of shareware programs about which will clean up your HTML for you.
Learning CSS (Cascading Style Sheets) is also a very good idea.
Add some graphics, and check the existing ones, I found one picture that was incorrectly linked so it didn’t display.
If you don’t have graphics of your own, there are hundreds of free graphics sites, most will either let you take their piccies in exchange for a link back to them, and some not even that! Try googling for the type of pictures you looking for and add “free”.
Maybe add a little colour, I like the site, it’s clean and easy to navigate, but it does need a bit more ooompf.
Sounds like I need to make the website more eyecatching. I changed the padding from 2 to 3.
What is CSS exactly? I don’t see the point of using it over plain html. Also what do I need headers for?
As far as the incorrectly linked graphic its just a picture with 0 bytes. The actual pictures of the creations on the site are all done through a database that people submit to and that one just got overwritten.
CSS does what I am basically doing already with the require function in php. That way I just require /toplayout.php and any thing other than that just goes in the main area.
For headers I thought you were talking about <head> </head> Is using font size worse?