Feedback

JonyBravo

Registered User.
Local time
Today, 23:43
Joined
Jan 17, 2006
Messages
89
Hi

On some of my website tables I use the "aAlign"="top" code but is not recognised by W3C. Is there any other code to do the same job and is recognised by W3C?
Could you also surf on my website and give me some feedback on how to improve it?
http://www.safida.co.uk

Thanks
 
Last edited:
You might want to start here.
iirc you can simply use
Code:
valign="top"

Is your website online ? as I get a 404 error
 
Well one thing I notice is your multiple use oh <H1> Tags. You are going to get your site either flagged or penalized for mulitpe uses of that tag. I am pretty sure google will pick up on this. Even though for SEO H1 tags are the most important this is bad do to and the SE will see this. You should have one <h1> tag per page. This is your main topic of the page, you then can have have mulitple <h2>,<h3>,<h4>...<h6> tags.

<H1> are for what the page is about.
<H2> are for subcatagories for the main page content.

So on so forth.
 
Other than what Jakboi said it looks not bad at all, I'm impressed (personally don't like the mouse over colour but maybe that's because I don't like green :p )

I've done an HTML validation (WC3 compliant) with no errors for XHTML and a CSS validation (only 1 error) so not bad at all :D here are the results:

HTML
CSS

BTW if you want to do this yourself get the developer add-on for Firefox (I trust you have Firefox :p )
 
Yeah I don't think Validator will pick up on the mulitiple use of h tags. Google "<h1> tags" or something like that. Like "how to use <h> tags". Also you may want to change the text that is in your h tags. Meaning in your <h1> tags you have, "Menu 1". This will only help you if people google "menu 1", so unless you want to be ranked high for the term "Menu 1" I might want to rethink that.

I am in the process of finally validating my site and putting in my <h> tags so have been reading some stuff on them. I kinda ingnored the structure for the longest time.

Now while validating is nice, it is not necessary to have a good site. I want to validate I think cause I have never been able to do it. If you validate some of the most popluar sites like a Ebaumsworld, Collegehumor or whatever most will never validate, at least when I was checking like a year ago.

In you <h> tags is what you want people to search for or should be titles to content.

IE.

Fruitsandvegetables.com

<h1>Fruits & Vegetables</h1>
Blah blah blah content
<h2>Fruits</h2>
mmm I love fruits blah blah
<h3>Watermelon</h3>
Oh these are the best blah blah

<h2>Vegetables</h2>
etc....

You will have much better search engine optimization going on...
 
Thank you very much. Your feedback is very appreciated and will help me to improve my website.
In one of my pages I've got a votes and the results are given in percentages. The problem is, if is divided by 3, it will display a value of 33.333333 when I only want 33.3. Any idea on what to do?

Thanks again
 
Last edited:

Users who are viewing this thread

Back
Top Bottom