Thread: Please review
View Single Post


Old
  Post #5 (permalink)   06-25-2010, 07:33 PM
DKing
HD Newbie
 
Join Date: May 2010
Location: USA
Posts: 40

Status: DKing is offline
Quote:
Originally Posted by JerryM View Post
Is the logo usable, atleast?
To be quite honest, it just doesn't look very professional. I'd try using a different font style.

edit: In your code, I'd suggest changing

Code:
<img src="images/site_logo.png" width="500" height="70" alt="">
to

Code:
<img src="images/site_logo.png" width="250" height="70" alt="">
That will improve the way the logo looks on the front page Right now it's being stretched out too much.