Author Topic: webbie  (Read 1968 times)

0 Members and 1 Guest are viewing this topic.

Offline Ashrak

  • Not Banned
  • 210
    • Imagination Designs
wasnt allowed to use a lot of pics so .... i coded it all! :)

Here
I hate My signature!

 

Offline Xelion

  • 28
  • In the Ether
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:

 

Offline an0n

  • Banned again
  • 211
  • Emo Hunter
    • http://nodewar.penguinbomb.com/forum
And your header-image needs centering.
"I.....don't.....CARE!!!!!" ---- an0n
"an0n's right. He's crazy, an asshole, not to be trusted, rarely to be taken seriously, and never to be allowed near your mother. But, he's got a knack for being right. In the worst possible way he can find." ---- Yuppygoat
~-=~!@!~=-~ : Nodewar.com

  

Offline Ashrak

  • Not Banned
  • 210
    • Imagination Designs
yeah that header pissed the hell of me ... apparently there is a small pixel cell which you cant remove on the right :(
I hate My signature!

 

Offline Xelion

  • 28
  • In the Ether
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...

 

Offline Xelion

  • 28
  • In the Ether
Fix sent to your hotmail account