Hard Light Productions Forums
Off-Topic Discussion => Arts & Talents => Topic started by: Ashrak on March 21, 2004, 01:37:04 am
-
wasnt allowed to use a lot of pics so .... i coded it all! :)
Here (http://www.hot.ee/ashrak)
-
Nice use of colors and hues :yes:. For some reason those progress bars always seem to stand out. Cool!
Some of the CSS could use optimization (the big O), for example
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
to -->
margin: 0px;
and
color: #CCCCCC;
color: #99CCFF;
can be
color: #CCC
color: #9CF
Some tips on website design:
- Avoid using more than two fonts for a site (not such a big thing)
- Never use Times New Roman for websites, it a bad font! Try to use fonts like Arial, Helvetica, Sans-Serif... generic web fonts like these look good.
- Try not to use excessive amounts of symbols next to text. One or two on 'either' (not both) side look fine.
Keep up the good work :yes:
-
And your header-image needs centering.
-
yeah that header pissed the hell of me ... apparently there is a small pixel cell which you cant remove on the right :(
-
Actually u can but its quite a lot of trouble to get rid of it. First of all the width measurements for the table and several other columns have to be properly fixed. I think thats it and the problem should be solved unless you have put padding or cell-spacing in there somewhere...
-
Fix sent to your hotmail account