View Full Version : what is not


Ar3d
02-28-2007, 11:47 PM
hi.. what do you think is not advisable in designing a corporate website by using HTML codes? your advice is highly appreciated by me.. cheers

kutsarita
03-01-2007, 05:41 AM
well i recommend not use frames.. coz' its hard for SEs spiders to crawl pages that use frames...

vivekar
03-14-2007, 06:22 PM
frames
font ( use css styles instead)
too much javascript on the page itself. ( use src )
eye hurting color combinations
java applets ( unless it is necessary)
background music without a stop button.

k004
03-29-2007, 05:13 AM
Disabled back button ranks high on my no-no list along with background music without a stop button.

Ared
04-02-2007, 11:06 PM
oh i see thatks a lot more all you informative feedback! any one?

geedo
04-03-2007, 03:40 AM
Check the W3C (google for it) for more about what to use and what not to use.

Guido