PDA

View Full Version : new website, please review!



byrdgirl13
May 12th, 2002, 14:21
I'm making a new website & would appreciate any reviews/ratings on the design. Please note that I don't have an image editor anymore (it was a trial) so I used two fonts, electroharmonix & blue highway linocut, in place of where there would be text images. (any text that's larger than size 1 is one of those two fonts).
Sorry if that makes reviewing the site a bother.

http://waking.milescape.com/BrokenWings/

Thanks!
(btw, it uses electroharmonix much more than the other, so if you have that font, please review. it's just the text, "i'm going to take these broken wings and learn to fly and learn to fly away" that's in the other font.)

Giancarlo
May 12th, 2002, 14:24
- The design is decent
- The colors are not good, maybe you should try testing new color schemes
- Overall the design is very plain because of no graphics
- The white text rollover is sometimes hard to see, I suggest going with a darker color
- a nice background would fit well
- overall it is a clean design but it needs something more
- On my personal opinion on the site focus, I find it is well intentioned.

Overall: 80%

is0lized
May 12th, 2002, 14:29
i hate that font :mad:

Giancarlo
May 12th, 2002, 14:32
I also agree.... try making a banner or changing it to verdana.

byrdgirl13
May 12th, 2002, 14:46
Can't make a banner yet, I have no graphics program. I plan to have a bg image for the top part, of wings pointing in toward the title, once (if) I can do that.
GC - what about the colors isn't good?

Giancarlo
May 12th, 2002, 14:47
Originally posted by byrdgirl13
Can't make a banner yet, I have no graphics program. I plan to have a bg image for the top part, of wings pointing in toward the title, once (if) I can do that.

You can download a free shareware Paint Shop Pro on http://www.download.com for example.



GC - what about the colors isn't good?

Well it is just my taste, I am not really into a purple color scheme.

byrdgirl13
May 13th, 2002, 15:41
ok thanks. anyone else? :confused:

is0lized
May 13th, 2002, 18:17
what i mean by i hate that font, is i hate that font for the top ''logo'' area

lotsofissues
May 13th, 2002, 18:42
You old site was better.

byrdgirl13
May 13th, 2002, 21:40
i'm not getting rid of it, just making this one in addition...
what was better about it?

EDIT: isolized - i guessed that was what you meant.
btw, anyone know if i can download the trial of PSP7 more than once? cuz it expired and i had to delete it; that's why i don't have a graphics program right now.

biggulp
May 13th, 2002, 21:47
Originally posted by Giancarlo
I also agree.... try making a banner or changing it to verdana. isn't it already verdana?

byrdgirl13
May 13th, 2002, 21:51
only the text that's size 1. he's talking about my title at the top. that's in electroharmonix.

is0lized
May 13th, 2002, 22:24
get gimp for windows.... it will hold you over for now ;)

trenzterra
May 15th, 2002, 09:59
Comments:
-Need graphics
-Customise your forum to look like your website.
-Plain
-Center the layout vertically
-Make the I-Frame larger

Graphics: 0%
Design: 30%
Organised: 80%

Overall: 37%

byrdgirl13
May 15th, 2002, 16:36
how do i center it vertically? i've wanted to do that for awhile now...

anhedonia
May 16th, 2002, 05:42
Originally posted by byrdgirl13
how do i center it vertically? i've wanted to do that for awhile now...

Same!!! :confused2 :confused:

Christopher
May 16th, 2002, 06:12
Well, the way I always to it is like this:

<html>
<head>
<title>YourTitle</title>
</head>
<body>

<table width="100%" height="100%">
<tr>
<td width="100%" height="100%" valign="center">

<table width="200" height="600">
<tr>
<td>
<center>
Your Page Data
<center>
</td>
</tr>
</table>

</td>
</tr>
</table>

</body>
</html>
That how I do, I think. I make two tables, the first one spans the entire window, and in the TD tag I put valign="center" to center the next table in the center. Of coarse, change the 200 and 600 in width and height in the second table according to your site.