Hi Robert,
I just went to your web site and I think you are off to a great start! Honestly, it looks great. I like the photo of the city in the header portion and the colors. The navigation section is also easy to use. Watch out when using only javascript to display the menu though. Some browsers might not display it right.
I would strive for good code first, then, good graphics. Leon had some great points. Aside from punctuation, I could see a use in dividing your site topics into headings.
Example:
( Poker World Wide - an amazing online gambling opportunity
text here text here.
The 888.biz Poker Opportunity
text here, text here, text here
An MLM Opportunity Like No Other
text here, text here, text here.. )
Search engine spiders love the heading tags and will take the words contained between the heading tags into consideration when indexing your site. Also, heading tags are helpful for accessibility reasons.
Using CSS you can make the heading tags the font-size and text-color you prefer.
A resource that I always use to make sure the site is readable by most browsers, or at least is coded to the latest standards is at http://validator.w3.org. I am thinking you would want it to be HTML 4.01. If so, you may want to add the following to your html page before the tag.
Ex.)
)
Most sites on the internet do not validate. But, the validator helps you to create good html and xhtml.
Jon
|