Jump to content

My first ever site!


Recommended Posts

Its good for your first site,

looks better than my first  ;D

But i suggest you add a feedback form in your contact me page,

its not that big of a deal but it saves your visitors a little bit of time

and energy when trying to contact you.

 

my thoughts exactly...

 

it wasnt a template was it??? :D

Link to comment
Share on other sites

sorry, just being a nerd here, but your css and xhtml isn't valid.

 

at the end of line 214 in the style sheet you need a }.

 

.field {
color : #BBB; 
font-size: 13px; 
font-family : arial, helvetica, sans-serif; 
background-color: #303030;
border-left: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
border-right: #FFFFFF 1px solid;
border-bottom: #FFFFFF 1px solid;

 

should read:

.field {
color : #BBB; 
font-size: 13px; 
font-family : arial, helvetica, sans-serif; 
background-color: #303030;
border-left: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
border-right: #FFFFFF 1px solid;
border-bottom: #FFFFFF 1px solid;}

 

your xhtml is much worse though...

Result:  Failed validation, 33 errors

 

go here to fix the problems--->http://validator.w3.org

 

personally i dont really care about these things, but some people do, so if you are going to claim valid css and xhtml, you should try to fix these errors.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.