View Single Post
Old 08-03-2010, 05:06 PM   PM User | #19
tjoyce0909
New Coder

 
Join Date: Aug 2010
Posts: 19
Thanks: 0
Thanked 4 Times in 4 Posts
tjoyce0909 is an unknown quantity at this point
fyi - you have an inline stylesheet in your index.html file and you have an external css
Code:
<link rel="stylesheet" type="text/css" href="css/main.css">
seems like an unnecessary http request.

also, you might want to stop the background from repeating by adding this to your css.

Code:
#container{
background-repeat: none;
one more fyi, you have nothing in the website to tell search engines what the site is. All of your text is an image and you have no description tags. A site like this will never be found by major search engines. Try to use actual text whenever possible.
tjoyce0909 is offline   Reply With Quote
Users who have thanked tjoyce0909 for this post:
Repatilian (09-09-2010)