|
Posted by dorayme on 02/11/06 23:46
In article <vgbHf.54803$PL5.18408@newssvr11.news.prodigy.com>,
"Mike" <cigarmikeBAND@sbcglobal.net> wrote:
> Hi, all:
>
> Please take a look at http://textfairy.com/
>
> I would like input about the navigation, if you know what this is for when
> you first see it, if it sells itself, if you know what to do once on the
> site.. things like that.
>
> All comments welcome. I'm just trying to see if there are any obvious things
> I've missed before making it live.
Apart from too wide for many resolutions, requiring horizontal
scrolling, (no one likes this), there are more mistakes and poor
practice in the css and html than you can poke a stick at,
starting with no doctype declaration in the html. Put one in,
try:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
and try to validate your html and css and look at all the
warnings and comments. In css you give no units
Did you write this or generate it with something?
--
dorayme
[Back to original message]
|