Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Submit Your Site For Review
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Submit Your Site For Review Need a fresh set of eyeballs to take a look at your site? Have a specific issue or question about some aspect of your layout, design or interface? This is the forum for you. When submitting your site, be sure to discuss what aspect you are looking for input on. Just posting a link with the word 'review' isn't appropriate.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-18-2007, 04:02 PM
WebProWorld Member
 

Join Date: Jan 2007
Location: Dallas, Tx
Posts: 26
TheBrownRecluse RepRank 0
Default Table-less Site/CSS

Could someone review my website?

http://www.iseoyou.com/debtzero/index.html

However, I'm also trying to find out why I'm getting this from the validator?

I wrote this website in Dreamweaver, but I handedcoded almost everything by hand.

For CSS types, I would greatly appreciate your input. My goal is to make this a more common practice.

-Clif


Error Line 16 column 6: end tag for element "HEAD" which is not open.
</head>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
If this error occured in a script section of your document, you should probably read this FAQ entry.
?

Error Line 17 column 5: document type does not allow element "BODY" here.
<body>
The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
__________________
Clif Thompson
Reply With Quote
  #2 (permalink)  
Old 06-18-2007, 04:53 PM
Clicken's Avatar
WebProWorld Veteran
 

Join Date: Jul 2004
Posts: 851
Clicken RepRank 3Clicken RepRank 3Clicken RepRank 3
Default Re: Table-less Site/CSS

In IE when I scroll the page down, the right end of the bottom nav links are behind “Ask for Quote”, but in FF they are visible. These links are also cluttered with too many vertical lines, I think.

I also found the blue text against the blue background difficult to read on the pages… perhaps a darker blue if not black would make it easier for those of us with less than perfect vision.

The "Ask for Quote" seems to be disconnected from everything else. I was wondering why it couldn't move up on the page like the "FAQ"?
__________________
Clicken
Math Flash Cards Online
Reply With Quote
  #3 (permalink)  
Old 06-18-2007, 05:42 PM
davebarnes's Avatar
WebProWorld MVP
WebProWorld MVP
 

Join Date: Jul 2003
Location: Denver, Colorado USA
Posts: 1,474
davebarnes RepRank 3davebarnes RepRank 3davebarnes RepRank 3
Default Re: Table-less Site/CSS

Change
<meta name="description" content="Description goes here" />
to
<meta name="description" content="Description goes here">

and you will validate.

You are mixing XHTML code into an HTML doc.
__________________
Dave Barnes
+1.303.744.9024
http://www.marketingtactics.com
Reply With Quote
  #4 (permalink)  
Old 06-19-2007, 07:56 PM
NetPhr3ak's Avatar
WebProWorld New Member
 

Join Date: Jun 2007
Location: Pennsylvania
Posts: 16
NetPhr3ak RepRank -1
Cool Re: Table-less Site/CSS

Cliff,

I know why the page doesn’t validate. Replace the following:

Line 21
Your code: <div id="indeximage"><img src="images/manandsunsetsmall.jpg" alt="man standing silhouetted against sunset" /></div>

Correct Code: <div id="indeximage"><img src="images/manandsunsetsmall.jpg" alt="man standing silhouetted against sunset"></div>

Line 15
Your code: <meta name="description" content="Description goes here" />

Correct Code: <meta name="description" content="Description goes here">

I hope this was helpful!
Reply With Quote
  #5 (permalink)  
Old 06-20-2007, 12:09 AM
janeth's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Colombia S.A
Posts: 6,531
janeth RepRank 2janeth RepRank 2
Default Re: Table-less Site/CSS

Your left navigation looks funny because the text is different sizes inside the buttons.

And I really do not much care for how the center of the page moves when you scroll down while the rest of the site sits still.

You have a toll free number, I would not make people look for it. I would place it in the header on every page.
Reply With Quote
  #6 (permalink)  
Old 06-20-2007, 09:07 AM
NetPhr3ak's Avatar
WebProWorld New Member
 

Join Date: Jun 2007
Location: Pennsylvania
Posts: 16
NetPhr3ak RepRank -1
Cool Re: Table-less Site/CSS

Yes...I must agree with Janeth. It looks like the site was built with Frames. Have you done any usability testing? It was next to impossible to get your email address. In order to find the email address I had to go to iseoyou.com and look through your code; The mail link on your page doesn't work. I'm trying to be helpful, so excuse me if I'm coming off as being critical.
Reply With Quote
  #7 (permalink)  
Old 06-20-2007, 01:12 PM
WebProWorld Member
 

Join Date: Jan 2007
Location: Dallas, Tx
Posts: 26
TheBrownRecluse RepRank 0
Default Re: Table-less Site/CSS

actually no, I don't feel criticized. I'm actually an SEO that had to rise to the challenge of building a new website because of time constraints. This is my first live site, so I want to get this right.

One question, should I build an 800x600 resolution version of this site, or just leave it alone?
__________________
Clif Thompson
Reply With Quote
  #8 (permalink)  
Old 06-20-2007, 02:33 PM
NetPhr3ak's Avatar
WebProWorld New Member
 

Join Date: Jun 2007
Location: Pennsylvania
Posts: 16
NetPhr3ak RepRank -1
Default Re: Table-less Site/CSS

Ok great, I didn't want to offend you. Your best bet is to follow web standards when building your sites. Especially since you specialize in SEO. Standards make your site accessible. I feel the better the accessibility, the better the chance the search engines will index your site properly. I'm sure there are some of you who will crucify me about standards improving your search engine ranking. Again, it's my opinion! More Webstandars information can be found at World Wide Web Consortium. You can validate your xhtml as well as your css on the site.

As far as the 800 x 600 layout, that really depends on your visitors. Most viewers will be able to view 800x600 layouts; so it's a safe bet. Unless your client wants the site to look like that, suggest/consider using a liquid layout. A liquid layout will stretch with the browser when the user maximizes their browser. For more infomration about using CSS to structure your sites liquid layout, Google the following terms: css, liquid layout. Again I hope this was helpful. For some reason they gave my last post negative points...the moderator stated it was redundant (either though you thanked me for my help via email). HINT HINT moderator...please show me some love!
Reply With Quote
  #9 (permalink)  
Old 06-20-2007, 04:21 PM
WebProWorld Member
 

Join Date: Jan 2007
Location: Dallas, Tx
Posts: 26
TheBrownRecluse RepRank 0
Default Re: Table-less Site/CSS

I was able to make the site compatible for IE 6 and 7 browsers using conditional comments. However, now I'm wanting it to be accessible by different screen resolutions. As much as I would like to implement the liquid layout option, I'm afraid that would be too time consuming.

How can I get my website to search out browsers set to 800x600 so I can have the correct stylesheet come up.

-Clif
__________________
Clif Thompson
Reply With Quote
  #10 (permalink)  
Old 06-20-2007, 06:33 PM
NetPhr3ak's Avatar
WebProWorld New Member
 

Join Date: Jun 2007
Location: Pennsylvania
Posts: 16
NetPhr3ak RepRank -1
Default Re: Table-less Site/CSS

The liquid layouts are easy to implement. I know a site that has a bunch of different css layouts that validate and display properly for the following browsers:

Internet Explorer/win 5.0, 5.5, 6 and beta 2 preview of version 7; Opera 8.5, Firefox 1.5 and Safari 2.

The web address is www.blog.html.it/layoutgala/

There's something like 40 different layouts on the site! I'm sure you can find something there.
Reply With Quote
  #11 (permalink)  
Old 06-21-2007, 01:17 PM
WebProWorld Member
 

Join Date: Jan 2007
Location: Dallas, Tx
Posts: 26
TheBrownRecluse RepRank 0
Default Re: Table-less Site/CSS

hmm. that site doesn't work.

-Clif
__________________
Clif Thompson
Reply With Quote
  #12 (permalink)  
Old 06-21-2007, 03:59 PM
WebProWorld Member
 

Join Date: Jan 2007
Location: Dallas, Tx
Posts: 26
TheBrownRecluse RepRank 0
Default Good ol' IE 6.

I freakin' hate this browser.

What's happening is that for some reason, the website is coming up wierd the first time when you type in Debt Zero, the domain that is re-routed to this website in IE 6. The header image is coming up near the bottom and or coming up to high on every other site. but when you type the actual url, www.iseoyou.com/debtzero.com/index.html, it comes up fine (most of the time).

The other buggy thing is that the banner at the top for some reason tends to "wrap". Meaning that a portion of the bottom will appear at the top, but this happens like every other 8 times.

Does anybody know what to do about these two problems. The first problem takes precedence, by the way.

-Clif
__________________
Clif Thompson

Last edited by TheBrownRecluse : 06-21-2007 at 04:05 PM. Reason: didn't finish.
Reply With Quote
  #13 (permalink)  
Old 06-21-2007, 04:37 PM
NetPhr3ak's Avatar
WebProWorld New Member
 

Join Date: Jun 2007
Location: Pennsylvania
Posts: 16
NetPhr3ak RepRank -1
Cool Re: Table-less Site/CSS

Usually when you experience browser issues, more than likely, the css is invalid. Have you validated your css? Actually, I'm going to check to see if it validates....Nope! Your css is invalid. That explains why you're having so many issues with your layout. If I was you, I would scrap the whole site. Maybe we can work something out. You said your specialty is SEO, can you show me some sites you've built that rank well for popular terms? If so...I'm sure we can workout some type of barter agreement. I hate SEO! Too much work! I could rebuild that website within a few days, everything will validate.

I'm assuming this isn't going to be the live site. Reason I say that is because I just looked at the code from iseoyou.com/debtzero and noticed a bunch of issues. Why doesn't the site in question have any keywords, etc? The site doesn't appear to be optimized at all. Also, another major issue with the site, it's set up not to be indexed. Like I said...if you are only using this site to validate the code then I guess there isn't a problem with some of the issues I just mentioned. Let me know if you need help with the site. I could do a complete rebuild for a few hundred bucks. Let me know!
Reply With Quote
  #14 (permalink)  
Old 06-21-2007, 04:39 PM
NetPhr3ak's Avatar
WebProWorld New Member
 

Join Date: Jun 2007
Location: Pennsylvania
Posts: 16
NetPhr3ak RepRank -1
Default Re: Table-less Site/CSS

Why do I still have negative Rep Rank, I thought I've been more than helpful! Wow... that will be the last time I ever help anyone on here, lol.
Reply With Quote
  #15 (permalink)  
Old 06-22-2007, 01:07 PM
WebProWorld Member
 

Join Date: Jan 2007
Location: Dallas, Tx
Posts: 26
TheBrownRecluse RepRank 0
Default Re: Table-less Site/CSS

The reason I set it unoptimized is that at it's current state, I don't want anybody finding it. If they see this website from a news article, that's one thing, but I'd rather not get it live until that one issue is done. I'm going to try to validate all three CSSs right now.
__________________
Clif Thompson
Reply With Quote
Reply

  WebProWorld > Site Design > Submit Your Site For Review
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Table Align to table sysop9999 Graphics & Design Discussion Forum 3 11-10-2005 11:00 AM
Pool Table Rules and Organizaitons - Site LLFitness_Derek Submit Your Site For Review 4 12-30-2004 10:04 AM
2005 - High Quality Pool Table Site - exchange LLFitness_Derek Marketing Strategies Discussion Forum 2 11-11-2004 07:23 PM
Using One Database table to populate a CMS driven site icb01co2 Database Discussion Forum 2 02-03-2004 06:19 PM
Do you use <div> or <table> drummin Graphics & Design Discussion Forum 3 10-03-2003 10:23 PM


Search Engine Optimization by vBSEO 3.2.0