New website design - Critique

Hi there, are you the designer or the developer? or both?

Design wise, the colours are great but all the graphic elements are chopped off somehow.

Development wise, lets start with < p > for Paragraph and < ul > for Unordered List, so maybe you would like to change this:

HTML:
<p>
SEO - Search Engine Optimisation
<a href="seo1.html">
<br/>
</a>
CSS - Cascading Style Sheets
<br/>
</p>
<p>
Long term success
<br/>
Online advertising
<br/>
Online marketing
<br/>
Website hosting
<br/>
Tracking your websites progress
</p>
<p> </p>

to something like this:


HTML:
<ul>
<li><a href="seo1.html" title="SEO - Search Engine Optimisation">SEO - Search Engine Optimisation</a></li>
<li>CSS - Cascading Style Sheets</li>
<li>Long term success</li>
<li>Online advertising</li>
<li>Online marketing</li>
<li>Website hosting</li>
<li>Tracking your websites progress</li>
</ul>


~Peace~
 
Thank you

As you can tell, I am not a coder, so this has to be one of the most helpful comments I have had back. Thank you very much!
 
Very nice site, well designed.

The only thing that needs changing is that the:
Home
Services
Our portfolio
Templates
Order form
Contact us

Doesn't fit in with the background images on Firefox 3.0.6 on a Mac. It's all out of place currently.
 
Back
Top