Quote:
Originally Posted by JerryM
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.