still working on it http://xnoddyx.x10hosting.com/forums/almondhousing/
still working on it http://xnoddyx.x10hosting.com/forums/almondhousing/
I think the biggest downfall for you website is its lack of distinct organization. It seems as if content is inconsistent and "all over the place."
Also, you may want to fix your graphics - they are of extremely high file size and take a long time to load on slower internet connections.
One final thing irrelevant to your website, you may want to use private polls in the future as it encourages more people to give their honest opinion.
cuts off unexpectedly at the bottom.Although you have the right width set, you also have a fixed height for instance in my browser, cuts off unexpectedly at the bottom. This problem permeates through the content, where you have used a scrolling text area - bad idea if someone wants to print it.
It does look cluttered and unorganised becasue you have too many image elements, broken up by white. Try to simplify it by joining some of the elements together or placing them differently.
The quality of images is badly aliased - probably becasue you're using paint or something. Get GIMP and get them anti-aliased.
Inconsistency with fonts - some in Times, some in Arial - get a css tag for the body and you won't have to worry about this.
"Buttons are dated and with poor quality (fuzzy) text." i will lett the http://www.wysiwygwebbuilder.com/ team know this to fix it thenButtons are dated and with poor quality (fuzzy) text. Plus, Search engines can't read text in images. Try learning css with li type menus - this will really slick it up a bit.
Pagecounters, although good for you, are not for browsers when the numbers are this small. Make your trackers invisible.
Your using lots of css links which suggests you've been doing a lot of copy/paste. Whilst this isn't a major problem, you probably don't fully understand what its all doing and may have some conflicts.
i havent yet put them in lolNo descriptors or keywords in your html head.
Apart from that... not bad!
<div class="menu">
<ul>
<li><a href="http://www.yoursite.com">Home</a></li>
<li><a href="http://www.yoursite.com/forum.php">Forums</a></li>
</ul>
</div>
.menu{
}
.menu ul {
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a{
background:url(menuimage.gif) no-repeat;
}